compiling DDD

Richard Campbell richard.campbell@air2web.com
Thu Dec 4 15:08:00 GMT 2003


>WAG, try configuring with --without-athena.

Doesn't build, then.

make[2]: Entering directory `/cygdrive/c/ddd-3.3.7/ddd'
source='PannedGE.C' object='PannedGE.o' libtool=no \
depfile='.deps/PannedGE.Po' tmpdepfile='.deps/PannedGE.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isystem /usr/X11R6/include
-DNDEBUG -
O2 -g -W -Wall -trigraphs  -c -o PannedGE.o `test -f 'PannedGE.C' || echo
'./'`P
annedGE.C
PannedGE.C: In function `_WidgetRec* createPannedGraphEdit(_WidgetRec*,
const 
   char*, Arg*, unsigned int)':
PannedGE.C:400: error: `cerr' undeclared (first use this function)
PannedGE.C:400: error: (Each undeclared identifier is reported only once for

   each function it appears in.)
make[2]: *** [PannedGE.o] Error 1
make[2]: Leaving directory `/cygdrive/c/ddd-3.3.7/ddd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/c/ddd-3.3.7/ddd'
make: *** [all-recursive] Error 1

That line is:
	cerr << "Warning: panned graph editors are not supported "
	    "in this configuration.\n";

Checking a little further, iostream isn't included on that side of the
configuration, 
which seems odd.  Added an iostream include and it successfully built.

And then failed in much the same way (different specific error in the
version of Motif
it didn't find):

Warning: This DDD requires a Motif 2.1 library (using Motif 1275340.287)
Continue at own risk.

Internal error (Segmentation fault).

-Richard Campbell.



More information about the Cygwin-xfree mailing list