On Fri, Mar 27, 2009 at 12:57 PM, Brian Manning
<elspicyjack gmail com> wrote:
On Fri, Mar 27, 2009 at 8:56 AM, Jamie Lahowetz <
jlahowetz gmail com> wrote:
> I went ahead and added these to the EXTRALIBS/LDLOADLIBS:
[snippage]
> and ran dmake. I then got these errors:
> Running Mkbootstrap for Gtk2::ImageView ()
> AnimView.o:AnimView.c:(.text+0x7c): undefined reference to
> `gtk2perl_new_gtkobject'
[snippage]
> collect2: ld returned 1 exit status
> dmake: Error code 129, while making
> 'blib\arch\auto\Gtk2\ImageView\ImageView.dll'
Any reason why didn't you add the new library that you just compiled
and installed to the above list of EXTRALIBS/LDLOADLIBS libraries?
I added this to the above:
C:\camelbox\lib\libgtkimageview.dll.a
And this to INC:
-IC:/camelbox/include/gtkimageview
still get:
Running Mkbootstrap for Gtk2::ImageView ()
C:\camelbox\bin\perl.exe -MExtUtils::Command -e chmod 644 ImageView.bs
dlltool --def ImageView.def --output-exp dll.exp
[ LD blib\arch\auto\Gtk2\ImageView\ImageView.dll ]
AnimView.o:AnimView.c:(.text+0x7c): undefined reference to `gtk2perl_new_gtkobje
ct'
ImageNav.o:ImageNav.c:(.text+0x90): undefined reference to `gtk2perl_new_gtkobje
ct'
ImageScrollWin.o:ImageScrollWin.c:(.text+0xa7): undefined reference to `gtk2perl
_new_gtkobject'
ImageView.o:ImageView.c:(.text+0x7c): undefined reference to `gtk2perl_new_gtkob
ject'
collect2: ld returned 1 exit status
dmake: Error code 129, while making 'blib\arch\auto\Gtk2\ImageView\ImageView.dl
l'
Thanks,
Brian