configure: error: FreeType development files not found.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vijay
Newbie
Newbie
Posts: 4
Joined: Tue Apr 13, 2010 4:47 am

configure: error: FreeType development files not found.

Post by vijay »

Hi

I am a newbie,i am trying to install wine to my centos ,but am having these problems

configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.


i tried install freetype but still the same error comes up
[blaze@localhost freetype-2.3.12]$ rpm -q freetype
freetype-2.2.1-21.el5_3
freetype-2.2.1-21.el5_3

Whats the problem here????

Thanks! :oops:
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: configure: error: FreeType development files not found.

Post by dimesio »

vijay wrote:Hi

I am a newbie,i am trying to install wine to my centos ,but am having these problems

configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.


i tried install freetype but still the same error comes up
[blaze@localhost freetype-2.3.12]$ rpm -q freetype
freetype-2.2.1-21.el5_3
freetype-2.2.1-21.el5_3

Whats the problem here????
Those are not the development files. I don't know how CentOS names its packages, but most distros put "dev" or "devel" somewhere in the name of development packages.
vijay
Newbie
Newbie
Posts: 4
Joined: Tue Apr 13, 2010 4:47 am

Post by vijay »

Ohhh
So how to get the development files???

Thanks

[email protected] :roll:
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

vijay wrote:Ohhh
So how to get the development files??:
Probably the same place you got the freetype package. If you can't find it, ask on your distro's support forum.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

vijay wrote:So how to get the development files?

Code: Select all

sudo you install freetype-devel.i386
And so on for all the missing dependencies. See http://wiki.winehq.org/Recommended_Packages for the list of them.
vijay
Newbie
Newbie
Posts: 4
Joined: Tue Apr 13, 2010 4:47 am

Post by vijay »

vitamin wrote:
vijay wrote:So how to get the development files?

Code: Select all

sudo you install freetype-devel.i386
And so on for all the missing dependencies. See http://wiki.winehq.org/Recommended_Packages for the list of them.

That really helped me out :)


i installed all the depedencies,but now another error pops out...
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed

Is this due to the incompatible version?if so where to get the right one?


the release i am using is 2.6.18-164.e15,
and my machine is x86_64


please excuse my ignorance...

:oops: :oops:

Thanks!
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Post by hellork »

vijay wrote:
vitamin wrote:
vijay wrote:So how to get the development files?

Code: Select all

sudo you install freetype-devel.i386
And so on for all the missing dependencies. See http://wiki.winehq.org/Recommended_Packages for the list of them.

That really helped me out :)


i installed all the depedencies,but now another error pops out...
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed

Is this due to the incompatible version?if so where to get the right one?


the release i am using is 2.6.18-164.e15,
and my machine is x86_64


please excuse my ignorance...

:oops: :oops:

Thanks!
You have the 64 bit development packages for libXext. You need the 32 bit ones for wine.
vijay
Newbie
Newbie
Posts: 4
Joined: Tue Apr 13, 2010 4:47 am

Post by vijay »

hellork wrote:
vijay wrote:
vitamin wrote:

Code: Select all

sudo you install freetype-devel.i386
And so on for all the missing dependencies. See http://wiki.winehq.org/Recommended_Packages for the list of them.

That really helped me out :)


i installed all the depedencies,but now another error pops out...
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed

Is this due to the incompatible version?if so where to get the right one?


the release i am using is 2.6.18-164.e15,
and my machine is x86_64


please excuse my ignorance...

:oops: :oops:

Thanks!
You have the 64 bit development packages for libXext. You need the 32 bit ones for wine.
That was good,succesfully installed,thanks!

but when i give a wine command,i get not found...
bash: wine: command not found
[root@localhost ~]# whereis wine
wine:
ans nothing else comes....

Thanks!!! :?
James Mckenzie

configure: error: FreeType development files not found.

Post by James Mckenzie »


hellork wrote:
vijay wrote:
vitamin wrote:
That really helped me out :)


i installed all the depedencies,but now another error pops out...
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed

Is this due to the incompatible version?if so where to get the right one?


the release i am using is 2.6.18-164.e15,
and my machine is x86_64


please excuse my ignorance...

[Embarassed] [Embarassed]

Thanks!
You have the 64 bit development packages for libXext. You need the 32 bit ones for wine.
That was good,succesfully installed,thanks!

but when i give a wine command,i get not found...
bash: wine: command not found
[root@localhost ~]# whereis wine
wine:
ans nothing else comes....
which wine shows what?

It might be possible that wine did not install because you did not run

Code: Select all


sudo make install

or the files were installed to directories not in your PATH.

James McKenzie
Charles Davis

configure: error: FreeType development files not found.

Post by Charles Davis »

On 4/16/10 8:40 AM, vijay wrote:
hellork wrote:
vijay wrote:
vitamin wrote:
That really helped me out :)


i installed all the depedencies,but now another error pops out...
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed

Is this due to the incompatible version?if so where to get the right one?


the release i am using is 2.6.18-164.e15,
and my machine is x86_64


please excuse my ignorance...

[Embarassed] [Embarassed]

Thanks!
You have the 64 bit development packages for libXext. You need the 32 bit ones for wine.
That was good,succesfully installed,thanks!

but when i give a wine command,i get not found...
bash: wine: command not found
[root@localhost ~]# whereis wine
wine:
ans nothing else comes....
Uhh... Did you build Wine after you configured? (I hope so. The
configure script told you to.)

And then after you built Wine did you remember to do:

make install

as root?

Chip
Locked