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


> Do you have a reason to avoid a patch like this ?
> >
> > Then again - you do not define  D_WIN32 only for qtools subdir, but also
> > for the src subdir. This means that anycode in the main doxygen
> > body which
> > has #ifdef _WIN32 clause in it will choose to use the "wrong" branch.
> >
> > Or if you really want to use the _WIN32 code then add to the
> > #ifdef _WIN32
> > also a check for __CYGWIN__. But this should be done on your prior
> > knowledge that this is really the way it must be done. Ie you have to
> > check the source by yourself and decide where _WIN32 is needed and where
> > not.
>
> You should not be using _WIN32 in the Cygwin port because the Qt library
> will not deal with UNIX filenames properly.
> You can use the version of the Qt files from kde-cygwin and copy those over
> the files in doxygen. That should work.
>
I have tried, it could be compiled out of the box with qt 2.3 including
doxywizard.

Ralf


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