in reply to Re^13: wxbase28u_gcc_custom.dll Error
in thread wxbase28u_gcc_custom.dll Error

Sorry about that. I have done it manually for Win32::GuiTest, but forgot how I did. Will not do 'install dmake' ever again. As described in the previous thread, I did download the complete file and ran it and it worked fine. The Alien::wxWidgets successfully installed. But was trying to do the 'Install Wx', the system throwing an error. Thinking of installing the Wx is the same procedure like Alien::wxWidgets, downloaded the Wx from CPAN into my Straberry folder and executed the Makefile.PL and dmake install. Please let me know if this is not the procedure.

C:\strawberry\Wx-0.9911>dmake install C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\lib\ExtUtils\xsubpp + -noprototypes -nolinenumbers -typemap C:\strawberry\perl\lib\ExtUt +ils\typemap -typemap ..\..\typemap -typemap typemap RichText.xs > RichText.xsc & +& C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e mv -- RichTe +xt.xsc Rich Text.c Can't locate ExtUtils/XSpp/Cmd.pm in @INC (@INC contains: ../.. C:\Use +rs\SPULLA~1\perl5\lib\perl5\MSWin32-x64-multi-thread C:\Users\SPULLA~ +1\perl5\lib \perl5/MSWin32-x64-multi-thread C:\Users\SPULLA~1\perl5\lib\perl5 C:/s +trawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/p +erl/lib .). BEGIN failed--compilation aborted. Error reading from pipe 'C:\strawberry\perl\bin\perl.exe -I../.. -MExt +Utils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/Ri +chTextCtrl. xsp': in RichText.xs, line 73 dmake: Error code 129, while making 'RichText.c' dmake: Error code 255, while making 'subdirs' dmake: Error code 255, while making 'subdirs'

Replies are listed 'Best First'.
Re^15: wxbase28u_gcc_custom.dll Error
by bulk88 (Priest) on Aug 29, 2012 at 20:40 UTC
    Why are you installing Wx:: again? You installed Wx:: already and got errors that it can't locate the Wx C++ DLLs. You never installed Alien::WxWidgets which would supply the Wx C++ DLLs.
Re^15: wxbase28u_gcc_custom.dll Error
by bulk88 (Priest) on Aug 29, 2012 at 20:58 UTC
    Considered installing ExtUtils::XSpp::Cmd as the error messages say?

    You already have Wx the Perl module installed, you do not have Wx the graphics library installed or Alien installed, see my other post to you here Re^9: wxbase28u_gcc_custom.dll Error. You are having PATH issues locating the Wx C++ DLLs.

      Apologize for any confusion. Correct, I have installed the Wx but could not able to get rid of the error what I was initially being thrown. I have followed your suggestion and installed the Dependency Walker on my machine. It worked well and said that the 'MSWin32-x64-multi-thread' folder is missing in the C://strawberry location. I have copied that from the C://users/xyz/blah/blah location to C://strawberry. It worked well for me. But now I am having an error for the WxPerl/Constructors.pm. I have downloaded this from CPAN

      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.

        Sorry, you have not installed anything successfully.

        Wx depends on Alien::wxWidgets, which installs the wx*.dll

        If files are missing, nothing is installed correctly.

      I did install the Alien, but I think Wx the graphics library not installed. Is the OpenGL the one to be downloaded for the graphics library. I just googled it to see how to do it.

        I did install the Alien, but I think Wx the graphics library not installed. Is the OpenGL the one to be downloaded for the graphics library. I just googled it to see how to do it.

        Now I'm completely unsure what you're talking about. I agree with bulk88, its time ask a new question, effectively