Στις Sunday 27 May 2007 18:37:01 ο/η Dan Nicholson έγραψε:
> On 5/27/07, Dan Nicholson <[EMAIL PROTECTED]> wrote:
> > On 5/21/07, Lefteris Dimitroulakis <[EMAIL PROTECTED]> wrote:
> > > DOXYGEN --with-doxywizard
> > > fails because apparently is unable to locate
> > > headers in /usr/include/qt, so I gave it a slight push with
> > > sed -i 's|../../src|../../src:/usr/include/qt|' \
> > > addon/doxywizard/doxywizard.pro.in
> >
> > I'm looking at this now.
>
> I didn't have this problem. My qt build is slightly different from the
> BLFS way, but it looked like doxygen added -I$QTDIR/include/qt3. That
> found the headers for me. Could you show me the error you get?
>
> --
> Dan

Here it is:
.............................................
env 
TMAKEPATH=/usr/src/doxygen-1.5.2/tmake/lib/linux-g++ /usr/bin/perl 
/usr/src/doxygen-1.5.2/tmake/bin/tmake 
doxywizard.pro >Makefile.doxywizard
/usr/bin/make -f Makefile.doxywizard QTDIR=/usr all
make[3]: Entering directory `/usr/src/doxygen-1.5.2/addon/doxywizard'
g++ -c -pipe -Wall -W -fno-exceptions -O2 -DNO_DEBUG -I../../src -I/usr/include 
-o 
obj/doxywizard.o doxywizard.cpp
doxywizard.cpp:1:20: error: qlabel.h: No such file or directory
doxywizard.cpp:2:19: error: qhbox.h: No such file or directory
doxywizard.cpp:3:19: error: qvbox.h: No such file or directory
doxywizard.cpp:4:23: error: qlineedit.h: No such file or directory
doxywizard.cpp:5:26: error: qapplication.h: No such file or directory
doxywizard.cpp:6:23: error: qcheckbox.h: No such file or directory
doxywizard.cpp:7:25: error: qpushbutton.h: No such file or directory
doxywizard.cpp:8:26: error: qbuttongroup.h: No such file or directory
........................................................
<sniping ~1500 similar lines>
........................................................
doxywizard.cpp:1403: error: 't' was not declared in this scope
doxywizard.cpp:1403: error: invalid use of undefined type 'struct QTextEdit'
doxywizard.h:15: error: forward declaration of 'struct QTextEdit'
doxywizard.cpp:1404: error: 'statusBar' was not declared in this scope
doxywizard.cpp:1408: error: 'QMessageBox' has not been declared
doxywizard.cpp: In function 'int main(int, char**)':
doxywizard.cpp:1418: error: 'QApplication' was not declared in this scope
doxywizard.cpp:1418: error: expected `;' before 'a'
doxywizard.cpp:850: error: 'MainWidget::~MainWidget()' is private
doxywizard.cpp:1419: error: within this context
doxywizard.cpp:1115: error: 'void MainWidget::loadConfigFromFile(int)' is 
private
doxywizard.cpp:1422: error: within this context
doxywizard.cpp:1422: error: invalid conversion from 'char*' to 'int'
doxywizard.cpp:1422: error:   initializing argument 1 of 'void 
MainWidget::loadConfigFromFile(int)'
doxywizard.cpp:1426: error: 'printf' was not declared in this scope
doxywizard.cpp:1429: error: 'a' was not declared in this scope
doxywizard.cpp:1430: error: 'class MainWidget' has no member named 'show'
make[3]: *** [obj/doxywizard.o] Error 1
make[3]: Leaving directory `/usr/src/doxygen-1.5.2/addon/doxywizard'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/doxygen-1.5.2/addon/doxywizard'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/doxygen-1.5.2'
make: *** [doxygen] Error 2

Leferis
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to