Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Warnings building Perl itself on Windows 64

by mpersico (Monk)
on Sep 19, 2013 at 19:57 UTC ( [id://1054907]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    U:\perlbuild\tools>cl
    Microsoft (R) C/C++ Optimizing Compiler Version 17.00.50727.1 for x64
    ...
    usage: cl [ option... ] filename... [ /link linkoption... ]
    
    U:\perlbuild\tools>
    
  2. or download this
    conversion from 'IV' to 'DWORD', possible loss of data
    conversion from 'IV' to 'I32', possible loss of data
    ...
    conversion from 'size_t' to 'long', possible loss of data
    conversion from 'size_t' to 'unsigned int', possible loss of data
    conversion from 'size_t' to 'unsigned long', possible loss of data
    
  3. or download this
        cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -
    +D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -D_CRT_SECURE_NO_DEPRECA
    +TE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -D
    +NDEBUG -GL -fp:precise -DPERL_IS_MINIPERL -Fo.\mini\win32thread.obj w
    +in32thread.c
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-18 21:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found