Re: [Xquartz-dev] Strange Xlib error with e17

2011-03-10 Thread Dave Ray
Regard the question I just posted about libXp.6.dylib, it appears that is no longer needed. After I recompiled all the prerequisite libs for my app, the app no longer looks for that. So I think it is resolved. Thanks again for the help with the e17 app. Dave _

Re: [Xquartz-dev] XQuartz 2.6.1_rc1 - macbook air

2011-03-10 Thread Jeremy Huddleston
Yep, I'm still including the workaround and probably will until I am able to reproduce your problem (if ever). On Mar 10, 2011, at 09:46, Christof Wolf wrote: > Jeremy, > > I just installed 2.6.1 rc1 on my macbook air - everything looks fine and is > working :-) > > ciao > christof > -- > p

Re: [Xquartz-dev] Strange Xlib error with e17

2011-03-10 Thread Jeremy Huddleston
On Mar 10, 2011, at 09:07, Dave Ray wrote: > Thanks again for the help with the e17 app. App developers found a bug in the > seek path for X11 libs. > > Upon fixing, it appears that one of the X11 libs it needs, libXp.6.dylib, is > not in /opt/X11, but is in /usr/X11. Why are they using it?

Re: [Xquartz-dev] Strange Xlib error with e17

2011-03-10 Thread Jeremy Huddleston
On Mar 10, 2011, at 01:54, Peter Dyballa wrote: > > Am 10.03.2011 um 03:01 schrieb Jeremy Huddleston: > >> Yeah, so I don't know why it's pulling in libs from /usr/X11/lib because it >> should find everything in /opt/X11/lib ... I'd need to see the build log for >> the application to tell you

[Xquartz-dev] XQuartz 2.6.1_rc1 - macbook air

2011-03-10 Thread Christof Wolf
Jeremy, I just installed 2.6.1 rc1 on my macbook air - everything looks fine and is working :-) ciao christof -- public key www.hfph.mwn.de/~chwolf/ch.wolf.asc Please respect my privacy and do not make my contact information available to third parties. This email is UNCLASSIFIED. ___

Re: [Xquartz-dev] Strange Xlib error with e17

2011-03-10 Thread Dave Ray
Thanks again for the help with the e17 app. App developers found a bug in the seek path for X11 libs. Upon fixing, it appears that one of the X11 libs it needs, libXp.6.dylib, is not in /opt/X11, but is in /usr/X11. Would it be a problem to mix that lib from /usr/X11 with others from /opt/X11?

Re: [Xquartz-dev] Strange Xlib error with e17

2011-03-10 Thread Peter Dyballa
Am 10.03.2011 um 03:01 schrieb Jeremy Huddleston: Yeah, so I don't know why it's pulling in libs from /usr/X11/lib because it should find everything in /opt/X11/lib ... I'd need to see the build log for the application to tell you, but my guess is that it's something in e17's build system