i would like to use the doxywizard of doxygen but it is not included in the fink doxygen package. Concerning the Webpage only QT is needed, my problem is (just tried to compile the fink packet with the --with-doxywizard optionset in the doxygen info (/sw/fink/10.2/unstable/main/finkinfo/devel/doxygen-1.3-2.info) ) that it completly goes wrong
it quotes that
c++ -c -pipe -D__FreeBSD__ -Wall -W -O2 -DNO_DEBUG -I../../src -I/sw/include -o obj/doxywizard.o doxywizard.cpp
doxywizard.cpp:17:25: qmainwindow.h: No such file or directory
doxywizard.cpp:18:24: qpopupmenu.h: No such file or directory
doxywizard.cpp:19:23: qfileinfo.h: No such file or directory
doxywizard.cpp:20:22: qmenubar.h: No such file or directory
doxywizard.cpp:21:24: qstatusbar.h: No such file or directory
doxywizard.cpp:22:25: qfiledialog.h: No such file or directory
doxywizard.cpp:23:25: qmessagebox.h: No such file or directory
doxywizard.cpp:24:26: qapplication.h: No such file or directory
doxywizard.cpp:25:24: qwhatsthis.h: No such file or directory
doxywizard.cpp:26:21: qlayout.h: No such file or directory
doxywizard.cpp:27:24: qtabwidget.h: No such file or directory
doxywizard.cpp:28:22: qtoolbar.h: No such file or directory
doxywizard.cpp:29:25: qtoolbutton.h: No such file or directory
In file included from doxywizard.cpp:31:
doxywizard.h:18:25: qmainwindow.h: No such file or directory
doxywizard.h:19:19: qlist.h: No such file or directory
doxywizard.h:20:19: qdict.h: No such file or directory
.....
and due to that tonns of compilation errors.
QT is installed, the problem arises .
The Problem is that it expects the qt includes are in /sw/include/qt and not in /sw/include
so i just changed the line in
/sw/src/doxygen-1.3-2/doxygen-1.3-rc3/addon/doxywizard/Makefile.doxywizard
to
INCPATH = -I../../src -I$(QTDIR)/include -I$(QTDIR)/include/qt
and then iot compiles fine and runns without problems.
The problem is you have to do it by hand and after the ./configure + the options.
I dont know how to do it that it is correctly set by the ./configure or better to implement this in the /sw/fink/10.2/unstable/main/finkinfo/devel/doxygen-1.3-2.info
-----------------------
Is the problem based in the doxygen project itself, because of the misconfiguration of the qt path, or is this problem more connected to fink because of the difference in finks installing paths of qt ...
Thanks in advance
Roland
------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel