Well,
There really isn't an upstream, the devel-branch is the only one seeing some activity, but is afaik kinda unstable.
Your best bet is to just submit the patch to the debian glide3 maintainer.
I've already submitted it to the RedHat Glide3 maintainer.
Regards,
Hans
Mark Nipper wrote:
On 07 Sep 2004, Hans de Goede wrote:
Fount it!
The problem is that there is a bug in Glide when build for the voodoo 5 (h5).
Just apply the attached patch to your glide3 tree and rebuild it.
The patch should be applied fron within the main dir of glide3 with -p1, this might be the main-dir of the src tarball, or the main-dir/glide3x
Regards,
Hans
--- Glide3/h5/glide3/src/gglide.c.fix 2004-09-07 11:54:18.939373784 +0200
+++ Glide3/h5/glide3/src/gglide.c 2004-09-07 11:55:00.657031736 +0200
@@ -2903,6 +2903,11 @@
GR_END();
#undef FN_NAME } /* grBufferSwap */
+
+void grBufferSwap(FxU32 i) {
+ grDRIBufferSwap(i);
+}
+ #endif /* defined(__linux__) */
/*---------------------------------------------------------------------------
That did it. :) Clean compilation against glide3! Are you in a position to submit that patch back upstream? If so, I'll open a bug against the Debian glide3 libraries telling the maintainer to look for your patch.
If worse comes to worse, I can submit the patch (with all due credit of course) to the maintainer to see if (s)he'll maintain a local version for the time being. I'm not sure how active the glide3 people still are or how long it might take for the patch to get implemented. Hell, I don't even know how actively maintained the Debian packages themselves are at this point.
But at least you tracked it down so anyone else who wants to take a shot at compiling this knows what to fix. Nice work!
-- EuropeSwPatentFree http://EuropeSwPatentFree.hispalinux.es
_______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
