Thread Device::SerialPort Installationsproblem (Win32) (2 answers)
Opened by HideMyName at 2014-09-19 18:48

Gast HideMyName
 2014-09-19 18:48
#177387 #177387
Hallo Community,

ich hatte eigentlich vor mein Arduino über Perl steuern zu können, doch leider kommt mir das Modul Device::SerialPort in die Quere.

Nachdem "cpan> install Device::SerialPort" bekomme ich folgende Fehlermeldung:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Running install for module 'Device::SerialPort'
Checksum for C:\strawberry\cpan\sources\authors\id\C\CO\COOK\Device-SerialPort-
.04.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
............................................................................DON

Configuring C/CO/COOK/Device-SerialPort-1.04.tar.gz with Makefile.PL
To enable serial port tests, use:
perl Makefile.PL TESTPORT=<DEVICE>
where <DEVICE> is a specific port or 'auto' to autodetect.
Running ./configure ...
Der Befehl "." ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
The 'configure' script didn't like something. It should have told you
what went wrong, but you can check 'config.log' for more details.
Warning: No success on command[C:\strawberry\perl\bin\perl.exe Makefile.PL]
COOK/Device-SerialPort-1.04.tar.gz
C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK
Stopping: 'install' failed for 'Device::SerialPort'.
Failed during this command:
COOK/Device-SerialPort-1.04.tar.gz : writemakefile NO 'C:\strawberry
perl\bin\perl.exe Makefile.PL' returned status 512


Ich habe schon mehreres probiert gehabt, ohne Erfolg.

Windows 7 - 64. Stawberry Perl, aktuelle Version.

Gruß.
Last edited: 2014-09-19 19:06:40 +0200 (CEST)

View full thread Device::SerialPort Installationsproblem (Win32)