Thanks, generating the makefile with --disable-stc --disable-xrc did
the magic...
However my first out of the box experience with this code is "this is
not ready for mass deployment yet"
Granted that the marketing buz around it had me thinking that this is a
cooked dish.
I have the following feedback
1- Modify INSTALL or README to tell the users when to use those options
2- The tutorial talks about MyFrame.pm reads
user vars qw(EVT_MENU EVT_CLOSE);
Neither one of these seem to be exported, compiler error, I had to
fully qualify the methods.
Otherwise, it is promissing...thank you for making this available.
Mattia Barbon wrote:
>Il Wed, 19 Nov 2003 23:13:06 -0800 Medi Montaseri <medi@...> ha scritto:
>
>
>
>>Hi,
>>
>>I'm trying to install perl-Wx-0.17 on a RedHat 8.0 using
>>wxGTK-2.4.2-1.i386.rpm and
>>wxGTK-devel-2.4.2-1.i386.rpm with no avail.
>>
>>I have perl v5.8.0 built for i386-linux-thread-multi
>>gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
>>
>>and am getting the following errors.
>>Also, I noticed the perl-Wx was looking for wx-config(1). I had to
>>create a sym link to
>>/usr/bin/wxgtk-2.4-config Is perl-Wx aware of this difference.
>>
>>
> wxGTK-devel is supposed to create a symlink from wxgtk-2.4-config to
>wx-config. And it did on my system (or I would not be able to build wxPerl
>RPM)
>
>
>
>>perl Makefile.PL // works ok
>>make
>>
>>make[1]: Entering directory `/home/medi/download/Wx-0.17/ext'
>>make[2]: Entering directory `/home/medi/download/Wx-0.17/ext/grid'
>>make[2]: Leaving directory `/home/medi/download/Wx-0.17/ext/grid'
>>make[2]: Entering directory `/home/medi/download/Wx-0.17/ext/stc'
>>c++ -c -I. -I../.. -I/usr/lib/wx/include/gtk-2.4 -O2 -march=i386
>>-mcpu=i686 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fpic
>>"-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DWXPL_EXT
>>-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64
>>-D_LARGE_FILES
>>STC.c
>>STC.c:33:24: wx/stc/stc.h: No such file or directory
>>STC.c: In function `void
>>
>>
> <snip>
>
>Either pass --disable-stc and --disable-xrc to Makefile.PL or
>install stc and xrc by hand.
>
>Regards
>Mattia
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: SF.net Giveback Program.
>Does SourceForge.net help you be more productive? Does it
>help you create better code? SHARE THE LOVE, and help us help
>YOU! Click Here: http://sourceforge.net/donate/
>_______________________________________________
>wxperl-users mailing list
>wxperl-users@...
>https://lists.sourceforge.net/lists/listinfo/wxperl-users
>
>
|