Le mardi, 18 mars 2003, � 16:46 Australia/Melbourne, David Haas a �crit :
Hi.
I've got 2 problems with system-xfree86 4.2-9 & public beta 3 of X11
from Apple. I'd supply a patch - but I'm not sure if one of the tests is
still necessary, or just needs to be changed.
First: /usr/lib/libXplugin.dylib doesn't exist - it's /usr/lib/libXplugin.1.dylib
Second: it's looking for /usr/X11R6/include/xp/x-plugin.h to set XPINC="true". I can't find this plugin, or anything which looks like an obvious replacement. Is the test still needed, or am I missing something else?
Firstly I'd advise checking out the "experimental" version of that package, cited in David R. Morrison's recent post :
There is an experimental version of system-xfree86-4.2-9 under development
by Ben Reed. If you want to try it out, visit
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/fink/experimental/ rangerrick/finkinfo/x11-system/
If that didn't work then, it would seem reasonable to create a symbolic link in order to solve the 1st problem:
ln -s /usr/lib/libXplugin.1.dylib /usr/lib/libXplugin.dylib
given that, under normal circumstances this would simply be a symlink anyway.
The missing header is a bit more problematic, it certainly exists in Apple's X11 Public Beta 2, although interestingly, it contains no symbolic constants ( or indeed anything else for that matter ) with the name XPINC. Difficult to say what to do about this without knowing what the script is actually trying to achieve.
Hope some of that is of some use to somebody, it was meant well at least.
Daniel
------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
