Re: X11 Source Code Update
Re: X11 Source Code Update
- Subject: Re: X11 Source Code Update
- From: "Torrey T. Lyons" <email@hidden>
- Date: Thu, 26 Jun 2003 13:20:55 -0700
At 1:43 PM -0500 6/26/03, asxless wrote:
On 6/26/03 1:25 PM, "John Harper" <email@hidden> wrote:
> On Thursday, June 26, 2003, at 9:52, asxless wrote:
rootless-window.c:535: error: structure has no member named
`window_level'
...snip...
> was added before beta3 and was defined in the header file I sent you
yesterday (and to the list, but which is currently in moderation
limbo..)
Bingo!
I had noticed that both the CVS Xplugin.h file and the one John distributed
had embedded control characters and Mac style line endings (e.g. more
/usr/include/Xplugin.h creates a messed up listing with missing pieces). I
used BBEdit to zap gremlins and convert to unix line endings in the CVS
version. Then I ran the small Xserver/hw/apple make again. I got different
results. It still didn't complete this build but it did do quite a bit
more:)
Then I got this message and did the same thing to the Xplugin.h John sent
and guess what....
** BUILD SUCCEEDED **:)
So.. please help this dev-dunce one more time.
Can I backup a few levels and just make part of this beast or do I need to
do a full make World?
If I have to make World, is there a _simple_ way to avoid building those
wacky fonts?
Generally "make Everything" at the top level is the safest way to get
a reasonably fast build. It only rebuilds what is needed. A broken
Xplugin.h might have affected things in more then just the Xserver
(e.g. libGL) so building from the top is probably the best idea.
--Torrey
P.S. Xplugin.h in XFree86 CVS does have proper (Unix style) line
endings, but it does have the odd ^L character it inherited from the
original. I suppose we should eliminate these as well although they
don't appear in Project Builder. I still haven't gotten John's
message with the new Xplugin.h but I'll commit it once I do, minus
the wacky characters.
_______________________________________________
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.