compiling/installing changeset b79986009197 (latest as of writing) is failing
Added by nimetu almost 5 years ago
Nel fails with
CMake Error at nel/cmake_install.cmake:36 (FILE): file INSTALL cannot find "/srv/home/max/src/ryzom.hg/Debug/build/core/nel-config". Call Stack (most recent call first): cmake_install.cmake:37 (INCLUDE)
client fails with
CMake Error at ryzom/client/patcher/cmake_install.cmake:36 (FILE): file cannot create directory: /patcher. Maybe need administrative privileges. Call Stack (most recent call first): ryzom/client/cmake_install.cmake:43 (INCLUDE) ryzom/cmake_install.cmake:38 (INCLUDE) cmake_install.cmake:38 (INCLUDE)
and server compile fails with
Linking CXX executable ../../../../bin/ai_service ../../../../lib/libai_share.so.0.7.0: undefined reference to `R2::LigoConfigPtr' ../../../../lib/libserver_share.so.0.7.0: undefined reference to `FixedSessionId'
.. and few days ago i also needed to define NL_DRIVER_PREFIX or those ended up in /usr/local/lib/nel (which failed due permission). not sure if this has been fixed yet
Replies (2)
RE: compiling/installing changeset b79986009197 (latest as of writing) is failing - Added by kervala almost 5 years ago
Thanks a lot for reporting :) I didn't yet check install because it took me some ours to compile all binaries :(
As you noticed, we merged all NeL and Ryzom CMake files.
All RYZOM_*_PREFIX were not defined anymore.
I just pushed changes which should fix your errors, could you try agai now ? thanks :)
RE: compiling/installing changeset b79986009197 (latest as of writing) is failing - Added by nimetu almost 5 years ago
yep, cmake install errors are gone.
thanks
(1-2/2)