re: [PATCH 1/3] widl: teach widl how to automatically create class factories (resend)
Hi Bernhard, build fails here: widl.o: In function `write_dlldata': /home/bob/wineslave.dir/sandbox/slave/runtests-default/build/tools/widl/widl.c:423: undefined reference to `write_dlldata_list' widl.o: In function `main': /home/bob/wineslave.dir/sandbox/slave/runtests-default/build/tools/widl/widl.c:781: undefined reference to `write_dlldata_list' http://winehq.org:8010/builders/runtests-default/builds/106 Also, patch 2/3 doesn't apply: error: patch failed: Make.rules.in:20 error: Make.rules.in: patch does not apply http://winehq.org:8010/builders/runtests-default/builds/107
On Tue, Oct 25, 2011 at 6:11 PM, Dan Kegel <dank(a)kegel.com> wrote:
Hi Bernhard, build fails here: widl.o: In function `write_dlldata': /home/bob/wineslave.dir/sandbox/slave/runtests-default/build/tools/widl/widl.c:423: undefined reference to `write_dlldata_list' widl.o: In function `main': /home/bob/wineslave.dir/sandbox/slave/runtests-default/build/tools/widl/widl.c:781: undefined reference to `write_dlldata_list'
This means tools/widl/Makefile wasn't regenerated. But the changes to Makefile.in are there, so it's a problem with your system.
http://winehq.org:8010/builders/runtests-default/builds/106
Also, patch 2/3 doesn't apply:
error: patch failed: Make.rules.in:20 error: Make.rules.in: patch does not apply
Sorry, forgot to rebase yesterday.
On Wed, Oct 26, 2011 at 4:48 AM, Bernhard Loos <bernhardloos(a)googlemail.com> wrote:
This means tools/widl/Makefile wasn't regenerated. But the changes to Makefile.in are there, so it's a problem with your system.
Hmm. Thanks, I'll have a look. - Dan
participants (2)
-
Bernhard Loos -
Dan Kegel