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
(Also printed some values "sock: 3, data: ????ccnx, len: 4549452001")
Is the data "????ccnx" of the correct format?
I had to manually create the $CCNL_HOME/test/ndntlv folder before hand. Unsure if that's should be needed or not.
I did not find time to search for the number convertion problems, yet. I have the impression, clang and gcc handling this quite different. If you have some time, please, go ahead
Description
Cannot build CCN-lite for MacOS version mojave. Error when executing the makefile.
Steps to reproduce the issue
Follow the unix installation instructions.
With openssl version 1.0.2q
Expected results
CCN-lite builds for MacOS.
Actual results
"[ 57%] Linking C executable ../bin/ccn-lite-relay
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/ccn-lite-relay] Error 1
make[1]: *** [ccnl-relay/CMakeFiles/ccn-lite-relay.dir/all] Error 2
make: *** [all] Error 2"-->
and then error types
Solution?
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/
#brianmario/mysql2#795
Then manually fix ~10 type errors that occur when compiling. (%lu to %llu etc)
It will compile but haven't tested if it works. Would those chages lead to any problems?
The text was updated successfully, but these errors were encountered: