Missing NeL Misc during make_all
Added by fveggerby about 5 years ago
Hi.
I've been trying to compile/install, while http://dev.ryzom.com/wiki/ryzom/BuildForLinux have been changed during my efforts.
really annoying. :)
I still get Errors during make_all of ryzom core.
BUILD INIT NELMS FAILED!
saying I need to have NeL misc installed.
Ubuntu 10.04 32 bit.
Any clues/workarounds?
Replies (7)
RE: Missing NeL Misc during make_all - Added by Kane about 5 years ago
please post your 2 log files there could be several reasons.
RE: Missing NeL Misc during make_all - Added by fveggerby about 5 years ago
Hope these are the 1'es you asked for.
btw same problem on Ubuntu 9.10 :(
make_all_error.log (1.7 kB)
make_all_info.log (31.7 kB)
RE: Missing NeL Misc during make_all - Added by vl about 5 years ago
add the file:
/home/nevrax/code/build/release/nel/config.log
and
/home/nevrax/code/build/release/nelns/config.log
it'll contains the error
RE: Missing NeL Misc during make_all - Added by fveggerby about 5 years ago
ok, thanks.
nel_config.log (110.2 kB)
nelns_config.log (31.8 kB)
RE: Missing NeL Misc during make_all - Added by fveggerby about 5 years ago
The nelns_config.log contain a bunch of these sections: (or like)
configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "nelns" | #define PACKAGE_TARNAME "nelns" | #define PACKAGE_VERSION "0.5.0" | #define PACKAGE_STRING "nelns 0.5.0" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE_URL "" | #define PACKAGE "nelns" | #define VERSION "0.5.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h>
What to do about it?
RE: Missing NeL Misc during make_all - Added by fveggerby about 5 years ago
Ok, "found" the error.
I had moved the code library out of the hg-created folder.
Appearantly that's a "NoNo"
???????
Though it gives this error:
rm: cannot remove '/home/someuser/ryzom/code/ryzom/server/src/*/*.packed_sheets':
No such file or directory
But that should not be critical. (I hope) :)
RE: Missing NeL Misc during make_all - Added by vl about 5 years ago
Of course, if you don't follow the process and add extra thing like move things, it cannot work :)
the rm error is completely normal
(1-7/7)