Mailing List Archive

Compile problem
Hi folks. I'm getting the following error when I try to compile myth:

make[1]: Leaving directory `/home/rpage/myth/cvs/MC/programs'
cd themes && qmake -o Makefile
cd themes && make -f Makefile
make[1]: Entering directory `/home/rpage/myth/cvs/MC/themes'
gcc -c -pipe -Wall -W -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro
-march=i586 -ffast-math -fno-strength-reduce -DQT_NO_DEBUG
-I/usr/lib/qt3/include -I/usr/lib/qt3/mkspecs/default -o dummy.o dummy.c
g++ -o themes dummy.o -L/usr/lib/qt3/lib -L/usr/X11R6/lib -lqt -lXext -lX11
-lm
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make[1]: *** [themes] Error 1
make[1]: Leaving directory `/home/rpage/myth/cvs/MC/themes'
make: *** [sub-themes] Error 2
[rpage@chiba MC]$

Any ideas? I'm running mdk 8.2 w/kde3.

Randy
Re: Compile problem [ In reply to ]
On Saturday 21 September 2002 06:59 pm, Randy wrote:
> Hi folks. I'm getting the following error when I try to compile myth:

Should be fixed in CVS now.

Isaac
Re: Compile problem [ In reply to ]
On Saturday 21 September 2002 17:39, Isaac Richards wrote:

> Should be fixed in CVS now.

Thanks Isaac. Seems to build and install. I take that 'mythfilldatabase' has
replaced 'filldata'?

Randy
Re: Compile problem [ In reply to ]
On Saturday 21 September 2002 09:04 pm, Randy wrote:
> On Saturday 21 September 2002 17:39, Isaac Richards wrote:
> > Should be fixed in CVS now.
>
> Thanks Isaac. Seems to build and install. I take that 'mythfilldatabase'
> has replaced 'filldata'?

Yup. Should be crontab-able, too, unlike the old scripts. Though I've been
pondering making the frontend kick it off once a day or something.

Isaac