Trying to Build wine 1.1.18 (to rum Last Chaos

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
initial.silence
Level 1
Level 1
Posts: 6
Joined: Tue Oct 13, 2009 1:28 pm

Trying to Build wine 1.1.18 (to rum Last Chaos

Post by initial.silence »

I try to build it and I run ./wineinstall and I keep geting this "configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries."

WTF and How the hell can I get it gone!
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

exactly like it said.. you don't have 32 bit libraries installed on your machine... I'm guessing your running a 64 bit linux version. Look up your linux distro info on how to install 32 bit support.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Trying to Build wine 1.1.18 (to rum Last Chaos

Post by vitamin »

initial.silence wrote:I try to build it and I run ./wineinstall and I keep geting this "configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries."
http://wiki.winehq.org/WineOn64bit
initial.silence
Level 1
Level 1
Posts: 6
Joined: Tue Oct 13, 2009 1:28 pm

Trying to Build wine 1.1.18 (to rum Last Chaos

Post by initial.silence »

ok that worked, but now it's missing freetype fonts Anyone help with that?
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

install freetype....
initial.silence
Level 1
Level 1
Posts: 6
Joined: Tue Oct 13, 2009 1:28 pm

Post by initial.silence »

doh123 wrote:install freetype....
that was useless.. How, and WTF is free type? in ms it's just fonts and after installing, i have to put it into wine or sumn right? Little more enthusiasm please..
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

initial.silence wrote:
doh123 wrote:install freetype....
that was useless.. How, and WTF is free type?
Google if you must know.

Don't forget all the extra steps for other ubuntu distros in the link I gave you. By default ubuntu failed to install required 32-bit development libraries in right places.
initial.silence
Level 1
Level 1
Posts: 6
Joined: Tue Oct 13, 2009 1:28 pm

Post by initial.silence »

about the wine sit. It's ok, just said I need to install freetype and.. What I googled and downloaded was like.. a creator. now what? I have freetype 2.3 in my home folder. but idk where to put it now. I can't find anything about it.
initial.silence
Level 1
Level 1
Posts: 6
Joined: Tue Oct 13, 2009 1:28 pm

Post by initial.silence »

ok now it's just being a pain in the ass.. Someone tell me what's wrong.
"/usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching for -lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed
make[2]: *** [winex11.drv.so] Error 2
make[2]: Leaving directory `/home/andyrew/Documents/wine-1.1.18/dlls/winex11.drv'
make[1]: *** [winex11.drv] Error 2
make[1]: Leaving directory `/home/andyrew/Documents/wine-1.1.18/dlls'
make: *** [dlls] Error 2

"
HardBoiled
Newbie
Newbie
Posts: 1
Joined: Mon Dec 03, 2012 1:43 am

Re: Trying to Build wine 1.1.18 (to rum Last Chaos

Post by HardBoiled »

maybe this will help some as it turns out that gcc and g++ are not the end all of compilers needed for wine. Maybe I dont have the right versions installed but this was very helpfull.

https://help.ubuntu.com/community/InstallingCompilers

you may also want to see this,

http://gcc.gnu.org/

in hopes that this may help save some brain cells from being over cooked :twisted:
Locked