Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Building Win32::GuiTest for perl 5.14 or higher

by sam_bakki (Pilgrim)
on Jun 27, 2012 at 07:04 UTC ( [id://978575]=note: print w/replies, xml ) Need Help??


in reply to Building Win32::GuiTest for perl 5.14 or higher

Hi

I built and use Win32::GuiTest in perl 5.15.
Here is what I did

1. DOwnload Win32::GuiTest from http://search.cpan.org/~karasik/Win32- +GuiTest-1.59/lib/Win32/GuiTest.pm 2. Extract Win32-GuiTest-1.59.tar.gz.tar.gz.tar.gz 3. Make sure VC compiler is not in path I rename C:\Program Files (x86)\Microsoft Visual Studio 9.0 to C:\ +Program Files (x86)\Microsoft Visual Studio 9.0_org 4. cd Win32-GuiTest-1.59 5. perl Makefile.PL 6. dmake 7. dmake test [Dont worry if some test fails] 8. dmake install My settings, perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for MSWin32-x +86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2011, Larry Wall Binary build 1402 [295342] provided by ActiveState http://www.ActiveSt +ate.com Built Oct 7 2011 15:49:44 gcc --version gcc (GCC) 4.6.2 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There i +s NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR +POSE.gcc (GCC) 4.6.2 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There i +s NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR +POSE. dmake -V dmake.exe - Version 4.11-20080107-SHAY (Windows / MS Visual C++) Copyright (c) 1990,...,1997 by WTI Corp.

Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.

Replies are listed 'Best First'.
Re^2: Building Win32::GuiTest for perl 5.14 or higher
by Anonymous Monk on Jun 27, 2012 at 07:13 UTC
    If you have microsoft compiler, just use nmake -- dmake/mingw is for folks without microsoft compiler

      It is much easier to use the right tool if you just ask Perl which tool to use, for example:

      C:\> perl -V:make make='dmake';

      - tye        

        It is much easier to use the right tool if you just ask Perl which tool to use....

        Which is often irrelevant on ActivePerl since most folks don't have microsoft compiler installed, so they need to use dmake which activestate provides with mingw compiler

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://978575]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found