[Doxygen-develop] Compiling Doxygen with GCC under Windows?
Brought to you by:
dimitri
From: Roy L. <Roy...@wd...> - 2002-02-21 18:22:12
|
Hi, Has anybody successfully compiled Doxygen with GCC under Windows? My first trivial attempt generates the following error: g++ -c -O -I../qtools -o ../objects/config.o config.cpp In file included from ../qtools/qiodevice.h:42, from ../qtools/qfile.h:42, from ../qtools/qfileinfo.h:42, from config.l:27: ../qtools/qglobal.h:132: #error "Qt has not been ported to this OS - talk to qt- bu...@tr..." Anybody got any suggestions? Or should I just go out and get MSVC? Cheers, Roy |