Re: [Doxygen-users] Problem with Make
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-08-16 19:37:48
|
On Wed, Aug 15, 2001 at 04:28:19PM -0500, Lar...@ra... wrote: > To Group, > I am running Solaris 2.7 and using gnu compiler. Below is the printout > after initiating make. Any help would be greatly appreciated. Ah, that problem again... As you may have noticed the doxygen executable is already build in bin. Removing the junk in objects/SunWS_cache and then trying make again will give you doxytag as well. Regards, Dimitri > > Thank you, > Larry Kemp > > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' > /software/fsf/bin/make -f Makefile.doxygen all > make[2]: Entering directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' > /software/fsf/bin/make -f Makefile.doxytag all > make[2]: Entering directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' > CC -o ../bin/doxytag ../objects/doxytag.o ../objects/suffixtree.o ../objects/se > archindex.o ../objects/logos.o ../objects/version.o -L../lib -lqtools > Undefined first referenced > symbol in file > QList<Argument>::__vtbl /usr/home/lwkemp/doxygen-1.2.9.1/objects/SunWS_cache/C > C_obj_j/jKyElLK8EP2B9pONhnx4.o > [Hint: try checking whether the first non-inlined, non-pure virtual function of > class QList<Argument> is defined] > [snip] |