Hello Mark,

I found out the main problem is that the extra libraries i'm passing to Makefile.PL don't end up in the final makefiles. If i manually include them in the separate Makefiles the compilation seems to work.

i'm running

perl Makefile.PL --extra-libs="`wx-config --libs`" --extra-cflags="`wx-config --cppflags`"

at the top of the Makefiles the "# LIBS => q[ " lines reflect the libraries passed by --extra-libs="`wx-config --libs`" , but the "EXTRALIBS = " lines in the do not contain the libraries passed initially.

Any clue how to solve this ?

regards

eric

On 10/06/2012 21:20, Eric Breynaert wrote:
Did anyone succeed lately in compiling WXperl on cygwin. I know cygwin is not supported, but I successfully built all prereq, including Alien::wxWidgets i'm only stuck with the wxperl.

When i try to make it gives alot of erros such as
RichText.o:RichText.c:(.text+0x3bdcd): undefined reference to `vtable for wxTopLevelWindow'


Any help would be welcome

Thanks

Eric


--
Eric Breynaert
Centrum voor Oppervlaktechemie en Katalyse
Departement Microbiële en moleculaire systemen (M²S) - KU Leuven
Kasteelpark Arenberg 23 - bus 2461
B-3001 Leuven

Tel: +3216321598
Fax: +3216321998

Reply via email to