This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: doxygen status


Max,

Max Bowsher wrote:
BTW, which platform did you tell doxygen's configure to use? I've been
building with "linux-g++".

I was using "win32-g++".


Also, did you build with the internal libpng, or use Cygwin's system
libpng? I used the system libpng (just removed the "make -C libpng"
command from the makefile).

I did always build & link doxygen with its own png (libpng1.0). Hm, interesting, cygwin's default png is libpng12, which infact is used in the include path for the compilation of doxygen sources, (e.g. g++ -c -fno-exceptions -fno-rtti -O -I../qtools -I/usr/include/libpng12 -I../libmd5 -o ../objects/ce_lex.o ce_lex.cpp).


I just re-built doxygen w/o its built-in png and ran a few documentation projects.
The results seem to indicate that the png version used doesn't matter.


H.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]