Schrift
[thread]5590[/thread]

Module unter Windows Kompilieren



<< >> 6 Einträge, 1 Seite
bloonix
 2007-03-01 14:00
#48217 #48217
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Hallo Leute,

auf meinen Windows habe ich activestate/perl, nmake und dev-cpp
installiert, aber leider kann ich keine Module installieren, die einen Compiler
benötigen. Getestet habe ich zum Beispiel Params::Validate.

Code: (dl )
1
2
3
4
5
6
g++: Validate.obj: No such file or directory
NMAKE : fatal error U1077: 'C:\Windows\system32\cmd.exe': return code '0x1'
Stop
 C:\Perl\bin\nmake.EXE -- NOT OK
...
...



Muss ich noch irgendetwas beachten?

Gruss,
opi\n\n

<!--EDIT|opi|1172752725-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.
renee
 2007-03-01 14:27
#48218 #48218
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
ActivePerl ist mit dem VisualC++ compiliert. Ob das mit dev-cpp zusammenpasst weisz ich nicht...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
mike42
 2007-03-01 16:17
#48219 #48219
User since
2006-04-24
6 Artikel
BenutzerIn
[default_avatar]
@opi:

Params::Validate kannst Du auch über das PPM schon fertig compiliert bekommen. Oder wolltest Du das als Beispiel verwenden wie man ein Modul selbst compiliert?

@renee:

Weisst Du zufällig mit welchem Visual C++? 6.0 oder 2005?

Gruss

mike42
renee
 2007-03-01 16:30
#48220 #48220
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Muesste 6.0 sein...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
bloonix
 2007-03-01 17:37
#48221 #48221
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
[quote=mike42,01.03.2007, 15:17]Oder wolltest Du das als Beispiel verwenden wie man ein Modul selbst compiliert?[/quote]
yes, I want to do it myself :)

Ich kenn mich mit Windows absolut nicht aus, aber um eigene Module
zu testen, wollte ich mal schauen, wie man das auf Windows so macht.

Ich installiere gerade Visual Web Developer 2005 Express Edition...
hoffentlich klappt es damit.
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.
ptk
 2007-03-02 21:27
#48222 #48222
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Oder du versuchst Strawberry Perl. Das ist eine Distribution, die Perl+gcc+dmake enthält.
<< >> 6 Einträge, 1 Seite



View all threads created 2007-03-01 14:00.