[Plib-devel] src/util includes
Brought to you by:
sjbaker
From: Bram S. <br...@ch...> - 2000-07-16 10:00:57
|
Hello plibbers, I'm probably doing something wrong here, but I got myself the latest cvs tree, and did aclocal,autoconf,automake, and configure. This resulted in this error during build: Making all in pui make[2]: Entering directory `/usr/local/src/plib/src/pui' c++ -DPACKAGE=\"plib\" -DVERSION=\"1.3.1\" -DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBGLUT=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -DGLUT_IS_PRESENT=1 -I. -I. -I../../src/sg -I../../src/fnt -g -O2 -O6 -Wall -c pu.cxx In file included from pu.h:4, from puLocal.h:2, from pu.cxx:2: ../../src/sg/sg.h:5: ul.h: No such file or directory Adding this to Makefile.am in src/pui, src/sg, src/fnt helps: INCLUDES += -I$(top_srcdir)/src/util Bram PS: the majik example doesnt compile for me: make[3]: Entering directory `/usr/local/src/plib/examples/src/ssg/majik' c++ -DPACKAGE=\"plib_examples\" -DVERSION=\"1.1.8\" -DHAVE_LIBPLIBUL=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBGLUT=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_PLIB_SG_H=1 -DHAVE_PLIB_SL_H=1 -DHAVE_PLIB_SSG_H=1 -DHAVE_PLIB_FNT_H=1 -DHAVE_PLIB_PU_H=1 -DHAVE_PLIB_JS_H=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -I. -I. -g -O2 -O6 -Wall -c majik_demo.cxx majik_demo.cxx:29: syntax error before `*' majik_demo.cxx:30: syntax error before `*' -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Bram Stolk "Linux - Why use windows, if there is a door?" work: br...@sa... priv: br...@ch... |