On Wed, 2004-01-28 at 20:06, Sean 'Shaleh' Perry wrote: > On Wednesday 28 January 2004 09:46, Dave Serls wrote: > > I'd like to test the CVS version at the home site. > > Are there instructions on how/where to download and what > > versions of build tools are needed, and how to use them. > > Eh, not asking for much? > > > > $ cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/blackboxwm login > > password: (just hit enter here) > $ cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/blackboxwm -z3 co > blackbox > <wait for it (-:> > $ cd blackbox > $ cvs update -dP # clear out the cruft, gotta love CVS > $ ./mk.sh > $ ./configure # add options as desired > $ make
when I run make it fails with: Making all in de_DE make[3]: Entering directory `/home/rupshall/.local/tmp/sandbox/blackbox/nls/de_DE' Translation.m:22: invalid character: message ignored Translation.m:49: invalid character: message ignored Translation.m:51: invalid character: message ignored Translation.m:55: invalid character: message ignored Translation.m:104: invalid character: message ignored Translation.m:112: invalid character: message ignored Translation.m:122: invalid character: message ignored Translation.m:135: invalid character: message ignored Translation.m:137: invalid character: message ignored Translation.m:169: invalid character: message ignored Translation.m:170: invalid character: message ignored make[3]: *** [blackbox.cat] Error 1 make[3]: Leaving directory `/home/rupshall/.local/tmp/sandbox/blackbox/nls/de_DE' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/rupshall/.local/tmp/sandbox/blackbox/nls' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rupshall/.local/tmp/sandbox/blackbox' make: *** [all] Error 2 any suggestions? (I'm running Slackware 9.1) > $ make install (or just run it from src/) > > As for requirements, pretty standard stuff. You want automake, autoconf, > libtool. Try o get the more recent ones. Xlibs and probably Xft as well. > No need for fancy CVS versions. > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
