IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Modules Perl Discussion :

Problème avec WxPerl


Sujet :

Modules Perl

  1. #1
    Membre actif
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2007
    Messages : 85
    Par défaut Problème avec WxPerl
    Salut , j'ai essayé à plusieurs reprises d'installer WxPerl ( http://wxperl.sourceforge.net/ )
    j'ai télécharger les fichiers sources "Standard CPAN package v.0.82"
    ensuite je fait un perl Makefile.PL ensuite make et là :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
     
    ==> Your Makefile has been rebuilt. <==
    ==> Please rerun the make command.  <==
    false
    make: *** [Makefile] Erreur 1
    je refait make et il me redemande de faire un make
    Quelqu'un a réussi à installer ce module sous linux ( je n'ai pas windows donc je ne peut pas essayer ... ) ?
    en attendant d'autre versions de WxPerl je suis en train d'essayé d'apprendre le gtk mais c'est un peu compliquer .. les tables et les *box , c'est un peu la galère , bref si il y a un moyen de réussir à installer wxPerl , ca serait le top !

  2. #2
    Invité
    Invité(e)
    Par défaut
    Hello,

    Il faut fournir l'erreur complète lors du make. le message que tu mets ne nous donne aucune indication

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    make
    Makefile out-of-date with respect to alien_wxwidgets_missing
    Cleaning current config before rebuilding Makefile...
    make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
    /usr/bin/perl Makefile.PL
    WARNING: LICENSE is not a known parameter.
    Checking if your kit is complete...
    Looks good
    Warning: prerequisite Alien::wxWidgets 0.25 not found.
    'LICENSE' is not a known MakeMaker parameter name.
    Writing Makefile for Wx::Socket
    Writing Makefile for Wx::DND
    Writing Makefile for Wx::FS
    Writing Makefile for Wx::Grid
    Writing Makefile for Wx::Help
    Writing Makefile for Wx::Html
    Writing Makefile for Wx::MDI
    Writing Makefile for Wx::Print
    Writing Makefile for Wx::XRC
    Writing Makefile for Wx::STC
    Writing Makefile for Wx::DocView
    Writing Makefile for Wx::Calendar
    Writing Makefile for Wx::DateTime
    Writing Makefile for Wx::Media
    Writing Makefile for Wx::RichText
    Writing Makefile for Wx::AUI
    Writing Makefile for Wx::DataView
    Writing Makefile for Wx::Perl::SplashFast
    Writing Makefile for Wx::Perl::Carp
    Writing Makefile for Wx::Perl::TextValidator
    Writing Makefile for Wx::Perl
    Writing Makefile for Wx
    Writing Makefile for Wx
    ======================================================================
    Alien::wxWidgets is missing, you will need to re-run Makefile.PL after
    it is installed.
    ======================================================================
    
    ======================================================================
    For installation instructions and further help please see
    docs/INSTALL.pod
    
    For command line switches help use:
    perl Makefile.PL --help
    ======================================================================
    
    ==> Your Makefile has been rebuilt. <==
    ==> Please rerun the make command.  <==
    false
    make: *** [Makefile] Erreur 1
    Dans mon cas un module dépendant est manquant.

  3. #3
    Membre actif
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    85
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2007
    Messages : 85
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
     
    [jeremy@ArchLinux ~]$ cd ./Desktop/Wx-0.82/
    [jeremy@ArchLinux Wx-0.82]$ perl Makefile.PL
    Writing Makefile for Wx::RichText
    Writing Makefile for Wx::Print
    Writing Makefile for Wx::DateTime
    Writing Makefile for Wx::Html
    Note (probably harmless): No library found for -lwx_gtk2_media-2.8
    Writing Makefile for Wx::Media
    Writing Makefile for Wx::Help
    Writing Makefile for Wx::XRC
    Writing Makefile for Wx::Grid
    Writing Makefile for Wx::STC
    Writing Makefile for Wx::AUI
    Writing Makefile for Wx::Socket
    Writing Makefile for Wx::DND
    Writing Makefile for Wx::Calendar
    Writing Makefile for Wx::MDI
    Writing Makefile for Wx::DocView
    Writing Makefile for Wx::FS
    Writing Makefile for Wx::Perl::SplashFast
    Writing Makefile for Wx::Perl::Carp
    Writing Makefile for Wx::Perl::TextValidator
    Writing Makefile for Wx::Perl
    Writing Makefile for Wx
    Writing Makefile for Wx
     
    ======================================================================
    For installation instructions and further help please see
    docs/INSTALL.pod
     
    For command line switches help use:
    perl Makefile.PL --help
    ======================================================================
    La dépendance qu'il te manque se trouve ici :
    http://search.cpan.org/~mbarbon/Alien-wxWidgets-0.38/

    édit : ah bah le make a marcher .. j'ai rien compris mais c'est pas grave . l'importation du module wx aussi .. je vais voir si tout marche demain .

  4. #4
    Invité
    Invité(e)
    Par défaut
    La dépendance qu'il te manque se trouve ici :
    http://search.cpan.org/~mbarbon/Alien-wxWidgets-0.38/
    Je sais bien c'était juste pour te montrer le type d'erreur que tu devais nous montrer.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. VC++ Direct3D8, problème avec LPD3DXFONT et LPD3DTEXTURE8
    Par Magus (Dave) dans le forum DirectX
    Réponses: 3
    Dernier message: 03/08/2002, 11h10
  2. Problème avec [b]struct[/b]
    Par Bouziane Abderraouf dans le forum CORBA
    Réponses: 2
    Dernier message: 17/07/2002, 10h25
  3. Problème avec le type 'Corba::Any_out'
    Par Steven dans le forum CORBA
    Réponses: 2
    Dernier message: 14/07/2002, 18h48
  4. Problème avec la mémoire virtuelle
    Par Anonymous dans le forum CORBA
    Réponses: 13
    Dernier message: 16/04/2002, 16h10

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo