behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

X11/extensions/XInput.h not found on fedora 16 #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
seems there are some change on Xorg, since this used to work perfectly on 
fedora 15 but now is broken.

here's the outuput:

Scanning dependencies of target freeglut_static
[ 44%] Building C object 
freeglut/CMakeFiles/freeglut_static.dir/freeglut_callbacks.c.o
In file included from 
/home/sombriks/Downloads/biblioteca-simulacao-fisica/Box2D_v2.2.1/freeglut/freeg
lut_callbacks.c:29:0:
/home/sombriks/Downloads/biblioteca-simulacao-fisica/Box2D_v2.2.1/freeglut/freeg
lut_internal.h:111:39: fatal error: X11/extensions/XInput.h: Arquivo ou 
diretório não encontrado
compilation terminated.
make[2]: ** [freeglut/CMakeFiles/freeglut_static.dir/freeglut_callbacks.c.o] 
Erro 1
make[1]: ** [freeglut/CMakeFiles/freeglut_static.dir/all] Erro 2
make: ** [all] Erro 2

Original issue reported on code.google.com by Sombr...@gmail.com on 21 Nov 2011 at 1:56

GoogleCodeExporter commented 9 years ago
please forget this. more details here:

http://osdir.com/ml/fedora-devel-list/2009-06/msg01849.html

a simple "sudo yum install libXi-devel" solved the issue.

Original comment by Sombr...@gmail.com on 21 Nov 2011 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by erinca...@gmail.com on 27 Nov 2011 at 12:04