can't compile qt-2.3.0 with -xft. Why?

can't compile qt-2.3.0 with -xft. Why?

Post by Juergen Di » Wed, 23 May 2001 19:46:17



Hi

I've the problem that I can't compile qt-2.3.0 witch the xft feature.
Which libs and wich version of these libs do I need to compile qt with the
xft feature?
Or why doesn't it work?

thx
        Jrgen

--
*** email: replace '.org' by '.de' ***

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Brian Crouc » Wed, 23 May 2001 23:17:38



> Hi

> I've the problem that I can't compile qt-2.3.0 witch the xft feature.
> Which libs and wich version of these libs do I need to compile qt with the
> xft feature?
> Or why doesn't it work?

> thx
>     Jrgen

I have the same problem

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Nils O. Sel?sda » Wed, 23 May 2001 23:10:49



Quote:> Hi

> I've the problem that I can't compile qt-2.3.0 witch the xft feature.
> Which libs and wich version of these libs do I need to compile qt with the
> xft feature?
> Or why doesn't it work?

You need atleast xfree 4.03
 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Jürgen Di » Thu, 24 May 2001 00:51:00




Quote:>You need atleast xfree 4.03

I've patched my 4.02 up to 4.03 but it still doesn't work

--
*** email: replace '-antispam-' by 'uni' ***

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by ne.. » Thu, 24 May 2001 02:16:50





>>You need atleast xfree 4.03

>I've patched my 4.02 up to 4.03 but it still doesn't work

You also need freetpye 2. Search around on http://keithp.com/~keithp/
for further info.

--
Registered Linux User # 125653 (http://counter.li.org)
Theory is gray, but the golden tree of life is green.
                -- Goethe
  1:15pm  up 2 days, 13:25,  2 users,  load average: 0.00, 0.00, 0.00

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Dave Uhrin » Thu, 24 May 2001 05:39:39



> Hi

> I've the problem that I can't compile qt-2.3.0 witch the xft feature.
> Which libs and wich version of these libs do I need to compile qt with the
> xft feature?
> Or why doesn't it work?

> thx
>     Jrgen

You might want to look at this.  I had to fix that header file when I built
qt-2.3.0 on Solaris.

http://qt-interest.trolltech.com/dsw6.html

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Nils O. Sel?sda » Thu, 24 May 2001 17:22:38





> >You need atleast xfree 4.03

> I've patched my 4.02 up to 4.03 but it still doesn't work

THen there could be about thousand reasons why it dont work,
so what doesnt work? What does it say? what error messages do you get?
 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Jürgen Di » Fri, 25 May 2001 02:51:42




here's a part of the logfile which shows the error output:

make uic
make[5]: Entering directory `/usr/local/qt-2.3.0/tools/designer'
if [ -d uic ]; then cd uic ; make; fi
make[6]: Entering directory `/usr/local/qt-2.3.0/tools/designer/uic'
g++ -L/usr/local/qt/lib -Wl,-rpath,/usr/local/qt/lib   -o
/usr/local/qt/bin/uic uic.o ../shared/widgetdatabase.o ../shared/domtool.o
../integration/kdevelop/kdewidgets.o   -lqutil -L../lib -lqt  
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Init_FreeType'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Load_Glyph'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Done_Face'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderFreePicture'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Get_Char_Index'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Outline_Translate'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Set_Charmap'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderCompositeString8'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderFillRectangle'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Outline_Transform'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderCompositeString16'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderFindVisualFormat'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Outline_Get_Bitmap'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderSetPictureClipRegion'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderCreateGlyphSet'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Set_Char_Size'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderCompositeString32'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderAddGlyphs'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderChangePicture'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderFindFormat'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_New_Face'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderCreatePicture'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderFreeGlyphSet'
collect2: ld returned 1 exit status
make[6]: *** [/usr/local/qt/bin/uic] Error 1
make[5]: *** [uic] Error 2
make[4]: *** [all] Error 2
make[3]: *** [designer] Error 2
make[2]: *** [all] Error 2
make[1]: *** [sub-tools] Error 2
make: *** [init] Error 2
make[6]: Leaving directory `/usr/local/qt-2.3.0/tools/designer/uic'
make[5]: Leaving directory `/usr/local/qt-2.3.0/tools/designer'
make[4]: Leaving directory `/usr/local/qt-2.3.0/tools/designer'
make[3]: Leaving directory `/usr/local/qt-2.3.0/tools'
make[2]: Leaving directory `/usr/local/qt-2.3.0/tools'
make[1]: Leaving directory `/usr/local/qt-2.3.0'

--
*** email: replace '-antispam-' by 'uni' ***

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Jürgen Di » Sat, 26 May 2001 01:07:07


