도전2022

wine 컴파일(wine-1.0.1 --without-pthread) 실패 본문

작업/OvmStart(2010)

wine 컴파일(wine-1.0.1 --without-pthread) 실패

hotdigi 2010. 4. 5. 10:49
# ../wine-1.0.1/configure --prefix=/rorc/oWine-1.0.1/xbin/ --without-pthread
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking w

...........................................................

config.status: executing dlls/gdi32/enhmfdrv commands
config.status: creating dlls/gdi32/enhmfdrv
config.status: executing dlls/gdi32/mfdrv commands
config.status: creating dlls/gdi32/mfdrv
config.status: executing dlls/kernel32/nls commands
config.status: creating dlls/kernel32/nls
config.status: executing dlls/user32/resources commands
config.status: creating dlls/user32/resources
config.status: executing dlls/wineps.drv/data commands
config.status: creating dlls/wineps.drv/data
config.status: executing include/wine commands
config.status: creating include/wine


configure: Finished.  Do 'make depend && make' to compile Wine.



# make depend && make
make[1]: Entering directory `/root/src/oWine-1.0.1/tools'
gcc -c -I../../wine-1.0.1/tools -I. -I../../wine-1.0.1/include -I../include -I/usr/include/freetype2   -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith  -g -O2  -o makedep.o ../../wine-1.0.1/tools/makedep.c
../../wine-1.0.1/tools/makedep.c: In function ?쁤et_line??
../../wine-1.0.1/tools/makedep.c:199: warning: ignoring return value of ?쁣gets?? declared with attribute warn_unused_result
../../wine-1.0.1/tools/makedep.c:211: warning: ignoring return value of ?쁣gets?? declared with attribute warn_unused_result
../../wine-1.0.1/tools/makedep.c: In function ?쁮utput_dependencies??
../../wine-1.0.1/tools/makedep.c:881: warning: ignoring return value of ?쁣truncate?? declared with attribute warn_unused_result
gcc -g -O2 -o makedep makedep.o 
../tools/makedep -C../../wine-1.0.1/tools -S../../wine-1.0.1 -T.. -I/usr/include/freetype2 fnt2bdf.c fnt2fon.c make_ctests.c makedep.c relpath.c sfnt2fnt.c                   
make[1]: Leaving directory `/root/src/oWine-1.0.1/tools'
make[1]: Entering directory `/root/src/oWine-1.0.1/tools'
make[1]: `makedep'???대? 媛깆떊?섏뿀?듬땲??
make[1]: Leaving directory `/root/src/oWine-1.0.1/tools'
make[1]: Entering directory `/root/src/oWine-1.0.1/dlls'
make[2]: Entering directory `/root/src/oWine-1.0.1/dlls/acledit'


...........................................................

../../../wine-1.0.1/dlls/gdi32/freetype.c:5128: error: called object ‘pFT_MulFix’ is not a function
../../../wine-1.0.1/dlls/gdi32/freetype.c:5129: error: called object ‘pFT_MulFix’ is not a function
../../../wine-1.0.1/dlls/gdi32/freetype.c:5130: error: called object ‘pFT_MulFix’ is not a function
../../../wine-1.0.1/dlls/gdi32/freetype.c:5131: error: called object ‘pFT_MulFix’ is not a function
../../../wine-1.0.1/dlls/gdi32/freetype.c:5136: error: called object ‘pFT_MulFix’ is not a function
../../../wine-1.0.1/dlls/gdi32/freetype.c:5137: error: called object ‘pFT_MulFix’ is not a function
make[2]: *** [freetype.o] 오류 1
make[2]: Leaving directory `/root/src/oWine-1.0.1/dlls/gdi32'
make[1]: *** [gdi32] 오류 2
make[1]: Leaving directory `/root/src/oWine-1.0.1/dlls'
make: *** [dlls] 오류 2
root@hotdigi-desktop:~/src/oWine-1.0.1#




전체 로그 

'작업 > OvmStart(2010)' 카테고리의 다른 글

strace ./qemu-i386 ./test_x11b  (0) 2010.04.09
strace ./test_x11b  (0) 2010.04.09
wine 컴파일(wine-1.1.39 --without-pthread) 실패  (0) 2010.04.02
wine 컴파일(wine-1.1.33 --without-pthread) 실패  (0) 2010.04.02
wine 관련 글  (0) 2010.04.02