Re: compiling wine for amd64 on ubuntu dapper 6.06

2006-10-18 Thread Gerald Britton
Just tried to compile wine .23 on dapper 6.06 on AMD 64-bit. Make all terminated with these messages. What does this error mean and how can I get past it? gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+

Re: compiling wine for amd64 on ubuntu dapper 6.06

2006-10-02 Thread Neil Skrypuch
On Monday, October 02, 2006 10:28, Gerald Britton wrote: > Is there a command to verify if the libs are 32- or 64-bit? Try file: [EMAIL PROTECTED] ~ $ file /lib/libz.so.1.2.3 /lib/libz.so.1.2.3: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped [EMAIL PROTECTED] ~ $ file /emul

Re: compiling wine for amd64 on ubuntu dapper 6.06

2006-10-02 Thread Evil Jay
It's very useful - CounterStrike source is actually playable with it. I'm sure other games are working as well. -J Ge van Geldorp wrote: >> From: "Gerald Britton" <[EMAIL PROTECTED]> >> >> 1. /configure can't find opengl, and produces these messages: >> >> configure: WARNING: Wine will be build

RE: compiling wine for amd64 on ubuntu dapper 6.06

2006-10-02 Thread Ge van Geldorp
> From: "Gerald Britton" <[EMAIL PROTECTED]> > > 1. /configure can't find opengl, and produces these messages: > > configure: WARNING: Wine will be build without OpenGL or > Direct3D support > configure: WARNING: because something is wrong with the OpenGL setup: > configure: WARNING: No OpenGL l

Re: compiling wine for amd64 on ubuntu dapper 6.06

2006-10-02 Thread Gerald Britton
Ah. Well on the wiki there's a note about symlinks for those libs. I have these: $ ls -l /usr/lib32/libG* lrwxrwxrwx 1 root root 21 2006-09-18 22:22 /usr/lib32/libGLcore.so.1 -> libGLcore.so.1.0.8762 -rw-r--r-- 1 root root 8113728 2006-09-18 03:28 /usr/lib32/libGLcore.so.1.0.8762 -rw-r--r-

Re: compiling wine for amd64 on ubuntu dapper 6.06

2006-10-02 Thread Robert Shearman
Gerald Britton wrote: Looking at config.log, I see these messages: configure:9418: checking for glXCreateContext in -lGL configure:9453: gcc -m32 -o conftest -g -O2conftest.c -lGL -L/usr/X11R6/lib -lXext -lX11 -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.0.3/.

Re: compiling wine for amd64 on ubuntu dapper 6.06

2006-10-02 Thread Gerald Britton
Looking at config.log, I see these messages: configure:9418: checking for glXCreateContext in -lGL configure:9453: gcc -m32 -o conftest -g -O2conftest.c -lGL -L/usr/X11R6/lib -lXext -lX11 -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libGL.so when s

Re: compiling wine for amd64 on ubuntu dapper 6.06

2006-10-02 Thread Damjan Jovanovic
On 9/29/06, Gerald Britton <[EMAIL PROTECTED]> wrote: Hi -- I'm trying to get wine going on my ubuntu dapper installation on an amd 64 box. I have followed the wiki instructions in http://wiki.winehq.org/WineOn64bit for ubuntu and rechecked my work. Two things go wrong: 1. /configure can't find

compiling wine for amd64 on ubuntu dapper 6.06

2006-09-29 Thread Gerald Britton
Hi -- I'm trying to get wine going on my ubuntu dapper installation on an amd 64 box. I have followed the wiki instructions in http://wiki.winehq.org/WineOn64bit for ubuntu and rechecked my work. Two things go wrong: 1. /configure can't find opengl, and produces these messages: configure: WARNIN

Re: compiling wine for amd64

2006-09-22 Thread Evil Jay
Scott Ritchie wrote: > Yup, that's the bug I ran into last time I tried. > > And by "install all prereqs", what exactly do you mean? > build-essentials, asound, Fontforge, Freetype, etc Any package that the configure script indicates might be missing. I wish I could say exactly which ones

Re: compiling wine for amd64

2006-09-22 Thread Evil Jay
Scott Ritchie wrote: > Yup, that's the bug I ran into last time I tried. > > And by "install all prereqs", what exactly do you mean? > build-essentials, asound, Fontforge, Freetype, etc Any package that the configure script indicates might be missing. I wish I could say exactly which ones

Re: compiling wine for amd64

2006-09-22 Thread Scott Ritchie
Yup, that's the bug I ran into last time I tried. And by "install all prereqs", what exactly do you mean? Thanks, Scott Ritchie On Fri, 2006-09-22 at 18:44 -0500, Evil Jay wrote: > I can compile it fine on Kubuntu AMD64, except for font support > (http://bugs.winehq.org/show_bug.cgi?id=6243 ).

Re: compiling wine for amd64

2006-09-22 Thread Evil Jay
I can compile it fine on Kubuntu AMD64, except for font support (http://bugs.winehq.org/show_bug.cgi?id=6243 ). Just download the latest CVS or git, install all pre-reqs then ./configure && make depend && sudo make install. -J Scott Ritchie wrote: > I haven't been able to get Wine to build on

Re: compiling wine for amd64

2006-09-22 Thread Scott Ritchie
I haven't been able to get Wine to build on AMD64 at all, even using the 3+ different howto's I've seen. This is why there still is no AMD64 package. Seriously, if someone gets it working, update the wiki page and post here. Thanks, Scott Ritchie On Fri, 2006-09-22 at 16:04 -0400, Gerald Britt

Re: compiling wine for amd64

2006-09-22 Thread Gerald Britton
OK -- I did all that stuff, but the build failed. note, I used the command sudo apt-get --build source wine as per the page http://www.winehq.com/site/download-deb below are the error messages from the build. the weird thing is I DO haev libdl.s0.2: $ls -l /lib32/libdl.so.2 lrwxrwxrwx 1 roo

Re: compiling wine for amd64

2006-09-21 Thread Neil Skrypuch
On Thursday, September 21, 2006 15:30, Gerald Britton wrote: > Hi -- I'm running ubuntu dapper on amd64. I want to compile wine > but am hitting problems. I got the dependencies just fine, but the > compile died. Here's what I get: > > $ sudo apt-get -y --build source wine > Reading package li

compiling wine for amd64

2006-09-21 Thread Gerald Britton
Hi -- I'm running ubuntu dapper on amd64. I want to compile wine but am hitting problems. I got the dependencies just fine, but the compile died. Here's what I get: $ sudo apt-get -y --build source wine Reading package lists... Done Building dependency tree... Done Skipping the already downl