Re: [Fink-devel] Re: OpenGL and -flat_namespace with Apple X11
Re: [Fink-devel] Re: OpenGL and -flat_namespace with Apple X11
- Subject: Re: [Fink-devel] Re: OpenGL and -flat_namespace with Apple X11
- From: Benjamin Reed <email@hidden>
- Date: Thu, 13 Mar 2003 19:33:13 -0500
Max Horn wrote:
But one can of course easily work around that, either by using a ||
true, i.e.
nmedit -R foo libGL.1.2.dylib || true
or by doing a proper check with nm if the symbols need to be fixed up
etc. (if/then/else :-). So it should be possible to do this
automatically in a Fink package.
Yeah, I've got a package in my experimental directory that seems to do
the trick. If anyone is willing to give it a shot, I would appreciate
it. I'm basically grepping for 'U _glGetColorTableEXT' in the output of
'nm' (after having already determined the user has Apple X11), and then
reacting based on that.
The package is available at:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/fink/experimental/rangerrick/finkinfo/x11-system/system-xfree86-4.2-7.info?rev=1.1
If I can get a couple of "works for me"-s from Apple X11 users I'll put
it in unstable. It seems to be fine here with the test I ran.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.