AW: [Doxygen-develop] Compiling Doxygen with GCC under Windows?
Brought to you by:
dimitri
From: Brandt, O. / E. - B. <Oli...@Le...> - 2002-02-21 18:49:55
|
Maybe I didn't get you right: Are you talking about CYGWIN-gcc or about MINGW-gcc? If it's CYGWIN you have to add the following lines in "qglobal.h": #elif defined(__CYGWIN32__) #define _OS_WIN32_ Cheers, Oliver > -----Urspr=FCngliche Nachricht----- > Von: Brandt, Oliver / ELE - BS [mailto:Oli...@Le...] > Gesendet am: Donnerstag, 21. Februar 2002 19:29 > An: 'dox...@li...' > Betreff: AW: [Doxygen-develop] Compiling Doxygen with GCC=20 > under Windows? >=20 > You have to run "make.bat mingw". That should be all. > =20 > Regards, > Oliver >=20 > -----Urspr=FCngliche Nachricht----- > Von: Roy Leonard [mailto:Roy...@wd...] > Gesendet am: Donnerstag, 21. Februar 2002 19:22 > An: 'dox...@li...' > Betreff: [Doxygen-develop] Compiling Doxygen with GCC under Windows? >=20 >=20 >=20 >=20 > Hi,=20 >=20 > Has anybody successfully compiled Doxygen with GCC under Windows?=20 >=20 > My first trivial attempt generates the following error:=20 >=20 > g++ -c -O -I../qtools -o ../objects/config.o config.cpp=20 > In file included from ../qtools/qiodevice.h:42,=20 > from ../qtools/qfile.h:42,=20 > from ../qtools/qfileinfo.h:42,=20 > from config.l:27:=20 > ../qtools/qglobal.h:132: #error "Qt has not been ported to=20 > this OS - talk to > qt-=20 > bu...@tr..."=20 >=20 > Anybody got any suggestions? Or should I just go out and get MSVC?=20 >=20 > Cheers,=20 >=20 > Roy=20 >=20 >=20 > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop >=20 |