-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation errors for Nova #3
Comments
Do you have the right version of boost installed? NOVA needs 1.48, anything On Thu, Nov 5, 2015 at 10:40 AM, ConfusedInAustin [email protected]
|
You were correct that it was not on version 1.48. I removed version 1.55 and installed 1.48, however it is still producing an error when building novad. This time it differs from the first. |
try this: |
Hello. I have been trying to install Nova the last few days and have been plagued with errors. I have tried to install on Ubuntu Server 12.04 and Server 14.04 with the exact same errors. It fails when making Nova. I have attached a portion of the output below.
Building target: novacli
Invoking: GCC C++ Linker
g++ -L../../Nova_UI_Core/Debug -L../../NovaLibrary/Debug -o "novacli" ./src/NovaCLI.o -lNova_UI_Core -lboost_program_options -lNovaLibrary -lboost_system -lboost_filesystem -levent -levent_pthreads -lpcap -lann -lpthread -lcurl -lsqlite3 -lprotobuf -lz
../../Nova_UI_Core/Debug/libNova_UI_Core.so: undefined reference to
boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)' collect2: error: ld returned 1 exit status make[2]: *** [novacli] Error 1 make[2]: Leaving directory
/home/nova/nova-build/Nova/NovaCLI/Debug'make[1]: *** [novacli-debug] Error 2
make[1]: *** Waiting for unfinished jobs....
Building file: ../src/ProtocolHandler.cpp
Invoking: GCC C++ Compiler
g++ -I../../NovaLibrary/src/ -O0 -g3 -Wall -c -fmessage-length=0 -pthread -std=c++0x -MMD -MP -MF"src/ProtocolHandler.d" -MT"src/ProtocolHandler.d" -o"src/ProtocolHandler.o" "../src/ProtocolHandler.cpp"
Finished building: ../src/Novad.cpp
Building file: ../src/Threads.cpp
Invoking: GCC C++ Compiler
g++ -I../../NovaLibrary/src/ -O0 -g3 -Wall -c -fmessage-length=0 -pthread -std=c++0x -MMD -MP -MF"src/Threads.d" -MT"src/Threads.d" -o"src/Threads.o" "../src/Threads.cpp"
Finished building: ../src/ProtocolHandler.cpp
Finished building: ../src/Threads.cpp
Building target: novad
Invoking: GCC C++ Linker
g++ -L../../NovaLibrary/Debug/ -pthread -o"novad" ./src/Control.o ./src/Main.o ./src/Novad.o ./src/ProtocolHandler.o ./src/Threads.o -lNovaLibrary -lboost_program_options -lboost_system -lboost_filesystem -levent -levent_pthreads -lpcap -lcurl -lann -lpthread -lsqlite3 -lprotobuf -lz
../../NovaLibrary/Debug//libNovaLibrary.a(Config.o): In function
boost::filesystem::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option)': /usr/include/boost/filesystem/operations.hpp:381: undefined reference to
boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code_)'../../NovaLibrary/Debug//libNovaLibrary.a(NovaUtil.o): In function
boost::filesystem::copy_file(boost::filesystem::path const&, boost::filesystem::path const&)': /usr/include/boost/filesystem/operations.hpp:384: undefined reference to
boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code_)'collect2: error: ld returned 1 exit status
make[2]: *** [novad] Error 1
make[2]: Leaving directory
/home/nova/nova-build/Nova/Novad/Debug' make[1]: *** [novad-debug] Error 2 make[1]: Leaving directory
/home/nova/nova-build/Nova'make: *** [debug] Error 2
Error occurred during build process; terminating script!
The text was updated successfully, but these errors were encountered: