ebqt build failure
Chris Boyle <[email protected]> Sat, 14 Aug 2004 19:01:50 +0100
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <20040814180150.GA1318@atlas> |
On Thu, Aug 12, 2004 at 08:31:35PM +0100, Meredydd wrote:
> On Thursday 12 August 2004 17:01, you wrote:
> > I've got following problem compiling ebqt.
> >
> > What's going wrong? What do I have to do to compile ebqt? - I got it
> > from the svn-repository - bleeding edge O:)
> >
> > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/qt3
> > -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2
> > -fno-exceptions -fno-check-new -c -o ebqtconv.o `test -f
> > 'ebqtconv.cpp' || echo './'`ebqtconv.cpp In file included from
> > ebqtconv.cpp:42:
> > ebqtconv.h:40:24: ebqtconvui.h: No such file or directory
> > ebqtconv.h:41:26: ebqttextedit.h: No such file or directory
> > In file included from ebqtconv.cpp:42:
> > ebqtconv.h:49: error: parse error before `{' token
Seems at least two of the files generated by moc are missing. (moc turns
.ui into .cpp and .h). The parse error is that EbQtConv inherits from
EbQtConvUI, which is generated, or in your case, hasn't been generated.
The mess that is autotools is supposed to make sure such things get done
before they're required... not sure what's happened to you there. Try
removing your ebqt directory and checking out a fresh copy perhaps?
--
Chris Boyle - http://cmb.is-a-geek.org/
GPG: B7D86E0F, MSN: [email protected], ICQ: 24151961,
AIM: kerneloops, Yahoo: kerneloops, IRC: cmb on irc.uwcs.co.uk