Posted: Fri Jan 23, 2004 1:16 am Post subject: Re: Missing file in CVS?
OPENSTEP wrote:
Finally got 10.3 on my main partition for compiling et. al. now that I'm back on the wagon
Quick question...it appears a file wasn't added to the repository:
Code:
dmake: Error -- `../../inc/yieldloopcallback.hxx' not found, and can't be made
---* TG_SLO.MK *---
Though I may be smoking crack and need a new checkout. Anyone else see this? My most recent update was 5 minutes ago.
ed
I have no idea what piece of code you are looking at, and I am not trying to build what you are building, but here is a piece of advice you yourself gave on the porting mailing list back on 10/23/02, to a user who had a similar problem with the Aqua build :
Quote:
Also, are you building from a fresh checkout, or on top
of an old X11 checkout? I did my build from a fresh
checkout of PORTS...if you're building on top of an old
installation I'd say nuke all the object files in vcl:
cd vcl
rm -rf unxmacxp.pro
and then see if you can continue by rebuilding it:
build debug=true
deliver
where the deliver is only if the build runs successfully.
Joined: May 25, 2003 Posts: 4752 Location: Santa Barbara, CA
Posted: Fri Jan 23, 2004 2:48 am Post subject:
Thanks a lot terry for picking out my brain fart I did the "find . -type f -exec grep -H" voodoo and it seems the header was only in the dpcc files (which IIRC are the dmake dependency info files). The clean build is going forth into the valley of death now...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum