You need to install the 32-bit version of libicu, like you did with the other 32-bit libraries. But if you are using Breezy, this error is insoluble.Originally Posted by TerryB
You need to install the 32-bit version of libicu, like you did with the other 32-bit libraries. But if you are using Breezy, this error is insoluble.Originally Posted by TerryB
É isso ai...Pra mim valeu, funfo legal.
Ubuntu rulez.... 64Bit's
It's good, very easy.![]()
I've found that adding
ln -s libfreetype.so.6 libfreetype.so
ln -s libz.so.1 libz.so
to the symlinks in /usr/lib32 will compile freetype support.
I've fixed this issue as well. The problem does not involve xrender, which is in fact installed correctly. The issue is an omission in the opengl32.dll makefile. It can be fixed by the following:
1. Link libGLU
2. Edit the MakefileCode:cd /usr/lib32 sudo ln -s libGLU.so.1 libGLU.so
Append the following (exactly!) to EXTRALIBS:Code:cd /<wine source dir>/dlls/opengl32 nano Makefile
Ctrl X and Y to save the Makefile.Code:-lGLU
This compiles libGLU.so into opengl32.dll and ensures the availablilty of the OpenGL utilities.
Have a look at this bug for details.
Now I can run WoW on my own Wine cross-compile!
At some stage it would be nice if all this information was rolled up into an ia32-libs-wine-dev package or somesuch so that all we'd need to do is install the build deps and run the compile.
I solved the libsicuuc.a no compile bug thanks to this post here:
http://groups.google.com/group/comp....e0967ed0e138ad
This re-creates / compiles the icu libs. So I followed the instructions there and after some trial and error I to managed to create the libsicuuc.a and put it in lib32.
I then compiled wine using a mixture of psychosushi and Wine's suggested command
LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" CC="gcc-3.4 -m32" ./configure
Hope this helps those with invalid libsicuuc.a files as per error above.![]()
Well spotted. I had been getting round this by removing my 64 bit libicu34-dev and symlinking the /usr/lib32 dependencies to /usr/lib, but this is a much neater way.
I think if you're installing the 32 bit dependencies the way that psychosushi recommends, then you don't need to build your own libsicu, just change the gdi Makefile as the guide recommends.
I've also found that if you have libc-i386-dev installed, and all the 32 bit libs in the right place, that a simple ./configure is all thats required.
Last edited by tokyovigilante; September 15th, 2006 at 06:21 AM.
I've got Wine 0.9.21 and hopefully 22 to compile with gcc 4 by using the -fno-stack-protector CFLAG - ie
CFLAGS="-fno-stack-protector" ./configure
This avoids the segmentation faults when Wine is build with gcc 4.
Last edited by tokyovigilante; September 30th, 2006 at 12:22 PM.
My version of wine is Wine 0.9.22
Now when i try to run the following ,I get a message like this.
![]()
nandu@nandu-desktop:~$ wine --version
Wine 0.9.22
nandu@nandu-desktop:~$
nandu@nandu-desktop:~$ cd Windows\ media\ player\ 10/
nandu@nandu-desktop:~/Windows media player 10$ wine Setup\ 10.exe
Warning: Language 'en_IN' was not recognized, defaulting to 'en_US'.
Warning: Language 'en_IN' was not recognized, defaulting to 'en_US'.
Warning: Language 'en_IN' was not recognized, defaulting to 'en_US'.
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 142 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 14
Current serial number in output stream: 15
Iam a newbie and what should I do?
![]()
Nice How-to
This thread has been added to the UDSF wiki.
bodhi.zazen
There are two mistakes one can make along the road to truth...not going all the way, and not starting.
--Prince Gautama Siddharta
#ubuntuforums web interface
I have been trying to compile wine all day. I'm using a downloaded source folder for the simple fact that the .deb doesn't work. Neither does the source. When I configure it tells me that there is "No openGL library found on this system", and "FreeType development files not found."
The config.log shows multiple files with this format: "/usr/bin/ld: skipping incompatible /usr/lib/libX11.so when searching for -lX11"
Also, when running wine after a make and install regardless of the errors, I get this message: "The X11 driver is missing. Check your build!"
Can someone please give me some insight. I am about to give up, as not one single fix I've tried so far has put a dent in any of these problems. Thanks for any assistance you can give!
Bookmarks