[wxperl] what found inside the rectangle

Stephen Jackson spjackson42 at gmail.com
Thu Aug 9 07:45:23 PDT 2007


On 8/9/2007-08-09, Hola wrote:
>
>
> > H> make[1]: Wejście do katalogu `/home/user/wxPerl/ext'
>
> enter the directory
> > H> ../../typemap -typemap typemap  RichText.xs > RichText.xsc && mv
> > H> RichText.xsc RichText.c
> > H> make[2]: *** Brak reguł do zrobienia obiektu
>
> I' cant make object because I haven't any regula
> > H> `/usr/lib/perl5/5.8.8/i386-linux/CORE/EXTERN.h', wymaganego przez
> > H> `RichText.o'. Stop.
> > H> make[2]: Opuszczenie katalogu `/home/user/wxPerl/ext/richtext'
>
> left the directory
>
>

Google for "no rule to make target extern.h"

You need perl-devel stuff in order to build perl modules.

I don't know what platform you are on. For example, if it's rpm-based
then you need to install a perl-devel rpm, or translate this to
whatever is appropriate for your platform.

Hope this helps,

Stephen Jackson


More information about the wx-users mailing list