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

bianca
 2013-04-02 12:05
#166819 #166819
User since
2009-09-13
6991 Artikel
BenutzerIn

user image
2013-04-01T14:19:51 GwenDragon
A) Da muss irgendeine Batchdatei dabei sein, welche den Pfad auf die Exe und die Libs setzt!

SO wie ich mich dunkel an Windowszeiten erinnere:
Du musst ins bin\ des VS gehen und VCVARS32 aufrufen.

Erledigt.

2013-04-01T14:19:51 GwenDragon
CPAN aufrufen
Dort look Win32::CLR eingeben
Makefile mit Perl Makefile.pl neu erzeugen

Das sieht dann bis hier her so aus:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cpan> look Win32::CLR
Running look for module 'Win32::CLR'

Trying to open a subshell in the build directory...
Working directory is C:\strawberry\cpan\build\Win32-CLR-0.03-PE7tQm
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

C:\strawberry\cpan\build\Win32-CLR-0.03-PE7tQm>perl Makefile.pl
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.

C:\strawberry\cpan\build\Win32-CLR-0.03-PE7tQm>

Ich dachte immer, bei Strawberry wäre ein Compiler dabei.
Bitte gib mir nochmal einen Tipp.
Danke :)
10 print "Hallo"
20 goto 10

View full thread Installation von Win32::CLR