http://bugs.winehq.org/show_bug.cgi?id=20736
apmetcalfe@yahoo.ie changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |apmetcalfe@yahoo.ie
--- Comment #33 from apmetcalfe@yahoo.ie 2009-11-25 15:48:48 --- Hey guys. I am still getting the error with the patch. Perhaps I am doing something wrong, and you guys can tell me.
First I parch the source and compile with the commands:
$ CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v
$ make depend && make
This seems to go ok. Then I run steam with the command:
$ env WINEPREFIX="/home/username/zMisc/wine-1.1.33" wine "/home/username/.wine/drive_c/Program Files/Steam/steam.exe".
And I still get the error.
Sorry if I am making some obvious mistake. I am new to patching.