[bt-devel] Problem to compile QT (CVS)

Torsten Uhlmann bt-devel@crosswire.org
Mon, 28 Feb 2000 14:50:52 +0100


Did you download qt-copy or qt from ftp://ftp.kde.org and the snapshot dir

If qt-copy, did you make make -f Makefile.cvs?

Otherwise I have no idea, it works here.

----- Original Message ----- 
From: Mario Bertrand <mbert@tbrq.org>
To: BibleTime-Devel List <bt-devel@crosswire.org>
Sent: Saturday, February 26, 2000 11:57 PM
Subject: [bt-devel] Problem to compile QT (CVS)


> 
> Hi,
> 
> I was having problem to compile BibleTime with my Debian distribution,
> so I downloaded the KDE/QT from CVS, but still have problem with QT 
> library.
> 
> #./configure -sm -gif
> 
> Build type:    linux-g++-shared
> 
> Compile flags:  -DQT_BUILTIN_GIF_READER -DQT_SM_SUPPORT
> -I$(QTDIR)/src/3rdparty/zlib -I$(QTDIR)/src/3rdparty/libpng
> Link flags:      -lICE -lSM 
> GIF supports:  yes
> 
> Creating makefiles...
> 
> Qt is now configured for building. Just run make.
> To reconfigure, run make clean and configure.
> 
> # make
> cd src/moc; make
> make[1]: Entering directory `/usr/local/CVS/kde/qt-copy/src/moc'
> flex moc.l
> yacc -d moc.y
> moc.y:652: type clash (`' `string') on default action
> moc.y:741: type clash (`' `string') on default action
> moc.y:742: type clash (`' `string') on default action
> moc.y:743: type clash (`' `string') on default action
> moc.y:934: type clash (`' `string') on default action
> moc.y:935: type clash (`' `string') on default action
> moc.y:1067: type clash (`' `string') on default action
> moc.y:1101: type clash (`' `string') on default action
> make[1]: *** [mocgen.cpp] Error 1
> make[1]: Leaving directory `/usr/local/CVS/kde/qt-copy/src/moc'
> make: *** [moc] Error 2
> 
> I also try with - export YACC='byacc -d'.
> 
> If anyone have idea...
> 
> --------------
> Mario Bertrand
> mbert@tbrq.org