Re: [gentoo-user] qt compiles fail

2003-03-08 Thread Joel Wright
Turns out this was a known bug!

I had to remove gtk+ mozilla pango and freetype, then clean up after them and 
reinstall. Did this, and everything now seems to work fine.

Thanks for all the help
Joel.

On Friday 07 March 2003 02:42, Oleg Letsinsky wrote:
> On Thu, Mar 06, 2003 at 02:05:02PM +, Joel Wright wrote:
> > Okay, turns out libxft was the problem, i removed it and can now compile
> > qt apps happily again.
> >
> > But what I want to know is what package installed libxft as a dependency
> > in the first place? (i.e. have I now broken something).
> >
> > Still, at least I can upgrade my system again :)
>
> Congratulations :) But IMO you'd better emerge x11-libs/xft (the package
> which provides the libXft.so.2 library, so you can get antialiased fonts
> in your compiled applications again - AA won't work w/o this library, as
> I understand it.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qt compiles fail

2003-03-06 Thread Oleg Letsinsky
On Thu, Mar 06, 2003 at 02:05:02PM +, Joel Wright wrote:

> Okay, turns out libxft was the problem, i removed it and can now compile qt 
> apps happily again.
> 
> But what I want to know is what package installed libxft as a dependency in 
> the first place? (i.e. have I now broken something).
> 
> Still, at least I can upgrade my system again :)

Congratulations :) But IMO you'd better emerge x11-libs/xft (the package
which provides the libXft.so.2 library, so you can get antialiased fonts
in your compiled applications again - AA won't work w/o this library, as
I understand it.

-- 
  May the bluebird of happiness twiddle your bits.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qt compiles fail

2003-03-06 Thread Joel Wright
Okay, turns out libxft was the problem, i removed it and can now compile qt 
apps happily again.

But what I want to know is what package installed libxft as a dependency in 
the first place? (i.e. have I now broken something).

Still, at least I can upgrade my system again :)

Joel.

Cheers to all those who offered help & advice, especially to Paul de Vrieze 
who pointed me to the problem in my config.log.

On Thursday 06 March 2003 00:02, Joel Wright wrote:
> HELP!! - I can no longer compile any apps which use qt
>
> the ./configure's always fails telling me :
>
> checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library
> qt-mt) not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
> Make sure that you have compiled Qt with thread support!
>
> !!! ERROR: kde-base/arts-1.1.0 failed.
> !!! Function kde_src_compile, Line 112, Exitcode 1
> !!! died running ./configure, kde_src_compile:configure
>
> always the same error regardless of package (apart from the package name
> obviously!).. :(
>
> now I KNOW that qt3.1.0-r2 is installed okay because I have re-emerged it
> succesfully several times, asnd have checked that libqt-mt.so* is in
> /usr/qt/3/lib/
>
> WHAT IS GOING ON!!!
>
> and more importantly - how the hell do i fix it?!?!
>
> I've searched the forum and can find no solution to this problem, and well
> as trawled my way through the last months worth of mailing list - nothing!
>
> info :- qt = 3.1.0, gcc = 3.2.2
>
> Cheers for any advice,
> Joel.
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qt compiles fail

2003-03-06 Thread Joel Wright
Yeah, I made a point of re-installing qt after the gcc upgrade. I really have 
no idea what's going on now - been banging my head against this for 3 days 
now.

On Thursday 06 March 2003 11:36, Sigurd Stordal wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Thursday 06 March 2003 04:00, Oleg Letsinsky wrote:
> > On Thu, Mar 06, 2003 at 12:02:31AM +, Joel Wright wrote:
> > > HELP!! - I can no longer compile any apps which use qt
> > >
> > > the ./configure's always fails telling me :
> > >
> > > checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library
> > > qt-mt) not found. Please check your installation!
> > > For more details about this problem, look at the end of config.log.
> >
> >^^
> > It would be a good idea, actually. What does it say?
>
> I've had the same problem. Are you sure that qt was compiled with the same
> gcc compiler as the program.
>
> - --
> Sigurd Stordal
> President of GOGS
> Experimental Petrologist
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.1 (GNU/Linux)
>
> iD8DBQE+ZzLYSB4UOs/snOURAgqxAJ9mfN7Dg7rzL/mEjwUyMmG+ax62SACffCYT
> u0+Oeugg9kAVCeNDofIr9EU=
> =6aIg
> -END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qt compiles fail

2003-03-06 Thread Sigurd Stordal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 06 March 2003 04:00, Oleg Letsinsky wrote:
> On Thu, Mar 06, 2003 at 12:02:31AM +, Joel Wright wrote:
> > HELP!! - I can no longer compile any apps which use qt
> >
> > the ./configure's always fails telling me :
> >
> > checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library
> > qt-mt) not found. Please check your installation!
> > For more details about this problem, look at the end of config.log.
>
>^^
> It would be a good idea, actually. What does it say?
I've had the same problem. Are you sure that qt was compiled with the same gcc 
compiler as the program.

- -- 
Sigurd Stordal
President of GOGS
Experimental Petrologist
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+ZzLYSB4UOs/snOURAgqxAJ9mfN7Dg7rzL/mEjwUyMmG+ax62SACffCYT
u0+Oeugg9kAVCeNDofIr9EU=
=6aIg
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qt compiles fail

2003-03-06 Thread Joel Wright
I now attach the config.log file from my failed build of kdelibs. I hope 
someone can enlighten me as to what's going wrong here :(

i had to gzip the log or the gentoo list won't accept it

On Thursday 06 March 2003 03:00, Oleg Letsinsky wrote:
> On Thu, Mar 06, 2003 at 12:02:31AM +, Joel Wright wrote:
> > HELP!! - I can no longer compile any apps which use qt
> >
> > the ./configure's always fails telling me :
> >
> > checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library
> > qt-mt) not found. Please check your installation!
> > For more details about this problem, look at the end of config.log.
>
>^^
> It would be a good idea, actually. What does it say?




config.log.gz
Description: GNU Zip compressed data
--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] qt compiles fail

2003-03-05 Thread Oleg Letsinsky
On Thu, Mar 06, 2003 at 12:02:31AM +, Joel Wright wrote:
> HELP!! - I can no longer compile any apps which use qt
> 
> the ./configure's always fails telling me :
> 
> checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) 
> not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
   ^^
It would be a good idea, actually. What does it say?

-- 
  May the bluebird of happiness twiddle your bits.

--
[EMAIL PROTECTED] mailing list