bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Many errors trying to compile ddd 3.3 1 under AIX 4.3.3


From: Ken Goldman
Subject: Many errors trying to compile ddd 3.3 1 under AIX 4.3.3
Date: Fri, 19 Oct 2001 16:16:40 -0400

Here are some of them.  Any clue?  I'll try 3.3 next.

~~~~~~~~~~~~~

configure complains:

        configure: This DDD release requires LessTif 0.87 or later.
        Upgrade to a recent LessTif version or continue at own risk.

AIX uses Motif.  This is a strange error.

~~~~~~~~~~~~~

make complains:


        gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -g -O complete.c
complete.c: In function `print_filename':
complete.c:466: warning: comparison is always true due to limited range of data 
type

        gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall 
-Wtraditional getopt.c
getopt.c: In function `_getopt_initialize':
getopt.c:396: warning: unused parameter `argc'
getopt.c:397: warning: unused parameter `argv'

        gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall 
-Wtraditional pexecute.c
pexecute.c: In function `pexecute':
pexecute.c:663: warning: variable `func' might be clobbered by `longjmp' or 
`vfork'
pexecute.c:664: warning: `pid' might be used uninitialized in this function
pexecute.c:666: warning: variable `output_desc' might be clobbered by `longjmp' 
or `vfork'
pexecute.c:667: warning: variable `retries' might be clobbered by `longjmp' or 
`vfork'
pexecute.c:667: warning: variable `sleep_interval' might be clobbered by 
`longjmp' or `vfork'

~~~~~~~~~~~~~

And then the big one:

Making all in ddd
        cd .  && makeinfo `echo ddd.texi | sed 's,.*/,,'`
Making info file `ddd.info' from `ddd.texi'.
ddd.texi:41: Unknown command `documentencoding'.
ddd.texi:109: Unknown command `acronym'.
ddd.texi:109: Misplaced {.
ddd.texi:109: Misplaced }.
ddd.texi:109: Unknown command `acronym'.
ddd.texi:109: Misplaced {.
ddd.texi:109: Misplaced }.
... (many more of these)
ddd.texi:281: Unknown command `acronym'.
Too many errors!  Gave up.
make: 1254-004 The error code from the last command is 4.

~~~~~~~~~~~~~

I tried, as a last resort, to cd ddd and make ddd, yielding this error:


        g++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isystem /usr/contrib/include    
 -DNDEBUG -O2 -g -W -Wall -trigraph
s  -c ddd.C
In file included from /usr/include/Xm/Xm.h:43,
                 from ddd.h:40,
                 from ddd.C:138:
/usr/gnu/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.3/include/Xm/XmStrDefs.h:5773: 
warning: `/*' within comment
/usr/gnu/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.3/include/Xm/XmStrDefs.h:5776: 
unbalanced `#endif'
make: 1254-004 The error code from the last command is 1.

-- 
Ken Goldman   kgold@watson.ibm.com   914-784-7646



reply via email to

[Prev in Thread] Current Thread [Next in Thread]