Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: 'nmake' is not recognized as an internal or external command,

by syphilis (Archbishop)
on Oct 28, 2009 at 08:16 UTC ( [id://803613]=note: print w/replies, xml ) Need Help??


in reply to 'nmake' is not recognized as an internal or external command,

I installed "Inline" module from ppm(perl package manager)

Not much point in doing that, unfortuantely, as you still need a C compiler and make utility to make use of Inline::C.

It's better to install the compiler and make utility first (eg run 'ppm install mingw' for dmake/gcc - or install one of the free MS compilers if you prefer to be using nmake/cl) and then build Inline::C from CPAN source. If the build succeeds then you're right to go.

Cheers,
Rob
  • Comment on Re: 'nmake' is not recognized as an internal or external command,

Replies are listed 'Best First'.
Re^2: 'nmake' is not recognized as an internal or external command,
by ch123 (Initiate) on Oct 28, 2009 at 08:42 UTC

    Hi Rob,

    I am new to Perl.Can you explain me clearly what needs to be done

    Thanks

    ch123

      Can you explain me clearly what needs to be done

      Assuming you have ActivePerl, first run ppm install mingw, then run cpan -i Inline::C.

      That should do it (unless your earlier attempts to install nmake pose a problem). If you have any trouble with that, let us know what has gone wrong. (Also take note of the help provided by the other conrtributors to this thread.)

      Cheers,
      Rob
        For IIS Windows servers you probably need to have compiler “nmake.exe” 64bit version. If you are running plesk you will find a copy on C:\plesk \…..\…\.\nmake.exe copy this file to C:\Windows. If the “nmake.exe” is not there simply use search on drive C:\ and you may be lucky to find it somewhere, or as other people suggest you can download and install MS Visual Studio, the nmake.exe will be there so search for it. Then you can use CPAN and it will download source, compile and install MIME lite for you. To do this use command prompt: perl -MCPAN -e shell ENTER cpan> install MIME::Lite ENTER there will be few dependancies to install as well, for these few questions the default answer is set to “yes” so all you need to do is click ENTER few times and you are done. cpan> exit ENTER close command prompt window.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found