On Mon, Jan 26, 2009 at 10:32 AM, bdz <[email protected]> wrote: > hi, > > i have an error compiling xenocrara on current. here are the steps i made: > > /usr/src is updated from cvs and compiled ok > /usr/xenocara is updated from cvs > > then: > > rm -rf /usr/xobj/* > cd /usr/xenocara > make bootstrap > make obj > make build > > [...] > make: don't know how to make app-defaults/Xedit-color.ad. Stop in > /usr/xenocara/app/xedit/obj. > *** Error code 2 >
You probably forgot to use the 'd' option to cvs update (ie cvs update -PAd) to create new dirs. -- Matthieu Herrb

