Error 1
gcc: /usr/lib32/libXext.so: No such file or directory
make[1]: *** ["../output/gameEditorLinux"] Error 1
make[1]: Leaving directory `/home/seekandyoufind/game-editor/trunk/gameEditor'
make: *** [all] Error 2
this error is simple, simply change the code in
- Code: Select all
trunk/gameEditor/makefile.editor
Line 13!!
FROM
/usr/lib32/libXext.so
TO
- Code: Select all
/usr/lib/libXext.so
But, does this actually solve the problem? Does the program use the gameEditorLinux from output that doesn't work, or the one from Bin?