Steve Madere wrote:
> > You should give PDK 7 a try, just released in Beta:
> > 
> >   http://aspn.activestate.com/ASPN/Mail/Message/pdk/3351385
> > 
> > It should "just work" for Tcl::Tk wrapping, as well as Tkx (which is like
> > Tcl::Tk, with a slightly different, stripped down syntax for Tcl/Tk
> > interaction).

> Unfortunately, for me (on a MacBook) it does not seem to work.
        ...
> Here is the perlapp command I used and the error generated:
        ...
> auto/Tcl/Tcl.bundle:
>         error: Mismatch between perlapp (i386/ppc) and
> /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Tcl/Tcl.bu
> ndle (i386). Producing a Universal Binary is not possible

OK, there is some mismatch here between the Tcl module you have installed in
the global Perl library area and the one that ships with ActivePerl.  At this
time it is required to use ActivePerl and its modules in conjunction with
PerlApp.  I don't think that this should cause you any problems, as it
provides the latest Perl with all the modules you need (including Tcl).

When ActivePerl is installed, you should be finding the Tcl bundle in
        /usr/local/ActivePerl-5.8/lib/auto/Tcl/...

Can you please provide the output of 'perlapp --version --verbose', as well as
the @INC section of 'perl -V'?

Regards,

Jeff

Reply via email to