Message Boards

Topic: Error build 0.7.0 in ubuntu 12.04.  (Read 5291 times)

Offline pmaster

  • Posts: 5
    • View Profile
Error build 0.7.0 in ubuntu 12.04.
« on: April 05, 2014, 10:08:11 »
The version 0.6.4 unable to compile, but I'm not getting this 0.7.0 on ubuntu 12.04 already tried everything, looked at the forum threads here, but could not solve, thank you to anyone who can help, my mistake:

[  1%] Built target textscreen
Linking CXX executable odamex
/usr/local/lib/libSDL.so: undefined reference to `_XGetRequest'
collect2: ld returned 1 exit status
make[2]: ** [client/odamex] Erro 1
make[1]: ** [client/CMakeFiles/odamex.dir/all] Erro 2
make: ** [all] Erro 2

Offline Dr. Sean

  • Developer
  • Posts: 69
  • G'd up from tha feet up
    • View Profile
    • Odamex - Helping middle-aged men relive their teen years
Re: Error build 0.7.0 in ubuntu 12.04.
« Reply #1 on: April 05, 2014, 11:16:19 »
Did you compile SDL 1.2 yourself? A quick glance in other forums indicates that the SDL library that Odamex is linking against may not have been compiled with X11 support.
Odamex Development Team Member

Offline pmaster

  • Posts: 5
    • View Profile
Re: Error build 0.7.0 in ubuntu 12.04.
« Reply #2 on: April 06, 2014, 12:20:07 »
I just do not follow the standard method of compilation :

cd odamex-src-0.6.1
mkdir build
cd build
cmake ..

make && sudo make install.


Offline Dr. Sean

  • Developer
  • Posts: 69
  • G'd up from tha feet up
    • View Profile
    • Odamex - Helping middle-aged men relive their teen years
Re: Error build 0.7.0 in ubuntu 12.04.
« Reply #3 on: April 07, 2014, 21:25:14 »
You should try installing the X11 library development package (probably libx11-dev).
Odamex Development Team Member

Offline pmaster

  • Posts: 5
    • View Profile
Re: Error build 0.7.0 in ubuntu 12.04.
« Reply #4 on: April 09, 2014, 09:01:11 »
I was able to compile, but I have another problem the client opens but I can not open any wad, are on the right my wads folder, do not know why the program does not see.
« Last Edit: April 17, 2014, 09:02:27 by pmaster »