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
I tryed build rbfx in my ubuntu system. After running cmake\cmake --build in step
Linking CXX shared library ../../../bin/libUrho3D.so
i get next errors /usr/bin/ld: ../../../lib/libPugiXml.a(CMakeCXXCompilerId.cpp.o): redefenition «info_compiler», previous defenition in /rbfx/Source/ThirdParty/LZ4/
(abbreviated for simplicity) and many analog errors
info_platform
info_arch and etc.
How fix this problem?
The text was updated successfully, but these errors were encountered:
I using simple commands
In my project CMakeFiles adding line - add_subdirectory(rbfx)
mkdir build&&cd build
cmake .. && cmake --build,
I tryed analog operation from eclipse, add CMake existing project, and build using CDT, but accept similar result
I tryed build rbfx in my ubuntu system. After running cmake\cmake --build in step
Linking CXX shared library ../../../bin/libUrho3D.so
i get next errors
/usr/bin/ld: ../../../lib/libPugiXml.a(CMakeCXXCompilerId.cpp.o): redefenition «info_compiler», previous defenition in /rbfx/Source/ThirdParty/LZ4/
(abbreviated for simplicity) and many analog errors
info_platform
info_arch and etc.
How fix this problem?
The text was updated successfully, but these errors were encountered: