It's available from http://dri.sourceforge.net/snapshots/cf/ the first
binary snapshots made from the SF compiler farm.

I would appreciate that people tested if they are working properly as
they'll replace the snaphsots made in my workstation.

There were a lot of changes in the building scripts:
 - allow to build any branch (controllable by command line)
 - can merge a XFree86 release tarball in the checked out tree, fixing
the build options
 - single install.sh for all complete/minimal installations

Unfortunately the merging doesn't work quite well. For example it can
build successfully the trunk with just a small error in an input module:

-------
xf86Wacom.c: In function `xf86WcmReadUSBInput':
xf86Wacom.c:1591: `ABS_WHEEL' undeclared (first use in this function)
xf86Wacom.c:1591: (Each undeclared identifier is reported only once
xf86Wacom.c:1591: for each function it appears in.)
-------

I grepped this ABS_WHELL is it isn't anywhere, so I think it got lost
between the XFree86 4.2.0 release and the merge in the DRI trunk.

The scripts fails completely when build other branches as the mach64:

-------
In file included from ../../../lib/GL/glx/glxclient.h:49,
                 from dri_util.c:68:
/usr/X11R6/include/X11/Xlibint.h:57: redefinition of `struct _XGC'
/usr/X11R6/include/X11/Xlibint.h:67: redefinition of `struct _XDisplay'
-------

because it still tries to read from the system.

None of these errors occur when building on a machine with a XFree86 4.x
installed on the system. So I decided to request to the SF compiler farm
support that the XFree86 is updated, because I don't see any other easy
way to do it...

Another thing, the mach64 snapshots will be nightly only, as I don't
think it's worth make them so often as before.


Jose Fonseca





_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to