Re: [Doxygen-develop] OS X doxywizard build
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2014-07-24 18:26:59
|
Hi Chris, On 24 Jul 2014, at 14:17 , Chris Krycho <ch...@kr...> wrote: > > I’m running Doxygen on OS X, and am interested in updating the Qt build so > that the various GUI tools (which are super handy) render correctly on "retina" > devices on OS X. This should be pretty straightforward -- it's just a tweak to > the `.plist` file. I can probably do it in a weekend. Before I jump in, though, > I wanted to make sure I was heading the right direction, so a few questions: > > 1. At present, it looks like you’re using the unmodified Qt settings to > generate all the OS X files -- i.e. you are *not* supplying them via the > `QMAKE_INFO_PLIST` build variable. Is that correct? I'm running './configure --with-doxywizard' in the root of the distribution followed by 'make' from the command line to build doxygen and the wizard. > 2. It appears all the relevant source for the GUI tools are in the `addon` > directory -- is that correct? Yes. > 3. Building the Qt components failed with clang on OS X. I have standard GCC > as well, so this isn’t a problem for me but I wanted to check that you > knew this to be the case and see if you’re interested in getting clang > build support. I've used Qt that came with MacPorts, but also built my own version for combined 32-bit and 64-bit architectures using: ./configure -release -arch x86 -arch x86_64 -qt-libtiff -qt-libpng -qt-libjpeg -qt-libmng -fast --prefix=/usr My compiler: g++ --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) > > Finally, I assume I should just send a pull request on GitHub with the changes > when I’m done? Yes, please. Regards, Dimitri |