From: "Rene Schickbauer" <[email protected]>
> Hi!
>
> sanket vaidya wrote:
>> Octavian Rasnita wrote:
>>> I have tried to use the dmake program which is installed when using cpan 
>>> with latest ActivePerl 5.10.1.
>>>  E:\web\BRK>dmake installdeps
>>> dmake.exe:  makefile:  line 1946:  Error: -- Input line too long, 
>>> increase MAXLINELENGTH
>>   dmake is also available separately for download you can try that.
>>
>> You can try nmake as well.
>
> If you make sure nmake is installed in your path (normally either in your 
> perl\bin directory or under windows\system32), it works quite well.
>
> In fact, i used it for > 5 years now for various purposes.
>
> There is however a build-in maximum length of shell commands; but that 
> depends on the operating system and on the command interpreter you use 
> (the same applies to Linux, BSD, OSX and most other systems).
>
> You can read the details for Windows (up to XP) here:
> <http://support.microsoft.com/kb/830473>
>
> for Linux and BSD a short intro to the same problem:
> <http://www.cyberciti.biz/faq/argument-list-too-long-error-solution/>
>
> Which package do you try to install? If i know more details, i might be 
> able to take a peek at the problem.
>
> LG
> Rene

I am trying to install all the modules required by a Catalyst-based 
application I made, using `dmake installdeps` and there are a little more 
than 40 modules required in Makefile.PL.

Until now I used nmake with Visual Studio 6, but now I have a new computer 
and I've seen that cpan installed MinGW when I tried to use it and there was 
no nmake in the path.

I thought Visual Studio should use nmake and MinGW should use dmake.
Can I use MinGW with nmake by just replacing dmake with nmake?

Thanks.

Octavian

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to