Just FYI, I tried to build RC 2 from a Monday-night CVS checkout on an Alpha
FreeBSD 5.2-RELEASE machine.

The build fails, and there are lots of awful-looking warnings like:

   warning: function declaration isn't a prototype

   warning: no previous prototype for '<function-name>'

   warning: overflow in implicit constant conversion

   warning: string length `2544' is greater than the length `509' ISO
                C89 compilers are required to support

   warning: statement with no effect

The final failure (a failure to link libGL.so) is attached below.

I don't know how much interest you folks have in FreeBSD/Alpha (for which
the 4.3.0 server doesn't work, AFAICT).  I can try to work on some of these
problems and do nightly builds if there's really some interest.

One comment I have is that, in site.def, it is unclear whether HasGcc2
should be uncommented if one is running GCC 3.3 ...

Terry R. Friedrichsen

[EMAIL PROTECTED]


---------------------------------cut here------------------------------------

+ cc -o ./libGL.so.1.2~ -shared -rpath /usr/X11R6/lib -Wl,-Bsymbolic 
-Wl,-soname,libGL.so.1 ../../../lib/GL/glx/clientattrib.o 
../../../lib/GL/glx/compsize.o ../../../lib/GL/glx/dispatch.o 
../../../lib/GL/glx/eval.o ../../../lib/GL/glx/g_render.o 
../../../lib/GL/glx/g_single.o ../../../lib/GL/glx/g_vendpriv.o 
../../../lib/GL/glx/glapi.o ../../../lib/GL/glx/glcontextmodes.o 
../../../lib/GL/glx/glthread.o ../../../lib/GL/glx/glxcmds.o 
../../../lib/GL/glx/glxext.o ../../../lib/GL/glx/glxextensions.o 
../../../lib/GL/glx/indirect_init.o ../../../lib/GL/glx/pixel.o 
../../../lib/GL/glx/pixelstore.o ../../../lib/GL/glx/render2.o 
../../../lib/GL/glx/renderpix.o ../../../lib/GL/glx/single2.o 
../../../lib/GL/glx/singlepix.o ../../../lib/GL/glx/vertarr.o 
../../../lib/GL/glx/xfont.o ../../../lib/GL/dri/XF86dri.o 
../../../lib/GL/dri/dri_glx.o -lc_r -L../../../exports/lib -lXext -lX11 
-L../../../exports/lib -lXxf86vm
../../../lib/GL/glx/clientattrib.o: In function `__indirect_glPushClientAttrib':
../../../lib/GL/glx/clientattrib.o(.text+0x3a8): undefined reference to `malloc'
../../../lib/GL/glx/clientattrib.o(.text+0x3ac): undefined reference to `malloc'
../../../lib/GL/glx/clientattrib.o(.text+0x464): undefined reference to `memcpy'
../../../lib/GL/glx/clientattrib.o(.text+0x468): undefined reference to `memcpy'
../../../lib/GL/glx/clientattrib.o: In function `__indirect_glPopClientAttrib':
../../../lib/GL/glx/clientattrib.o(.text+0x514): undefined reference to `__assert'
../../../lib/GL/glx/clientattrib.o(.text+0x518): undefined reference to `__assert'
../../../lib/GL/glx/clientattrib.o(.text+0x5d0): undefined reference to `memcpy'
../../../lib/GL/glx/clientattrib.o(.text+0x5d4): undefined reference to `memcpy'
*** Error code 1

---------------------------------and here------------------------------------
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to