bedohave9 has asked for the wisdom of the Perl Monks concerning the following question:
Having problem with wxperl/constructors.pm upon executing the script. Initially, I had problem with the wxbase28u_gcc_custom.dll Error, after installing Wx in my system. But then found out that I have missed the Alien to be installed from the suggestions of Bulk88 and anonymous. I have installed Alien on my machine. But then I still had the same problem. Then Bulk88 suggested to use the Dependency Walker. But I tried to re-install the Alien by downloading the complete file. It installed successfully. That was the message after installing the Alien in the console. But the error for wxbase28u_gcc_custom.dll did not resolve. I have installed the Wx again later, but still wasn't working fine. I have then used the Dependency Walker to find out what was missing dll in it. The Dependency Walker suggested to place the MSWin32-x64-multi-thread in the c://strawberry/lib location (to what I understood from Dependency Walker). Finally, after doing that the wxbase28u_gcc_custom.dll Error resolved. I have then started scripting using the Wx::Constructors. The following error is being thrown. Please look into this.
C:\Documents and Settings\xyz\Desktop\Perl>winframe.pl Can't locate WxPerl/Constructors.pm in @INC (@INC contains: C:\Users\x +yz\perl5\lib\perl5\MSWin32-x64-multi-thread C:\Users\xyz\perl5\lib\pe +r l5/MSWin32-x64-multi-thread C:\Users\xyz\perl5\lib\perl5 C:/strawberry +/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib . +) at C :\Documents and Settings\xyz\Desktop\Perl\winframe.pl line 7. BEGIN failed--compilation aborted at C:\Documents and Settings\xyz\Des +ktop\Perl\winframe.pl line 7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with wxperl/constructors.pm
by kcott (Archbishop) on Aug 30, 2012 at 01:07 UTC | |
by bedohave9 (Acolyte) on Aug 30, 2012 at 18:35 UTC | |
by Anonymous Monk on Aug 30, 2012 at 18:54 UTC | |
by bedohave9 (Acolyte) on Aug 30, 2012 at 22:41 UTC | |
by Anonymous Monk on Aug 31, 2012 at 01:59 UTC | |
by Anonymous Monk on Aug 31, 2012 at 02:01 UTC | |
| |
|
Re: Problem with wxperl/constructors.pm
by bulk88 (Priest) on Aug 30, 2012 at 03:21 UTC | |
by bedohave9 (Acolyte) on Sep 10, 2012 at 17:22 UTC | |
by Anonymous Monk on Sep 10, 2012 at 18:10 UTC | |
by bedohave9 (Acolyte) on Sep 11, 2012 at 00:45 UTC | |
by bulk88 (Priest) on Sep 11, 2012 at 17:21 UTC | |
| |
by bedohave9 (Acolyte) on Sep 11, 2012 at 00:47 UTC | |
by Anonymous Monk on Sep 11, 2012 at 01:19 UTC | |
|