This is where the make script stops (and essentially where it starts too...)
Making all in src c++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DINTERLACE -DNLS -DTIMEDCACHE -D LOCALEPATH=\"/usr/local/share/blackbox/nls\" -DDEFAULTMENU=\"/usr/local/share/blackbox /menu\" -DDEFAULTSTYLE=\"/usr/local/share/blackbox/styles/Results\" -g -O2 -I/usr/lo cal/include -c BaseDisplay.cc In file included from blackbox.hh:49, from BaseDisplay.cc:82: BaseDisplay.hh: In method `const int & BaseDisplay::hasShapeExtensions() const': BaseDisplay.hh:276: invalid use of type decl `struct BaseDisplay::shape' as expression BaseDisplay.hh:276: warning: returning reference to temporary BaseDisplay.hh:276: confused by earlier errors, bailing out *** Error exit code 1 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. If you're interested I piped the output to logs and put them in the following places: configure script output: http://www.ee.byu.edu/~ecc/config.log make output: http://www.ee.byu.edu/~ecc/make.log Thanks for the help (or actually being interested in this relatively rare platform, I should say). Eric Carlsen [EMAIL PROTECTED] On Tue, 12 Mar 2002, Sean 'Shaleh' Perry wrote: > > On 12-Mar-2002 [EMAIL PROTECTED] wrote: > > I tried the CVS (I think - I had never used CVS before). It died at the same > > spot. > > > > Please show me the output. > > CVs is easy. > > cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/blackboxwm login > cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/blackboxwm -z3 \ > checkout blackbox > > then cd into blackbox and use it as normal. >