PDA

View Full Version : Compiling error -K3b0.9pre2- Qt-3.1


SRIKANTH NS
2003-09-24, 09:47 AM CDT
Hi All,

I had k3b-0.9pre2.tar.gz. Tried compiling it on RH9. It has Qt-3.1 in
/usr/lib/qt-3.1.
I gave ./configure command with option
../configure --with-qt-dir=/usr/lib/qt-3.1.

It shows error message that Qt libraries and heders are not found! But it is
there ! libraries and header files are there in /usr/lib/qt-3.1/lib.
But still it dows not compile. I tried it with k3b-0.8.1.tar.gz also. Same
result.
What can be done?

Cheeka

PS :It compiled well on Slack9 though.

SuperDeamon
2003-09-24, 04:29 PM CDT
SRIKANTH NS wrote:

> What can be done?

I'd suggest forgetting about k3b totally and relying on cli. It takes only 2
or 3 commands to do all what k3b does.

search google for CD-burning Script.

all you have to do is

1- create a directroy, put tracks to be burned there;

2- convert tracks files to wav format(using mpg321)

3- burn them to a CD using cdrecord.

also "cdrecord -scanbus" to find the address for your burner, and you should
also know your CDRW writting speed.

why bother with all those troubles and even when and If it gets installed
properly it may not work. Mine (my k3b) does not work. My script does work
beautifully.

SuperDeamon
2003-09-24, 04:35 PM CDT
Xref: kermit alt.os.linux.redhat:32643 alt.os.linux:194860 comp.os.linux.misc:271893 alt.os.linux.slackware:120863

SRIKANTH NS wrote:

> PS :It compiled well on Slack9 though.

Isn't Slack great?

Vwakes
2003-09-24, 05:01 PM CDT
On Wed, 24 Sep 2003 SRIKANTH NS wrote:

>I had k3b-0.9pre2.tar.gz. Tried compiling it on RH9. It has Qt-3.1 in
>/usr/lib/qt-3.1. I gave ./configure command with option
>./configure --with-qt-dir=/usr/lib/qt-3.1.

Try with these options:

$ ./configure --with-qt-includes=/usr/lib/qt-3.1/include
--with-qt-libraries=/usr/lib/qt-3.1/lib

>It shows error message that Qt libraries and heders are not found! But
>it is there ! libraries and header files are there in
>/usr/lib/qt-3.1/lib. But still it dows not compile. I tried it with
>k3b-0.8.1.tar.gz also. Same result. What can be done?

I assume the same thing as you did. That the configure script will
somehow add /include and /lib to the qt-dir but it doesn't. Let me know
if you figure out.

>PS :It compiled well on Slack9 though.

Digging into your slack mc will give some clues.

V.