On Fri, Sep 19, 2008 at 6:27 AM, Dan Kegel dank@kegel.com wrote:
Andrew Fenn wrote:
I just submitted a patch to wine patches (Started implementing the xinput library for xbox 360 joystick support ) and I believe patch watcher failed for a few reasons.
- Although it applied my patch it didn't build it as
./tools/make_makefiles isn't called so it isn't built?
I think make_makefiles is called: http://code.google.com/p/winezeug/source/browse/trunk/patchwatcher/patchwatc... Maybe I should make the log more verbose...
Perhaps it is because of line 122, more specifically "patch -R -p1 < git.diff", because you are using patch when you call make_makefiles my code doesn't get it's makefiles generated. The wiki says you need to add Makefile.in to git before make_makefiles will work correctly?