Hello,
I am trying to follow this post,
http://groups.google.com/group/jsan/browse_thread/thread/ee21fd9269ff1572?safe=active,
and am having issues with the install. I am doing the install on
windows using activestate perl. I tried with strawberry perl and ran
into issues. I actually have gotten further using activestate. I am
at step 3:
3) Install Task.ExtJS
Can be fetched from:
http://github.com/SamuraiJack/task-extjs/tree
and get the following error:
C:\SamuraiJack-task-extjs-c4e9c78>perl Makefile.PL
# running Build.PL
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Can't locate Module/Build/Functions/DSL.pm in @INC (@INC contains: D:/
Perl/site/lib D:/Perl/lib .) at inc/Module/JSAN/DS
L.pm line 9.
BEGIN failed--compilation aborted at inc/Module/JSAN/DSL.pm line 15.
Compilation failed in require at Build.PL line 1.
BEGIN failed--compilation aborted at Build.PL line 1.
Couldn't run Build.PL: at D:/Perl/lib/Module/Build/Compat.pm line
295.
I have successfully completed steps 1 and 2. My DSL.pm file is
located at D:\Perl\site\lib\DSL.pm. I have manually created the
directory Functions directory in D:\Perl\site\lib\Module\Build and
added the DSL.pm file there. The compile still failed. I am new to
installing perl modules....so can someone help me or point me in the
right direction? I would really like to get the extjs Joose example
running on my computer (
http://jsan.symbie.org/test.run/demo/
multi.html).
Thanks,
Mike