I am new to Wine although I'm not new to Linux. I have posted a couple of bug reports at WineHQ. Then I noticed bug reports showing up here. Am I contacting the wrong place? I also submitted a patch for one of those bugs. Now I'm wondering if there is anybody at WineHQ to see that patch. Should I post my patch here? Also, I can open an ftp to winehq but then I can't cd to pub, or ls or anything else. Thanks for any advice. Best regards, Bob Goodwin
Bob Goodwin <goodie1@pacbell.net> wrote:> I am new to Wine although I'm not new to Linux. I have posted a couple > of bug reports at WineHQ. Then I noticed bug reports showing up here. Am > I contacting the wrong place? I also submitted a patch for one of those > bugs. Now I'm wondering if there is anybody at WineHQ to see that patch. > Should I post my patch here?Well, you didn't subscribe to the list, so it magically found its way into my list admin interface for approval.> Also, I can open an ftp to winehq but then I can't cd to pub, or ls or > anything else.OK, that's enough. Now it's finally a "real" FAQ: http://wine.codeweavers.com/fom-meta/cache/443.html (we need to care about FAQ stuff much more anyway) Andreas Mohr -- In case you need to contact me later, my real (non-temporary) address is (initial first name).(last name)@mailto.de
Hello.. I have slackware 7.1 (with slackware-current), with xfree 4.0.3 I have compiled wine 20010510 and make give me this error.. ---------------------------- gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -o xvidmode.o xvidmode.c xvidmode.c:284: parse error before `X11DRV_GetDeviceGammaRamp' xvidmode.c:284: parse error before `*' xvidmode.c:285: warning: return-type defaults to `int' xvidmode.c: In function `X11DRV_GetDeviceGammaRamp': xvidmode.c:289: `FALSE' undeclared (first use in this function) xvidmode.c:289: (Each undeclared identifier is reported only once xvidmode.c:289: for each function it appears in.) xvidmode.c:291: warning: control reaches end of non-void function xvidmode.c: At top level: xvidmode.c:293: parse error before `X11DRV_SetDeviceGammaRamp' xvidmode.c:293: parse error before `*' xvidmode.c:294: warning: return-type defaults to `int' xvidmode.c: In function `X11DRV_SetDeviceGammaRamp': xvidmode.c:298: `FALSE' undeclared (first use in this function) xvidmode.c:300: warning: control reaches end of non-void function make[2]: *** [xvidmode.o] Error 1 make[2]: Leaving directory `/root/wine-20010510/dlls/x11drv' make[1]: *** [x11drv/libx11drv.so] Error 2 make[1]: Leaving directory `/root/wine-20010510/dlls' make: *** [dlls] Error 2 root@darkstar:~/wine-20010510# --------------------------- Can anybody help me? :((