batkins has asked for the wisdom of the Perl Monks concerning the following question:
I'd appreciate it if anyone could tell me what I'm doing wrong. I've attached an excerpt of the errors at the bottoms of this post. I suspect it has something to do with the fact that STC.c is including a .cpp file, but I'm not sure.
TIA, Bill
`void XS_Wx__StyledTextCtrl_IndicatorGetStyle(CV*)': STC.c:638: invalid use of undefined type `struct wxStyledTextCtrl' cpp/st_typedef.h:20: forward declaration of `struct wxStyledTextCtrl' STC.c: In function `void XS_Wx__StyledTextCtrl_IndicatorSetForeground( +CV*)': STC.c:654: invalid use of undefined type `struct wxStyledTextCtrl' cpp/st_typedef.h:20: forward declaration of `struct wxStyledTextCtrl' STC.c: In function `void XS_Wx__StyledTextCtrl_SetWhitespaceForeground +(CV*)': STC.c:672: invalid use of undefined type `struct wxStyledTextCtrl' cpp/st_typedef.h:20: forward declaration of `struct wxStyledTextCtrl' STC.c: In function `void XS_Wx__StyledTextCtrl_SetWhitespaceBackground +(CV*)': STC.c:687: invalid use of undefined type `struct wxStyledTextCtrl' cpp/st_typedef.h:20: forward declaration of `struct wxStyledTextCtrl' make[2]: *** Deleting file `STC.o' make[2]: *** [STC.o] Interrupt make[1]: *** [subdirs] In
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing wxPerl
by PodMaster (Abbot) on May 25, 2003 at 06:17 UTC | |
|
Re: Installing wxPerl
by arthas (Hermit) on May 25, 2003 at 18:06 UTC |