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


> I don't understand what do you want to show with that exmaple ? Please, 
> give more details. _WIN32 is not defined on Cygwin, so "gswin32c.exe" 
> should not be picked up if everything is set up correctly. See below the 
> output of gcc -v on Cygwin:

_WIN32 is used for VC++. Doxygen can be compiled with VC++.
If _WIN32 is undefined, fail to compile.
Doxygen use Qt library for dealing with string. (See qtools dir)
-----------------------------------------------------------
In file included from qiodevice.h:42,
                 from qbuffer.h:42,
                 from qbuffer.cpp:38:
qglobal.h:132: #error "Qt has not been ported to this OS - talk to qt-bugs@troll
tech.com"
-----------------------------------------------------------
I don't want to edit Qt library's headers.
For compiling Qt library, I define _WIN32.

I think if I'm a VC++ user on Windows,
When I want to compile doxygen,
I must setup libpng and qt library and ......,
It's a troublesome.
I expec that This is the reason is why doxygen soruce include libpng and qt library. 

Ryu


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