doxygen status
Hans W. Horn
hannes@2horns.com
Mon Apr 11 18:55:00 GMT 2005
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.
More information about the Cygwin-apps
mailing list