I've no old qt installation on my system.
i've a symlink /usr/local/qt -> /usr/local/qt-2.3.0
libqt.so points to /usr/local/qt/lib/libqt.so.2.3.0
and $QTDIR is also set correctly

--
*** email: replace '-antispam-' by 'uni' ***

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Nils O. Sel?sda » Sat, 26 May 2001 16:15:53



Quote:> I've no old qt installation on my system.
> i've a symlink /usr/local/qt -> /usr/local/qt-2.3.0
> libqt.so points to /usr/local/qt/lib/libqt.so.2.3.0
> and $QTDIR is also set correctly

I'd say it looks like you havnt installed XFree 4.03 and all its header
files properly..
 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Jürgen Di » Sat, 26 May 2001 18:47:45


Quote:>I'd say it looks like you havnt installed XFree 4.03 and all its header
>files properly..

I downloaded xfree 4.02 and patched it up to 4.03
the compilation made no errors and the make install work also properly. I
don't know, where there should be my mistake

--
*** email: replace '-antispam-' by 'uni' ***

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by ne.. » Sat, 26 May 2001 21:23:44



Quote:>>I'd say it looks like you havnt installed XFree 4.03 and all its header
>>files properly..

>I downloaded xfree 4.02 and patched it up to 4.03
>the compilation made no errors and the make install work also properly. I
>don't know, where there should be my mistake

Did you install freetype2 _before_ X???

--
Registered Linux User # 125653 (http://counter.li.org)
The only time a dog gets complimented is when he doesn't do anything.
                -- C. Schulz
  8:23am  up 14:59,  7 users,  load average: 0.00, 0.00, 0.00

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Jürgen Di » Sun, 27 May 2001 01:58:49


Quote:>>don't know, where there should be my mistake
>Did you install freetype2 _before_ X???

yes, I did

--
*** email: replace '-antispam-' by 'uni' ***

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by ne.. » Sun, 27 May 2001 04:32:43



Quote:>>>don't know, where there should be my mistake
>>Did you install freetype2 _before_ X???

>yes, I did

And can I safely assume that you made the necessary to
the X config file so that X links to freetype2?

--
Registered Linux User # 125653 (http://counter.li.org)
Delay is preferable to error.
                -- Thomas Jefferson
  3:31pm  up 22:07,  8 users,  load average: 0.01, 0.04, 0.00

 
 
 

can't compile qt-2.3.0 with -xft. Why?

Post by Jürgen Di » Sun, 27 May 2001 06:40:39


Quote:>And can I safely assume that you made the necessary to
>the X config file so that X links to freetype2?

How do I have to do that?
Does the Xf86Config really affect the qt installation?

--
*** email: replace '-antispam-' by 'uni' ***

 
 
 

1. error on compiling qt-2.3.0

Hi there
I've a problem compiling the qt-2.3.0 library...
this is (a part of) the error output:

make[6]: Entering directory `/usr/local/qt-2.3.0/tools/designer/uic'
g++ -L/usr/local/qt/lib -Wl,-rpath,/usr/local/qt/lib   -o
/usr/local/qt/bin/uic uic.o ../shared/widgetdatabase.o ../shared/domtool.o
../integration/kdevelop/kdewidgets.o   -lqutil -L../lib -lqt  
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Init_FreeType'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Load_Glyph'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Done_Face'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderFreePicture'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Get_Char_Index'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Outline_Translate'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Set_Charmap'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderCompositeString8'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderFillRectangle'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Outline_Transform'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderCompositeString16'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderFindVisualFormat'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Outline_Get_Bitmap'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderSetPictureClipRegion'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderCreateGlyphSet'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_Set_Char_Size'
/usr/local/qt/lib/libqt.so: undefined reference to
`XRenderCompositeString32'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderAddGlyphs'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderChangePicture'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderFindFormat'
/usr/local/qt/lib/libqt.so: undefined reference to `FT_New_Face'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderCreatePicture'
/usr/local/qt/lib/libqt.so: undefined reference to `XRenderFreeGlyphSet'
collect2: ld returned 1 exit status
make[6]: *** [/usr/local/qt/bin/uic] Error 1

please help me
        Jrgen

--
*** email not active ***

2. does solaris support ide crdom?

3. Qt and Xft

4. cron lacks a tty location problem

5. qt-2.3.0 compilation error

6. Pioneer 24X CD-ROM Crashed Linux! Help!

7. qt-2.3.0 - Starting KDE 2.1.0 fails

8. __alloc_pages: 4-order allocation failed

9. Has anyone tried QT-2.3.0?

10. opengl and qt-2.3.0

11. KDE 2.1 with qt-2.3.0 from Rawhide 1.0

12. Novice: Compiling Qt with Mesa fails: undefined reference to 'atexit'?

13. KDE 3.0: QT won't build with freetype