configure: error: NeL Misc must be installed (http://www.nevrax.org).
Added by molator about 5 years ago
Now that my server works under Windows, it's Linux time.
I chose a Debian.
No problem to compile Nel.
NelNS compilation seems to halt on Nel dependencies during configuration.
ryzom:/home/ryzom/code/ryzom/tools/scripts/linux> ./make_all
- BUILD INIT NEL SUCCESS !
- BUILD NEL SUCCESS !
- BUILD NEL INSTALL SUCCESS !
- BUILD INIT NELNS FAILED
*******************************************
exiting...
ryzom:~/code/nelns> ./configure
...
checking for nel/misc/types_nl.h... configure: error: NeL Misc must be installed (http://www.nevrax.org).
Replies (2)
RE: configure: error: NeL Misc must be installed (http://www.nevrax.org). - Added by molator about 5 years ago
There was a missing ';' in root/code/nel/include/nel/misc/static_map.h :).
139 13/05/2010 22:44 vl Fixed: #887 add missing ;
My file was too old :(.
RE: configure: error: NeL Misc must be installed (http://www.nevrax.org). - Added by molator about 5 years ago
The general makefile 'make_all' is masking all errors.
I'm using separately the makefile for NeL, NeLNS and the server.
libxmu-dev is required to compile NeL.
Library added to the tutorial :
Building Ryzom Core on GNU/Linux
(1-2/2)