Not yet, I now get this error:
| | | *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to the full path to pkg-config. *** Or see http://www.freedesktop.org/software/pkgconfig... to get pkg-config. checking for left and right in STL streams... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: executing depfiles commands |
Since it made the makefile, I tried "make", but I get source code errors:
| | | Making all in src make[1]: Entering directory `/home/poberoi/yabause/src' source='memory.cc' object='memory.o' libtool=no \ depfile='.deps/memory.Po' tmpdepfile='.deps/memory.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yabause\" -DVERSION=\"0.0.7\" -DHAVE_LIBGL=1 -DSTL_LEFT_RIGHT=1 -I. -I. -g -O2 -I/usr/include/SDL -D_REENTRANT -c -o memory.o `test -f 'memory.cc' || echo './'`memory.cc In file included from registres.hh:22, from memory.cc:21: vdp1.hh:31:19: GL/gl.h: No such file or directory In file included from vdp1.hh:35, from registres.hh:22, from memory.cc:21: vdp2.hh:34:19: GL/gl.h: No such file or directory In file included from vdp1.hh:35, from registres.hh:22, from memory.cc:21: vdp2.hh:71: error: syntax error before `[' token In file included from registres.hh:22, from memory.cc:21: vdp1.hh:59: error: 'GLuint' is used as a type, but is not defined as a type. vdp1.hh:79: error: syntax error before `[' token make[1]: *** [memory.o] Error 1 make[1]: Leaving directory `/home/poberoi/yabause/src' make: *** [all-recursive] Error 1 |
I'm guessing it's from that pkg-config. I'll search the web for the proper rpm. |