http://bugs.winehq.org/show_bug.cgi?id=24701
--- Comment #7 from paulo i30817@gmail.com 2010-10-11 13:53:56 CDT --- I tried to compile now wine with the lines (as specified in the wine on 64 bits page but for ATI) : mkdir -p ./lib32 ln -s /usr/lib32/fglrx/libGL.so.1 ./lib32/libGL.so CC="ccache gcc -m32" LDFLFLAGS="-L./lib32" CFLAGS="-g -O0" ./configure --verbose --disable-tests && make depend && make && printf "\a"
It fell down hard when i did that:
paulo@AIVAS:~/wine-git$ taskset -c 1 ./wine ~/Desktop/Vampire\ -\ Bloodlines/vampire.exe wine: Call from 0x7b842b6e to unimplemented function user32.dll.UserRegisterWowHandlers, aborting err:module:attach_process_dlls "user32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\winemenubuilder.exe" failed, status 80000100 wine: Call from 0x7b842b6e to unimplemented function user32.dll.UserRegisterWowHandlers, aborting err:module:attach_process_dlls "user32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\paulo\Desktop\Vampire - Bloodlines\vampire.exe" failed, status 80000100
Still testing normal mesa compiles. Should i remove the ati driver for testing?