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

I have installed the Alien::WxWidgets and Wx:: to load, but the console still throwing the same error.

Replies are listed 'Best First'.
Re^9: wxbase28u_gcc_custom.dll Error
by Anonymous Monk on Aug 28, 2012 at 03:20 UTC

    I have installed the Alien::WxWidgets and Wx:: to load, but the console still throwing the same error.

    But did you install Alien::WxWidgets and Wx successfully ?

    Try

    cpanp -i Alien::WxWidgets Wx --allow_build_interactivity=0 --skiptest=0 --verbose --write_install_log --prereqs=1 >blah.log 2>&1

    Then check blah.log or grep blah.log for name of .log file to check

    Tail the file to see what got installed, it should be a list of files

    Installing ... Installing ... Installing ...

      I just executed the 'cpanp -i Alien::WxWidgets Wx'. Here is the log for the execution. Please let me know what is needed to be done for a successful installation.

      C:\strawberry>cpanp -i Alien::WxWidgets Wx Set up gcc environment - 4.4.7 20111023 (prerelease) [svn/rev.180339 - + mingw-w64/oz] [ERROR] 'Alien::WxWidgets' does not contain an author part [ERROR] Cannot find 'Alien::WxWidgets' in the module tree No such module: Alien::WxWidgets Installing Wx (0.9911) Running [C:\Perl64\bin\perl.exe -e use strict; BEGIN { my $old = selec +t STDERR; $|++; select $old; $|++; $0 = shift(@ARGV); my $rv = do($0) +; die $@ if $@; } C:\Users\spullabhotla\.cpanplus\5.14.2\build\Wx-0.9911\Makefile +.PL]... Set up gcc environment - 4.4.7 20111023 (prerelease) [svn/rev.180339 - + mingw-w64/oz] c:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/4.4.7/../../../../x8 +6_64-w64-mingw32/bin/ld.exe: cannot find -lbufferoverflowU collect2: ld returned 1 exit status c:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/4.4.7/../../../../x8 +6_64-w64-mingw32/bin/ld.exe: cannot find -lbufferoverflowU collect2: ld returned 1 exit status Searching configuration for: wxWidgets (any version) for (any toolkit); compiler compatibility: gcc + 3.4; Available configurations: No wxWidgets build found Compilation failed in require at C:\Users\spullabhotla\.cpanplus\5.14. +2\build\Wx-0.9911\Makefile.PL line 21. BEGIN failed--compilation aborted at C:\Users\spullabhotla\.cpanplus\5 +.14.2\build\Wx-0.9911\Makefile.PL line 21. BEGIN failed--compilation aborted at -e line 1. [ERROR] Could not run 'C:\Perl64\bin\perl.exe Makefile.PL': Set up gcc + environment - 4.4.7 20111023 (prerelease) [svn/rev.180339 - mingw-w6 +4/oz] c:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/4.4.7/../../../../x8 +6_64-w64-mingw32/bin/ld.exe: cannot find -lbufferoverflowU collect2: ld returned 1 exit status c:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/4.4.7/../../../../x8 +6_64-w64-mingw32/bin/ld.exe: cannot find -lbufferoverflowU collect2: ld returned 1 exit status Searching configuration for: wxWidgets (any version) for (any toolkit); compiler compatibility: gcc + 3.4; Available configurations: No wxWidgets build found Compilation failed in require at C:\Users\spullabhotla\.cpanplus\5.14. +2\build\Wx-0.9911\Makefile.PL line 21. BEGIN failed--compilation aborted at C:\Users\spullabhotla\.cpanplus\5 +.14.2\build\Wx-0.9911\Makefile.PL line 21. BEGIN failed--compilation aborted at -e line 1. -- cannot continue [ERROR] Unable to create a new distribution object for 'Wx' -- cannot +continue [ERROR] IPC::Run version '0.55' is required on MSWin32 in order to cap +ture buffers. The logfile generated may not contain any useful data, +until it is installed *** Install log written to: C:\Users\spullabhotla\.cpanplus\install-logs\Wx-0.9911-1346175642.lo +g Error installing 'Wx' Problem installing one or more modules
        So its called "Alien::wxWidgets"

      Here is the error, I was trying to reinstall the Wx

      Set up gcc environment - 4.4.7 20111023 (prerelease) [svn/rev.180339 - + mingw-w64/oz] c:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/4.4.7/../../../../x8 +6_64-w64-mingw32/bin/ld.exe: cannot find -lbufferoverflowU collect2: ld returned 1 exit status c:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/4.4.7/../../../../x8 +6_64-w64-mingw32/bin/ld.exe: cannot find -lbufferoverflowU collect2: ld returned 1 exit status Searching configuration for: wxWidgets (any version) for (any toolkit); compiler compatibility: gcc + 3.4; Available configurations: No wxWidgets build found Compilation failed in require at Makefile.PL line 21. BEGIN failed--compilation aborted at Makefile.PL line 21. Warning: No success on command[C:\Perl64\bin\perl.exe Makefile.PL INST +ALLDIRS=site] MDOOTSON/Wx-0.9911.tar.gz C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Could not read metadata file. Falling back to other methods to determi +ne prerequisites Failed during this command: MDOOTSON/Wx-0.9911.tar.gz : writemakefile NO 'C:\P +erl64\bin\perl.exe Makefile.PL INSTALLDIRS=site' returned status 512

        No wxWidgets build found

        this means Alien::wxWidgets isn't installed, you will have to try installing Alien::wxWidgets manuall

        cpanp -z Alien::wxWidgets ... perl Makefile.PL dmake