HELP: Compiling on ubuntu 10.4

Added by RavonTUS about 8 years ago

Help: Compile on Ubuntu 10.4

Greetings,

I cannot figure out what I might be missing when it comes to compiling this. I am building on ubuntu 10.4 32-bit (desktop) 2G Ram, running under VMWare Player. I am following the directions http://dev.ryzom.com/wiki/ryzom/BuildForLinux.

I ends up with this error....

*********************** BUILD INIT NEL SUCCESS !
*********************** BUILD NEL SUCCESS !
*********************** BUILD NEL INSTALL SUCCESS !
rm: cannot remove `/home/test/ryzom/code/ryzom/server/src/*/*.packed_sheets': No such file or directory
*********************** UPDATE RYZOM MAKEFILE COMMON SUCCESS !
*********************** BUILD RYZOM COMMON SUCCESS !
*********************** UPDATE RYZOM MAKEFILE SUCCESS !
***************************************************
*********************** BUILD RYZOM FAILED
***************************************************

If I look through the error logs I see "/usr/bin/ld: cannot find -lnelnet is not found." Is this because something did not compile correctly in a previous statement or am I missing something?

Any suggestions would be welcomed.

-RavonTUS


Replies (3)

RE: HELP: Compiling on ubuntu 10.4 - Added by Grow about 8 years ago

The self problem i have under Debian 5 Cmake ;)

http://dev.ryzom.com/boards/17/topics/2041

RE: HELP: Compiling on ubuntu 10.4 - Added by RavonTUS about 8 years ago

Greetings,

After trying a whole bunch of things it finally worked. Here is what I think helped.

Make sure you run the make_all as 'root'.

In ubuntu 10.4 this is the command...

sudo su -

Notice your prompt will change from $ to #.

Check your $RYZOM_PATH, mine changed so I have to re-export it.

test@test-desktop:~/ryzom/code/ryzom/tools/scripts/linux$ sudo su -
root@test-desktop:~# cd $RZYOM_PATH
root@test-desktop:~# cd $RYZOM_BUILD
root@test-desktop:/home/test/ryzom/code/ryzom/tools/scripts/linux# ./make_all
*********************** BUILD INIT NEL SUCCESS !
*********************** BUILD NEL SUCCESS !
*********************** BUILD NEL INSTALL SUCCESS !
rm: cannot remove `/home/test/ryzom/code/ryzom/server/src/*/*.packed_sheets': No such file or directory
*********************** UPDATE RYZOM MAKEFILE COMMON SUCCESS !
*********************** BUILD RYZOM COMMON SUCCESS !
*********************** UPDATE RYZOM MAKEFILE SUCCESS !
*********************** BUILD RYZOM SUCCESS !

-RavonTUS

RE: HELP: Compiling on ubuntu 10.4 - Added by RavonTUS about 8 years ago

Greetings,

It also looks like I needed to add "flex" according to the NEL wiki , so try...

sudo apt-get install flex

-RavonTUS

(1-3/3)