Date: Thu, 24 May 2007 18:39:10 +0200 From: "Christopher Prance" <christopher.prance@gmail.com> To: <ports@freebsd.org>, <freebsd-x11@FreeBSD.org> Subject: udefined reference to 'XDamageAdd' in mesa-demos while compiling Message-ID: <4655bfb0.4334083c.3e27.25b6@mx.google.com>
next in thread | raw e-mail | index | archive | help
Hello All, When I compile mesa-demos port I get the following: ===> Building for mesa-demos-6.5.3_1 gmake[1]: Entering directory `/usr/ports/graphics/mesa-demos/work/Mesa-6.5.3/progs/demos' cc -I../../include -fPIC -pedantic -I/usr/local/include -DUSE_XSHM -DHZ=100 -O2 -fno-strict-aliasing -pipe arbfplight.c readtex.o -L/usr/local/lib -lglut -lGLU -lGL -lXext -lXmu -lXi -lX11 -lm -o arbfplight arbfplight.c: In function `Init': arbfplight.c:238: warning: string length `934' is greater than the length `509' ISO C89 compilers are required to support arbfplight.c:264: warning: string length `729' is greater than the length `509' ISO C89 compilers are required to support /usr/local/lib/libGL.so: undefined reference to `XDamageAdd' gmake[1]: *** [arbfplight] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/mesa-demos/work/Mesa-6.5.3/progs/demos' gmake: *** [default] Error 1 *** Error code 2 Anyone have any ideas what might be causing this. I apparently am having problems with my GL libraries and I would like to find out what is causing it. As far as I can tell all of my GL libraries are up to date. Any help would be greatly appreciated! Thanks, Christopher
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4655bfb0.4334083c.3e27.25b6>