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

Ubuntu Discussion :

Probleme d'installation sous Kubuntu


Sujet :

Ubuntu

  1. #1
    Membre du Club
    Inscrit en
    Octobre 2009
    Messages
    172
    Détails du profil
    Informations forums :
    Inscription : Octobre 2009
    Messages : 172
    Points : 55
    Points
    55
    Par défaut Probleme d'installation sous Kubuntu
    Bonjour,
    je suis entrain d'installer un simulateur sous Kubuntu 12.04 , nommé Player-stage j'ai suivi le lien suivant http://doc.ubuntu-fr.org/playerstage
    au niveau de la commande "cmake" pour la configuration voici le code:
    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
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    ammouna@ammouna-Satellite-A300:~/playerstage_download/player-3.0.0/build$ cmake ../
    -- Player version 3.0.0
    -- Operating system is Linux
    -- Player will be installed to /usr/local
    -- Large file support is disabled.
    -- ===== Client Libraries =====
    -- Python bindings for C client library will be built
    -- Could NOT find Ruby (missing:  RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found version "1.9.1")
    -- Ruby bindings for C client library will not be built - could not find Ruby
    -- Python bindings for C++ client library will not be built - disabled by user
    -- Could NOT find Ruby (missing:  RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found version "1.9.1")
    -- Ruby bindings for C++ client library will not be built - could not find Ruby
    -- Boost version: 1.49.0
    -- PlayerC++ client library will be built with Boost::Thread support.
    -- PlayerC++ client library will be built with Boost::Signals support.
    -- ============================
    -- 
    -- ----- Processing driver make files -----
    -- checking for module 'artoolkitplus'
    --   package 'artoolkitplus' not found
    -- checking for module 'GbxGarminAcfr'
    --   package 'GbxGarminAcfr' not found
    -- checking for module 'libgarcia'
    --   package 'libgarcia' not found
    -- checking for module 'flexiport'
    --   package 'flexiport' not found
    -- checking for module 'GbxSmartBatteryAcfr'
    --   package 'GbxSmartBatteryAcfr' not found
    -- checking for module 'GbxSickAcfr'
    --   package 'GbxSickAcfr' not found
    -- checking for module 'hokuyo_aist'
    --   package 'hokuyo_aist' not found
    -- checking for module 'howl'
    --   package 'howl' not found
    -- ----- Done -----
    -- 
    -- ===== Drivers =====
    -- The following drivers will be built:
    -- AioToSonar
    -- accel_calib
    -- acts
    -- amcl
    -- amtecpowercube
    -- aodv
    -- bitlogic
    -- bumper2laser
    -- bumpersafe
    -- camera1394
    -- cameracompress
    -- camerauncompress
    -- camerauvc
    -- camerav4l2
    -- camfilter
    -- canonvcc4
    -- clodbuster
    -- cmucam2
    -- cmvision
    -- create
    -- cvcam
    -- deadstop
    -- dummy
    -- epuck
    -- er1
    -- erratic
    -- fakelocalize
    -- festival
    -- flockofbirds
    -- garminnmea
    -- globalize
    -- goto
    -- imageseq
    -- insideM300
    -- iwspy
    -- kartowriter
    -- khepera
    -- laserbar
    -- laserbarcode
    -- lasercspace
    -- lasercutter
    -- laserposeinterpolator
    -- laserptzcloud
    -- laserrescan
    -- lasersafe
    -- lasertoranger
    -- linuxjoystick
    -- localbb
    -- mapcspace
    -- mapfile
    -- mapscale
    -- mica2
    -- microstrain
    -- motionmind
    -- mricp
    -- nomad
    -- obot
    -- p2os
    -- passthrough
    -- pbslaser
    -- postgis
    -- ptu46
    -- rangertolaser
    -- readlog
    -- relay
    -- rflex
    -- roboteq
    -- robotracker
    -- roomba
    -- rs4leuze
    -- rt3xxx
    -- segwayrmp400
    -- serialstream
    -- serio
    -- shapetracker
    -- sickLDMRS
    -- sickRFI341
    -- sicklms200
    -- sicklms400
    -- sicknav200
    -- sicks3000
    -- simpleshape
    -- skyetekM1
    -- snd
    -- sonartoranger
    -- sonyevid30
    -- statgrab
    -- tcpstream
    -- upcbarcode
    -- vec2map
    -- vfh
    -- videocanny
    -- vmapfile
    -- wavefront
    -- wbr914
    -- writelog
    -- 
    -- The following drivers will not be built:
    -- XSensMT - XSENSMT_SOURCE_DIR was not set.
    -- acr120u - Could not find header usb.h
    -- alsa - Could not find header alsa/asoundlib.h
    -- amtecm5 - Could not find header Device.h
    -- artoolkitplus - Could not find package artoolkitplus
    -- camerav4l - Could not find header linux/videodev.h
    -- eedhcontroller - Disabled - probably doesn't build
    -- flexiport - Could not find package flexiport
    -- garcia - Could not find package libgarcia
    -- gbxgarminacfr - Could not find package GbxGarminAcfr
    -- gbxsickacfr - Could not find package GbxSickAcfr
    -- hokuyo_aist - Could not find package hokuyo_aist
    -- isense - Could not find header isense/isense.h
    -- laservisualbarcode - Has not been updated to use dynamic message structures
    -- laservisualbw - Has not been updated to use dynamic message structures
    -- linuxwifi - Could not find header linux/wireless.h
    -- mbicp - MBICP_SOURCE_DIR was not set.
    -- nd - ND_SOURCE_DIR was not set.
    -- nimu - Could not find header usb.h
    -- oceanserver - Could not find package GbxSmartBatteryAcfr
    -- phidgetAcc - Could not find header phidget21.h
    -- phidgetRFID - Could not find header phidget21.h
    -- phidgetifk - Could not find header phidget21.h
    -- rcore_xbridge - Could not find header libparticle.h
    -- reb - Disabled by default
    -- robotino - Could not find header robotinocom.h
    -- segwayrmp - Disabled by default
    -- service_adv_mdns - Disabled by default
    -- sphere - Could not find header linux/videodev.h
    -- sphinx2 - Disabled by default
    -- sr3000 - Could not find header libusbSR.h
    -- stoc - Could not find header SVS/svsclass.h
    -- unicapimage - Could not find header unicap.h
    -- yarpimage - Could not find header yarp/os/all.h
    -- ===================
    -- 
    -- ===== Examples =====
    -- ====================
    -- 
    -- ===== Player utilities =====
    -- XMMS plugin will not be built - XMMS not found
    -- ============================
    -- 
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/ammouna/playerstage_download/player-3.0.0/build
    au niveau de la commande "make" pour l"installation il m'a indiqué l'erreur suivante :
    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
    ammouna@ammouna-Satellite-A300:~/playerstage_download/player-3.0.0/build$ make
    [  1%] Built target playercommon
    [  1%] Generating functiontable_gen.h
    [  2%] Built target functiontable_gen
    [  2%] Generating interface_table.h
    [  3%] Built target interface_table
    [  3%] Generating player_interfaces.h
    [  3%] Built target player_interfaces
    [  5%] Built target playerinterface
    [  5%] Generating playerxdr.?
    [  6%] Built target playerxdr_src
    Scanning dependencies of target playerjpeg
    [  6%] Building C object libplayerjpeg/CMakeFiles/playerjpeg.dir/playerjpeg.o
    Linking C shared library libplayerjpeg.so
    [  6%] Built target playerjpeg
    Linking C shared library libplayerwkb.so
    /usr/bin/ld: cannot find -lgeos
    collect2: error: ld returned 1 exit status
    make[2]: *** [libplayerwkb/libplayerwkb.so.3.0.0] Error 1
    make[1]: *** [libplayerwkb/CMakeFiles/playerwkb.dir/all] Error 2
    make: *** [all] Error 2
    Priere de m'aider j'arrive pas à resoudre ce probleme je suis totalement bloquée sachant que je suis debutante en linux
    merci d'avance

  2. #2
    Responsable 2D/3D/Jeux


    Avatar de LittleWhite
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Mai 2008
    Messages
    26 859
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Mai 2008
    Messages : 26 859
    Points : 218 580
    Points
    218 580
    Billets dans le blog
    120
    Par défaut
    Bonjour,

    Pourquoi n'installez-vous pas par les paquets : http://doc.ubuntu-fr.org/playerstage#avec_les_depots
    Vous souhaitez participer à la rubrique 2D/3D/Jeux ? Contactez-moi

    Ma page sur DVP
    Mon Portfolio

    Qui connaît l'erreur, connaît la solution.

Discussions similaires

  1. probleme d'installation sous mac
    Par nachit01 dans le forum Code::Blocks
    Réponses: 1
    Dernier message: 10/01/2010, 20h31
  2. CyberX3D probleme d'installation sous unix
    Par jalelouss dans le forum C++
    Réponses: 0
    Dernier message: 27/02/2008, 21h13
  3. probleme d'affichage sous kubuntu
    Par azedddine dans le forum Ubuntu
    Réponses: 3
    Dernier message: 03/11/2007, 19h38
  4. [Eclipse][Newbie] Probleme d'installation sous mandrake
    Par Bonbon2005 dans le forum Eclipse Java
    Réponses: 1
    Dernier message: 31/01/2005, 09h03
  5. [Kylix] Probleme d'installation sous Mdk 9.1
    Par anderson2 dans le forum EDI
    Réponses: 4
    Dernier message: 25/05/2003, 18h27

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