Thread Installation von Win32::CLR (9 answers)
Opened by bianca at 2013-03-30 21:12

bianca
 2013-03-30 21:12
#166760 #166760
User since
2009-09-13
6991 Artikel
BenutzerIn

user image
Hi!
Ich möchte gern auf Win7 mit Perl 5.10.1 das Modul Win32::CLR installieren.
Aufgrund der Meldung habe ich von der Seite http://www.microsoft.com/de-de/download/details.as... das VSU1\vcredist_x86.exe installiert.
Dennoch scheitert die Installation:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cpan> install Win32::CLR
Database was generated on Sat, 30 Mar 2013 20:00:07 GMT
Running install for module 'Win32::CLR'
Running make for Y/YA/YAMATO/Win32-CLR-0.03.tar.gz
Checksum for C:\strawberry\cpan\sources\authors\id\Y\YA\YAMATO\Win32-CLR-0.03.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
............................................................................DONE

CPAN.pm: Going to build Y/YA/YAMATO/Win32-CLR-0.03.tar.gz

Compilation with gcc is not supported at Makefile.PL line 20.
Visual C++ 2005 or later is required at Makefile.PL line 25.
Compilation stop at Makefile.PL line 30.
Warning: No success on command[C:\strawberry\perl\bin\perl.exe Makefile.PL]
YAMATO/Win32-CLR-0.03.tar.gz
C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Failed during this command:
YAMATO/Win32-CLR-0.03.tar.gz : writemakefile NO 'C:\strawberry\perl\bin\perl.exe Makefile.PL' returned status 65280

Jemand eine Idee, was falsch läuft?
Hab ich von der MS Seite vlt. das Falsche gegriffen?
10 print "Hallo"
20 goto 10

View full thread Installation von Win32::CLR