[ please set word wrap so ~75 columns, also don't send HTML, just plain text
thanks! ]
> I'm trying to compile wxperl 0.11 with MingW and wxWindows 2.3.2
>
> All the compilation of objects are fine, but when the link are made
> A lot of functions doesn't have references!!!
> - wx2.3.3 are needed?!
> - the library libwxmsw232.a are libwx.a?
> - why make looks for libwxmsw232.a using the base dir -> /lib/libwxmsw232.a ?
I didn't notice the build instructions were incomplete, sorry
build wxWindow as a dll:
cd z:\path\to\wxdir\src\msw
make -f makefile.g95 clean
make -f makefile.g95 WXMAKINGDLL=1
cd w:\path\to\wxPerl
set WXDIR=z:/path/to/wxdir
set WXWIN=z:/path/to/wxdir
perl Makefile.PL
make
should work; if not feel free to contact me off list
Regards
Mattia
|