|
From: Farzin S. <ac...@ac...> - 2002-04-17 00:02:59
|
Has any one been succesful with building wxPerl on SGI? I get hundreds
of compilation errors:
CC -c -I../.. -I/usr/local/lib/wx/include/gtk-2.2 -I/usr/local/include
-I. -O3 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\"
-I/usr/freeware/lib/perl5/5.6.1/irix-n32/CORE -DWXPL_EXT
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_REENTRANT Grid.c
cc-1367 CC: ERROR File = ../../cpp/helpers.h, Line = 272
A pointer to an incomplete class type is not allowed.
SvREFCNT_inc( m_self );
^
cc-1367 CC: ERROR File = Grid.c, Line = 184
A pointer to an incomplete class type is not allowed.
bool show = (int)SvIV(ST(1));
^
...
Thanks.
Farzin
|