Alexander wrote:
After that:
  Try "make clean" and then rebuild.

Running Mkbootstrap for Wx ()

<snip>

Wx.o:Wx.c:(.text+0x1c37): undefined reference to `_imp___Z13wxSetInstancePv'
collect2: ld returned 1 exit status
dmake:  Error code 129, while making 'blib\arch\auto\Wx\Wx.dll'

It seems the problem is ActivePerl passing NO_STRICT to built modules; this makes the mangled names of the function exported by wxWidgets and the one required by wxPerl differ.

  Patch below should fix the problem.  Will make a new release later today.

Thanks!
Mattia

Index: cpp/wxapi.h
===================================================================
--- cpp/wxapi.h (revisione 2581)
+++ cpp/wxapi.h (copia locale)
@@ -15,6 +15,7 @@
 #endif

 #define __CPP_WXAPI_H
+#define STRICT

 #undef bool

Reply via email to