Re: [Doxygen-users] doxygen on AIX 4.3
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-06-19 06:10:58
|
On Mon, Jun 18, 2001 at 05:12:22PM -0400, dr...@ca... wrote: > Did anyone successfully compile doxygen 1.2.7+ on AIX 4.3 ? > What compiler version and machine type was used? > > I've tried doxygen 1.2.6 but it gave an "illegal instruction error" with > two of my larger directories. > I've finally decided to use VAC++ 5 but now, no doxygen version will > compile. > > I get the following result when compiling doxygen on AIX aix 4.3.3 VAC++ > V5: > > gmake[1]: Leaving directory `/home/dricard/tmp/doxygen-1.2.8.1/src' > /local/bin/gmake -f Makefile.libdoxygen all > gmake[1]: Entering directory `/home/dricard/tmp/doxygen-1.2.8.1/src' > xlC -c -+ -qstrict -D_BSD -O3 -I../qtools -o ../objects/ce_lex.o ce_lex.cpp > xlC -c -+ -qstrict -D_BSD -O3 -I../qtools -o ../objects/ce_parse.o > ce_parse.cpp > "ce_parse.cpp", line 940.11: 1540-0274 (S) The name lookup for "parseOctal" > did not find a declaration. Maybe (just a wild guess) it would help if you let yacc regenerate the ce_parse.cpp file. Just do a "make distclean ; make" in the src dir. Regards, Dimitri |