ima-10

Results 5 comments of ima-10

Jeog thanks for your work on this. I'm trying to build this on a mac (OS 10.14.6) and am getting the error: `In file included from ../src/streaming/streaming.cpp:22: In file included...

I made the suggested edit but am still getting the same error. Searching turned up some possibilities: [https://github.com/nlohmann/json/issues/539](url) > You need to define the to_json function in the namespace of...

Using the mac-build branch and make clean, make -n gives this output: > echo 'Building file: ../uWebSockets/Epoll.cpp' echo 'Invoking: GCC C++ Compiler' g++ -std=c++0x -DTHIS_EXPORTS_INTERFACE -DNDEBUG -O3 -Wall -c -fmessage-length=0...

Looks like the error is due to the version of json that is included. I included version 3.7.0 and make got past the previous error. Now it's getting to the...

Alright the openssl issue is resolved. For my system the fix was: > export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/ I found it at [https://github.com/brianmario/mysql2/issues/795](https://github.com/brianmario/mysql2/issues/795) (for future searchers). After that make ran without errors, the...