Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / error in linux
- - By BeRsErKeR Date 2012-03-27 18:25
when i want install gosu in ubuntu 11.10
i've this error

apt-get install g++      ----> it's ok
apt-get install libgl1-mesa-dev    ------>it's ok
apt-get install libpango1.0-dev libboost-dev   ---->it'sok
apt-get install libsdl-mixer1.2-dev   ------>  it's ok
apt-get install libsdl-ttf2.0-dev   -----> it's mok

but  when i download the package of gosu

tar xzf gosu-linux-0.7.43.tar.gz   -------->it's ok

root@GALAGER:/home/berserker/Descargas/gosu/linux# ./configure && make
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for glMatrixMode in -lGL... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for XineramaQueryScreens in -lXinerama... no
configure: error: Missing Xinerama     ---------------------------------------------------->faild

why?
what make bad?
Parent - - By jlnr (dev) Date 2012-03-28 10:12
Where did you find the outdated package list? Xinerama is listed on this page:

https://github.com/jlnr/gosu/wiki/Getting-Started-on-Linux

If you install the missing package(s), you should be fine.
Parent - By BeRsErKeR Date 2012-03-28 17:07
wow

thanks gosu is install
Up Topic Gosu / Gosu Exchange / error in linux

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill