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

GTK+ avec C & C++ Discussion :

configurer Kdevelop pour GTK+


Sujet :

GTK+ avec C & C++

  1. #1
    Membre du Club
    Profil pro
    Inscrit en
    Août 2009
    Messages
    65
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2009
    Messages : 65
    Points : 53
    Points
    53
    Par défaut configurer Kdevelop pour GTK+
    Quelqu'un peut-il m'aider à faire mes premiers pas en commençant par m'expliquer comment configurer correctement Kdevelop pour compiler du GTK+ ?

    J'arrive à compiler dans la console mais ce n'est pas très pratique
    avec:

    gcc -Werror -Wall -W -O2 -ansi -pedantic `pkg-config --cflags --libs gtk+-2.0` testgtk.c -o testgtk

  2. #2
    Membre du Club
    Profil pro
    Inscrit en
    Août 2009
    Messages
    65
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2009
    Messages : 65
    Points : 53
    Points
    53
    Par défaut
    J'utilise Kdevelop 3.5

    J'ai essayé les modifs suivantes dans Options du projet/Options de "configure":

    http://img21.imageshack.us/i/kdev1.png/

    Mais le script configure se termine en erreur "*** Sortie avec l'état*: 77 ***"

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    cd '/home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/debug' && CFLAGS="-Werror -Wall -W -O2 -ansi -pedantic " CC=`pkg-config --cflags --libs gtk+-2.0` "/home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/configure" --enable-debug=full
    Installation -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 
    checking for C compiler default output file name... 
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    *** Sortie avec l'état*: 77 ***

    Avec le config.log suivant:

    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
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
     
    It was created by configure, which was
    generated by GNU Autoconf 2.61.  Invocation command line was
     
      $ /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/configure --enable-debug=full
     
    ## --------- ##
    ## Platform. ##
    ## --------- ##
     
    hostname = localhost
    uname -m = i686
    uname -r = 2.6.24.7-laptop-2mnb
    uname -s = Linux
    uname -v = #1 SMP Thu Oct 30 18:23:23 EDT 2008
     
    /usr/bin/uname -p = unknown
    /bin/uname -X     = unknown
     
    /bin/arch              = i686
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo      = unknown
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
     
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/local/bin
    PATH: /usr/X11R6/bin/
    PATH: /usr/games
    PATH: /usr/lib/qt4/bin
    PATH: /usr/java/jdk1.6.0_14/bin
    PATH: /opt/real/RealPlayer
    PATH: /home/jf/bin
     
     
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
     
    configure:1969: checking for a BSD-compatible install
    configure:2025: result: /usr/bin/install -c
    configure:2036: checking whether build environment is sane
    configure:2079: result: yes
    configure:2107: checking for a thread-safe mkdir -p
    configure:2146: result: /bin/mkdir -p
    configure:2159: checking for gawk
    configure:2175: found /usr/bin/gawk
    configure:2186: result: gawk
    configure:2197: checking whether make sets $(MAKE)
    configure:2218: result: yes
    configure:2461: checking for gcc
    configure:2488: result: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
    configure:2726: checking for C compiler version
    configure:2733: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   --version >&5
    /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/configure: line 2734: -I/usr/include/gtk-2.0: No such file or directory
    configure:2736: $? = 127
    configure:2743: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -v >&5
    /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/configure: line 2744: -I/usr/include/gtk-2.0: No such file or directory
    configure:2746: $? = 127
    configure:2753: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -V >&5
    /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/configure: line 2754: -I/usr/include/gtk-2.0: No such file or directory
    configure:2756: $? = 127
    configure:2779: checking for C compiler default output file name
    configure:2806: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -Werror -Wall -W -O2 -ansi -pedantic    conftest.c  >&5
    /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/configure: line 2807: -I/usr/include/gtk-2.0: No such file or directory
    configure:2809: $? = 127
    configure:2847: result: 
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "testgtk"
    | #define VERSION "0.1"
    | /* end confdefs.h.  */
    | 
    | int
    | main ()
    | {
    | 
    |   ;
    |   return 0;
    | }
    configure:2854: error: C compiler cannot create executables
    See `config.log' for more details.
     
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
     
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-Werror -Wall -W -O2 -ansi -pedantic '
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=
    ac_cv_env_CXXFLAGS_value=
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_F77_set=
    ac_cv_env_F77_value=
    ac_cv_env_FFLAGS_set=
    ac_cv_env_FFLAGS_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
    ac_cv_prog_make_make_set=yes
     
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
     
    ACLOCAL='${SHELL} /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/missing --run aclocal-1.10'
    AMDEPBACKSLASH=''
    AMDEP_FALSE=''
    AMDEP_TRUE=''
    AMTAR='${SHELL} /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/missing --run tar'
    AR=''
    AUTOCONF='${SHELL} /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/missing --run autoconf'
    AUTOHEADER='${SHELL} /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/missing --run automake-1.10'
    AWK='gawk'
    CC='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
    CCDEPMODE=''
    CFLAGS='-Werror -Wall -W -O2 -ansi -pedantic '
    CPP=''
    CPPFLAGS=''
    CXX=''
    CXXCPP=''
    CXXDEPMODE=''
    CXXFLAGS=''
    CYGPATH_W='echo'
    DEFS=''
    DEPDIR=''
    ECHO='echo'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    F77=''
    FFLAGS=''
    GREP=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LDFLAGS=''
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LN_S=''
    LTLIBOBJS=''
    MAKEINFO='${SHELL} /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/missing --run makeinfo'
    OBJEXT=''
    PACKAGE='testgtk'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    RANLIB=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    STRIP=''
    VERSION='0.1'
    ac_ct_CC='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
    ac_ct_CXX=''
    ac_ct_F77=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE=''
    am__include=''
    am__isrc=' -I$(srcdir)'
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build=''
    build_alias=''
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='$(SHELL) /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='/bin/mkdir -p'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='NONE'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
     
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
     
    #define PACKAGE_NAME ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PACKAGE_STRING ""
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE "testgtk"
    #define VERSION "0.1"
     
    configure: exit 77

  3. #3
    Rédacteur

    Avatar de gege2061
    Femme Profil pro
    Administrateur de base de données
    Inscrit en
    Juin 2004
    Messages
    5 840
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 41
    Localisation : France

    Informations professionnelles :
    Activité : Administrateur de base de données

    Informations forums :
    Inscription : Juin 2004
    Messages : 5 840
    Points : 11 625
    Points
    11 625
    Par défaut
    Bonjour,

    Le problème est bien planqué dans le log :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    /home/jf/Bureau/BUREAU/TRAVAIL/ETUDE_LANGAGES/LANGAGE_C/MES_PROGRAMMES/testgtk/configure: line 2807: -I/usr/include/gtk-2.0: No such file or directory
    A première vue, tu n'as pas dû installer les paquets de développement pour GTK+ (libgtk2-dev ou devel selon ta distribution)

  4. #4
    Membre du Club
    Profil pro
    Inscrit en
    Août 2009
    Messages
    65
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2009
    Messages : 65
    Points : 53
    Points
    53
    Par défaut
    Bonjour,

    Si si, le paquet "libgtk+2.0_0-devel" est installé. D'ailleurs dans une console, ça compile. Y compris dans la console intégrée de Kdevelop.

    Et les fichiers d'entête se trouvent bien dans /usr/include/gtk-2.0

  5. #5
    Membre du Club
    Profil pro
    Inscrit en
    Août 2009
    Messages
    65
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2009
    Messages : 65
    Points : 53
    Points
    53
    Par défaut
    @gege2061,

    Tiens, nous sommes voisins.

  6. #6
    Rédacteur

    Avatar de gege2061
    Femme Profil pro
    Administrateur de base de données
    Inscrit en
    Juin 2004
    Messages
    5 840
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 41
    Localisation : France

    Informations professionnelles :
    Activité : Administrateur de base de données

    Informations forums :
    Inscription : Juin 2004
    Messages : 5 840
    Points : 11 625
    Points
    11 625
    Par défaut
    Citation Envoyé par vitoubien Voir le message
    Si si, le paquet "libgtk+2.0_0-devel" est installé. D'ailleurs dans une console, ça compile. Y compris dans la console intégrée de Kdevelop.

    Et les fichiers d'entête se trouvent bien dans /usr/include/gtk-2.0
    Effectivement, j'ai lu trop vite

    En fait l'option CC permet de choisir le compilateur, donc à laisser vide, par contre ajouter :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    `pkg-config --cflags gtk+-2.0`
    dans le champ CFLAGS et :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    `pkg-config --libs gtk+-2.0`
    dans le champ LDFLAGS (je ne sais pas où se trouve les options de l'éditeur de liens).

  7. #7
    Membre du Club
    Profil pro
    Inscrit en
    Août 2009
    Messages
    65
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2009
    Messages : 65
    Points : 53
    Points
    53
    Par défaut
    Excellent ! Merci beaucoup.
    Bonne journée

  8. #8
    Membre du Club
    Profil pro
    Inscrit en
    Août 2009
    Messages
    65
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2009
    Messages : 65
    Points : 53
    Points
    53
    Par défaut
    Ca marche impeccable mais si tu connais bien Kdevelop, est-ce que tu peux me dire comment générer un template qui va bien correspondant à ces options de compilation pour GTK+ au moment de la création du projet ?

  9. #9
    Rédacteur

    Avatar de gege2061
    Femme Profil pro
    Administrateur de base de données
    Inscrit en
    Juin 2004
    Messages
    5 840
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 41
    Localisation : France

    Informations professionnelles :
    Activité : Administrateur de base de données

    Informations forums :
    Inscription : Juin 2004
    Messages : 5 840
    Points : 11 625
    Points
    11 625
    Par défaut
    Citation Envoyé par vitoubien Voir le message
    Ca marche impeccable mais si tu connais bien Kdevelop, est-ce que tu peux me dire comment générer un template qui va bien correspondant à ces options de compilation pour GTK+ au moment de la création du projet ?
    Pas du tout Le mieux est de poser la question dans le forum Linux/KDE.

Discussions similaires

  1. Configurer Dx9SDK pour devcpp ??
    Par Darksheep dans le forum DirectX
    Réponses: 18
    Dernier message: 19/09/2005, 18h54
  2. Réponses: 1
    Dernier message: 22/03/2005, 14h28
  3. [Tomcat]Comment configurer Tomcat pour faire du javascript ?
    Par uliss dans le forum Tomcat et TomEE
    Réponses: 3
    Dernier message: 10/02/2005, 17h29
  4. Réponses: 5
    Dernier message: 18/06/2004, 14h59
  5. configurer sql pour envoyer des mails
    Par arwen dans le forum MS SQL Server
    Réponses: 6
    Dernier message: 29/07/2003, 15h28

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