You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
The current dependency install script seems to be out of date.
I experienced the following issues:
THRIFT_COMPILER_INCLUDE was set to NOTFOUND and I had to manually download the ThriftLibrary.cmake since the current script points to a tag that does not contain this script (and had to set to that path manually - how is it supposed to be set?)
Afterwards PROTOCOL and TRANSPORT are still set to NOTFOUND and I have no clue as to which libraries these are.
CMake Error at CMakeLists.txt:40 (thrift_object):
Unknown CMake command "thrift_object".
-- Configuring incomplete, errors occurred!
See also "/home/c1/fbzmq/fbzmq/build/CMakeFiles/CMakeOutput.log"."
and:
"CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
PROTOCOL
linked by target "fbzmq" in directory /home/c1/fbzmq/fbzmq
TRANSPORT
linked by target "fbzmq" in directory /home/c1/fbzmq/fbzmq"
What's the expected result?
cmake should run without errors
The text was updated successfully, but these errors were encountered:
Summary:
to fix this [issue](facebookarchive/fbzmq#5) i'm making the build script here
more like the one in openr.
Reviewed By: saifhhasan
Differential Revision: D6710610
fbshipit-source-id: 300b9fca10a1d0096317f5dce4b3f9ac69dd61ae
Sorry for the delay. We've updated the build script and directions for it in the top level readme. Please let us know if there are still issues and always feel free to put up a pull request with fixes.
Issue Description
The current dependency install script seems to be out of date.
I experienced the following issues:
Environment
...
Minimal test code / Steps to reproduce the issue
What's the actual result?
"CMake Error at CMakeLists.txt:32 (include):
include could not find load file:
THRIFT_COMPILER_INCLUDE-NOTFOUND/thrift/ThriftLibrary.cmake
CMake Error at CMakeLists.txt:40 (thrift_object):
Unknown CMake command "thrift_object".
-- Configuring incomplete, errors occurred!
See also "/home/c1/fbzmq/fbzmq/build/CMakeFiles/CMakeOutput.log"."
and:
Please set them or make sure they are set and tested correctly in the CMake files:
PROTOCOL
linked by target "fbzmq" in directory /home/c1/fbzmq/fbzmq
TRANSPORT
linked by target "fbzmq" in directory /home/c1/fbzmq/fbzmq"
What's the expected result?
The text was updated successfully, but these errors were encountered: