I tried to compile CVS source from scratch, but get an error.
The wxwindows is latest development snapshot, 2.3.2,
and appears to have compiled with no error. Also,
I went into contrib/src and compiled xrc and stc.
Back to wxperl, `perl Makefile.PL --disable-stc --debug`
(I tried stc, but it bombed too, thus --disable-stc),
and it looks fine. Then `make` goes without errors until:
c++ -c -I. -I/usr/local/lib/wx/include/gtk-2.3 -I/usr/local/include \
-g -fno-rtti -fno-exceptions -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" \
-fPIC -I/usr/lib/perl5/5.6.1/i386-linux/CORE -DGTK_NO_CHECK_CASTS \
-D__WXGTK__ -D_REENTRANT Frames.c
Frames.c: In function `void XS_Wx__Wizard_newFull (CV *)':
Frames.c:163: cannot call member function `wxWizard::Create (wxWindow
*, int, const wxString &, const wxBitmap &, const wxPoint &)' without
object
make: *** [Frames.o] Error 1
Hm, what's wrong? Am I compiling the wrong versions?
|