Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Error compiling Wine on 64 bits
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
Txema
l33t
l33t


Joined: 20 May 2008
Posts: 772
Location: Granada

PostPosted: Sat Feb 08, 2014 12:31 am    Post subject: [SOLVED] Error compiling Wine on 64 bits Reply with quote

Anyone knows how to compile wine with the modifications of Stefan (https://github.com/stefand/wine/) on 64bits?

I get this error:

Code:
./configure --enable-win64 --libdir=/usr/lib64 && make

config.status: creating dlls/acledit/Makefile
config.status: creating libs/port/Makefile
make[1]: Entering directory '/home/chema/git-wine-stefan/libs/port'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/chema/git-wine-stefan/libs/port'
config.status: creating libs/wine/Makefile
make[1]: Entering directory '/home/chema/git-wine-stefan/libs/wine'
version=`(GIT_DIR=../../.git git describe HEAD 2>/dev/null || echo "wine-1.7.10") | sed -n -e '$s/\(.*\)/const char wine_build[] = "\1";/p'` && (echo $version | cmp -s - version.c) || echo $version >version.c || (rm -f version.c && exit 1)
gcc -shared -Wl,-soname,libwine.so.1 -Wl,--version-script=./wine.map c_037.o c_10000.o c_10001.o c_10002.o c_10003.o c_10004.o c_10005.o c_10006.o c_10007.o c_10008.o c_10010.o c_10017.o c_10021.o c_10029.o c_1006.o c_10079.o c_10081.o c_10082.o c_1026.o c_1250.o c_1251.o c_1252.o c_1253.o c_1254.o c_1255.o c_1256.o c_1257.o c_1258.o c_1361.o c_20127.o c_20866.o c_20932.o c_21866.o c_28591.o c_28592.o c_28593.o c_28594.o c_28595.o c_28596.o c_28597.o c_28598.o c_28599.o c_28600.o c_28603.o c_28604.o c_28605.o c_28606.o c_424.o c_437.o c_500.o c_737.o c_775.o c_850.o c_852.o c_855.o c_856.o c_857.o c_860.o c_861.o c_862.o c_863.o c_864.o c_865.o c_866.o c_869.o c_874.o c_875.o c_878.o c_932.o c_936.o c_949.o c_950.o casemap.o collation.o compose.o config.o cptable.o debug.o fold.o ldt.o loader.o mbtowc.o mmap.o port.o sortkey.o string.o utf8.o wctomb.o wctype.o      version.o ../../libs/port/libwine_port.a -ldl    -lm -o libwine.so.1.0
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: la arquitectura i386 del fichero de entrada `c_037.o' es incompatible con la salida i386:x86-64
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: la arquitectura i386 del fichero de entrada `c_10000.o' es incompatible con la salida i386:x86-64
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: la arquitectura i386 del fichero de entrada `c_10001.o' es incompatible con la salida i386:x86-64
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: la arquitectura i386 del fichero de entrada `c_10002.o' es incompatible con la salida i386:x86-64
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: la arquitectura i386 del fichero de entrada `c_10003.o' es incompatible con la salida i386:x86-64
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: la arquitectura i386 del fichero de entrada `c_10004.o' es incompatible con la salida i386:x86-64
[...]

thanks.


EDIT: my bad, i had to do "make clean" U_U
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum