On 27 Dec 2006, at 23:35, Matthias Kümmerer wrote:

> Alexander Hansen schrieb:
>> Matthias Kümmerer wrote:
>>> Jean-François Mertens schrieb:
>>>> Would be even more instructive if, before doing the above (ie,  
>>>> while
>>>> your current
>>>> x11 installation  _  Apple's, I suppose, or xfree86 ?  is still
>>>> intact), you could
>>>> just try to install fink's "mesa" pkg, and add to wine.info the  
>>>> line:
>>>>
>>>> SetLDFLAGS: -L%p/libs/mesa
>>>> and change:
>>>> SetCPPFLAGS: -DDBUS_API_SUBJECT_TO_CHANGE
>>>> to :
>>>> SetCPPFLAGS: -DDBUS_API_SUBJECT_TO_CHANGE -I%p/include/mesa
>>>>
>>>> (I'm not sure this works as is, it might depend on a bit more fine
>>>> tuning of the ordering of flags,
>>>> so if it doesn't work , please send me a log by private mail _ this
>>>> is my best first guess on the
>>>> basis of your msg and of the info file)
> Ok, I compiled Mesa, which worked quite well, and changed the  
> wine.info
> as requested. The errors when building wine remained the same.
> Unfortunately the output wasn't saved into file as I thought, thus I
> will send you (JF Mertens) the end of the output. Now I am going to
> compile xorg
Very unfortunately indeed : if the (crucial) line of ouput
"/usr/X11R6/include/GL/gl.h:152: error: previous declaration of  
'GLchar' was here"
was indeed still there, it meant it was probably sufficient to play a  
bit more with the
flags (because %p/include/mesa/GL/gl.h does not contain GLchar), but  
else it might
mean eg that GL/glext.h was also included (and there mesa does have a  
typedef
for GLchar while xorg doesn't..).
And, in addition to that crucial msg, the command leading to the  
error is also missing,
as it was in your original posting... (Else I could have looked at  
that command _ with "-H"
if needed _ to try figuring out what would happen with various  
orderings).

Maybe someone else having an i386 and Apple's X11 could try  
installing wine to help
(preferably with the above suggested changes) _ if only by telling at  
exactly which
command things go wrong ?

JF Mertens
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to