Re: yet another new snapshot



Chas Owens said:
I downloaded this snapshot and ran

perl Makefile.pl && make && make test && make install

and I get the following error when I try to load the module.  The module
seems to work fine in the demo dirs (where the code has 'use blib' and 'use
lib' statements).  Am I missing something?

you're not missing anything -- both the test and install are broken in both
the most recent snapshots.  and they're snapshots, not releases.  ;-)  i
STRONGLY recommend you do a "perl Makefile.PL
PREFIX=/some/non-system/place/you/can/wipe/easily" and run the scripts with -I
options until we've made a stable release.


[root informix2 new-gtk2-perl]# perl -MGtk2 -e 'print "test\n"'
Can't find 'boot_Gtk2__Gtk2' symbol in
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Gtk2/Gtk2.so
 at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Gtk2/_config.pm
line 0

there's neither a Gtk2::Gtk2 nor a Gtk2::_config in new-gtk2-perl --- those
are part of the Inline-based gtk2-perl, which you appear to have installed on
your system.  somebody mentioned to me last week that the two modules clash if
one is installed, and you appear to be experiencing that.


-- 
muppet <scott asofyet org>





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]