Hi, I dont know much about compiler, so can you please help me and tell me some ways to get the code compiled from bug 1841. I am interessted in the mingw-way and the wine-way of compiling it. Thanks!
Andr? H. wrote:> Hi, > I dont know much about compiler, so can you please help me and tell me some ways to get the code compiled from bug 1841. > I am interessted in the mingw-way and the wine-way of compiling it. > Thanks!Just install mingw following their install how-to. Then re-run wine/configure so it picks up mingw. To crosscompile Wine test run: Code: make -C dlls/gdi32/tests crosstest
mingw is installed. i special ment the zip file of bug 1841 wanted to test it, but didnt get it working with mingw or winegcc. just with lcc i compiled it under wine. so i just wanted some steps to compile the res-file and the c-file together to an .exe-file
Thanks for the great replys. Got it running by myself: type Code: winemaker ./ in the sourcedirectory and it will create a Makefile then type Code: make and it compiles to run it just type Code: showbug.exe.so