perl wrote:
Hi,
i have been trying to install WX i got some error for sure ........
make[1]: Entering directory `/home/perl/Downloads/Firefox/Wx-0.9701/ext'
make[2]: Entering directory
`/home/perl/Downloads/Firefox/Wx-0.9701/ext/richtext'
g++ -pthread -c -I. -I../..
-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8
-D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -DDEBUGGING
-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall
-pipe -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC
"-I/usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE" -DWXPL_EXT
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ RichText.c
In file included from ../../cpp/wxapi.h:144:0,
from RichText.c:23:
../../cpp/helpers.h: In member function 'void wxPliSelfRef::SetSelf(SV*,
bool)':
../../cpp/helpers.h:655:9: warning: unused variable 'my_perl'
RichText.c: In function 'void
These are just warnings (and in this case, harmless warnings). They
are caused by the code generated by xsubpp, and you would likely get the
exact same warnings from any XS module.
This *error which has been continued ...........* on every module WX.c
and so on .....
i am sure that i have isntalled gcc and wxgtk ...
i am running Opensuse -11.2 and perl -5.10
please help me
I suppose you got some compiler errors (as opposed to the warnings
above) that make the build stop? In this case it would help if you
posted just the error messages.
Regards,
Mattia