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

Boost C++ Discussion :

Installation sous Windows


Sujet :

Boost C++

  1. #1
    Expert confirmé

    Avatar de pottiez
    Homme Profil pro
    Développeur C++
    Inscrit en
    Novembre 2005
    Messages
    7 152
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Développeur C++
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2005
    Messages : 7 152
    Par défaut Installation sous Windows
    Salut à tous,
    je cherche à installer boost (et surtout regex) sur windows, et plus particulièrement builder, j'ai téléchargé la version 1.34.1 de boost, et la version 3.1.16 de bjam, j'ai consulté la doc pour l'installation et je suis pommé.
    J'ai exécuté le fichier build.bat de bjam, et je me suis retrouvé avec un répertoire en plus qui contient bjam.exe et plein de .obj, je souhaite ensuite compiler boost grâce à bjam, mais il me dit qu'il ne trouve pas boost.build (boost-build.jam) (à priori normal, vu qu'il ne sont pas dans le même répertoire), je voudrais savoir si il faut déplacer bjam.exe dans un répertoire de boost ou lui indiquer le répertoire d'une autre manière, de manière général je souhaiterais savoir comment procéder à la suite de ce que j'ai fait.


  2. #2
    Membre éprouvé
    Profil pro
    Inscrit en
    Mai 2005
    Messages
    92
    Détails du profil
    Informations personnelles :
    Âge : 52
    Localisation : France, Côte d'Or (Bourgogne)

    Informations forums :
    Inscription : Mai 2005
    Messages : 92
    Par défaut
    Mes souvenirs sont vieux mais je dirais qu'il vaut mieux mettre bjam.exe dans un répertoire du PATH et l'appeler dans le répertoire qui contient boost-build.jam (à priori le répertoire principal).
    Maintenant, j'utilise les versions "prébuildées" de boost-consulting.com, le téléchargement est plus rapide que la compil

  3. #3
    Alp
    Alp est déconnecté
    Expert confirmé

    Avatar de Alp
    Homme Profil pro
    Inscrit en
    Juin 2005
    Messages
    8 575
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations forums :
    Inscription : Juin 2005
    Messages : 8 575
    Par défaut
    Il me semble que mettre bjam.exe dans le répertoire racine de boost suffit.
    (la preuve serait qu'il y ait un fichier JAM à la racine de ce répertoire)

  4. #4
    Expert confirmé

    Avatar de pottiez
    Homme Profil pro
    Développeur C++
    Inscrit en
    Novembre 2005
    Messages
    7 152
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Développeur C++
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2005
    Messages : 7 152
    Par défaut
    Salut,
    en copiant bjam.exe a la racine de boost ça a fonctionné, il m'a bien créé le répertoire c:\boost, avec deux sous répertoire, include et lib, dans include j'ai bien tout les .hpp, mais dans le répertoire lib je n'ai rien du tout, aucun .lib ni .dll, normal ?

  5. #5
    Alp
    Alp est déconnecté
    Expert confirmé

    Avatar de Alp
    Homme Profil pro
    Inscrit en
    Juin 2005
    Messages
    8 575
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations forums :
    Inscription : Juin 2005
    Messages : 8 575
    Par défaut
    Pas vraiment
    A moins que tu ais désactivé la construction de toute les bibliothèques qui nécessitent la construction d'un fichier .lib/.a ...
    Tu as bien précisé ton toolkit quand tu exécutes bjam en console ?

  6. #6
    Expert confirmé

    Avatar de pottiez
    Homme Profil pro
    Développeur C++
    Inscrit en
    Novembre 2005
    Messages
    7 152
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Développeur C++
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2005
    Messages : 7 152
    Par défaut
    j'ai tapé cette ligne de commande pour lancer l'installation :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    bjam --toolset=borland-6.0 install

  7. #7
    Alp
    Alp est déconnecté
    Expert confirmé

    Avatar de Alp
    Homme Profil pro
    Inscrit en
    Juin 2005
    Messages
    8 575
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations forums :
    Inscription : Juin 2005
    Messages : 8 575
    Par défaut
    Et il ne te met aucune erreur relative à la compilation (par opposition à des déplacements de fichiers, création de dossiers, ...) ?

  8. #8
    Expert confirmé

    Avatar de pottiez
    Homme Profil pro
    Développeur C++
    Inscrit en
    Novembre 2005
    Messages
    7 152
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Développeur C++
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2005
    Messages : 7 152
    Par défaut
    Je n'ai pas trouvé le fichier log d'erreur (si il y en a un) et le seul truc qui pourrait expliquer aussi loin que je puisse remonter sur la console dos c'est à dire pas énorme) c'est ceci :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    ...skipped <pC:\Boost\lib>libboost_date_time-bcb-sd.lib for lack of <pC:\Boost\lib>libboost_date_time-bcb-sd-1_34_1.lib...
    et il m'a mis cette ligne plusieurs fois (avec les différentes lib bien entendu)
    mais je ne sais pas si ça c'est passé comme ça pour tout, ça défiler trop vite

  9. #9
    Rédacteur

    Avatar de Matthieu Brucher
    Profil pro
    Développeur HPC
    Inscrit en
    Juillet 2005
    Messages
    9 810
    Détails du profil
    Informations personnelles :
    Âge : 43
    Localisation : France, Pyrénées Atlantiques (Aquitaine)

    Informations professionnelles :
    Activité : Développeur HPC
    Secteur : Industrie

    Informations forums :
    Inscription : Juillet 2005
    Messages : 9 810
    Par défaut
    Comme tu lui as spécifié install, il crée le dossier c:\boost, c'est normal.
    En revanche, pour les bibliothèques, il est possible qu'il faille lui indiquer les bibliothèques à créer, par exemple pour compiler le wrapper Python :
    bjam --with-python install
    http://matthieu-brucher.developpez.c...cpp/boost/#LII

  10. #10
    Expert confirmé

    Avatar de pottiez
    Homme Profil pro
    Développeur C++
    Inscrit en
    Novembre 2005
    Messages
    7 152
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Développeur C++
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2005
    Messages : 7 152
    Par défaut
    J'ai essayé avec la ligne de commande suivante :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    bjam --toolset=borland-6.0 --with-regex install
    et voici la fin des messages qu'il me donne :


    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
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\regex_debug.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtim
    e-link-static\regex_raw_buffer.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -tWC -WM- -DBOOST_ALL_NO_LIB=1 -I
    "."  -o"bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-stati
    c\regex_raw_buffer.obj" "libs\regex\src\..\src\regex_raw_buffer.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\regex_raw_buffer.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtim
    e-link-static\regex_traits_defaults.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -tWC -WM- -DBOOST_ALL_NO_LIB=1 -I
    "."  -o"bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-stati
    c\regex_traits_defaults.obj" "libs\regex\src\..\src\regex_traits_defaults.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\regex_traits_defaults.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtim
    e-link-static\static_mutex.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -tWC -WM- -DBOOST_ALL_NO_LIB=1 -I
    "."  -o"bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-stati
    c\static_mutex.obj" "libs\regex\src\..\src\static_mutex.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\static_mutex.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtim
    e-link-static\w32_regex_traits.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -tWC -WM- -DBOOST_ALL_NO_LIB=1 -I
    "."  -o"bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-stati
    c\w32_regex_traits.obj" "libs\regex\src\..\src\w32_regex_traits.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\w32_regex_traits.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtim
    e-link-static\wc_regex_traits.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -tWC -WM- -DBOOST_ALL_NO_LIB=1 -I
    "."  -o"bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-stati
    c\wc_regex_traits.obj" "libs\regex\src\..\src\wc_regex_traits.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\wc_regex_traits.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtim
    e-link-static\wide_posix_api.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -tWC -WM- -DBOOST_ALL_NO_LIB=1 -I
    "."  -o"bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-stati
    c\wide_posix_api.obj" "libs\regex\src\..\src\wide_posix_api.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\wide_posix_api.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtim
    e-link-static\winstances.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -tWC -WM- -DBOOST_ALL_NO_LIB=1 -I
    "."  -o"bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-stati
    c\winstances.obj" "libs\regex\src\..\src\winstances.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\winstances.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtim
    e-link-static\usinstances.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -tWC -WM- -DBOOST_ALL_NO_LIB=1 -I
    "."  -o"bin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-stati
    c\usinstances.obj" "libs\regex\src\..\src\usinstances.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\debug\link-sta
    tic\runtime-link-static\usinstances.obj...
    ...skipped <pbin.v2\libs\regex\build\borland-6.0\debug\link-static\runtime-link-
    static>libboost_regex-bcb-sd-1_34_1.lib for lack of <pbin.v2\libs\regex\build\bo
    rland-6.0\debug\link-static\runtime-link-static>c_regex_traits.obj...
    ...skipped <pC:\Boost\lib>libboost_regex-bcb-sd-1_34_1.lib for lack of <pbin.v2\
    libs\regex\build\borland-6.0\debug\link-static\runtime-link-static>libboost_rege
    x-bcb-sd-1_34_1.lib...
    ...skipped <pC:\Boost\lib>libboost_regex-bcb-sd.lib for lack of <pC:\Boost\lib>l
    ibboost_regex-bcb-sd-1_34_1.lib...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\c_regex_traits.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\c_regex_traits.obj" "libs\regex\src\..\src\c_regex_traits.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\c_regex_traits.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\cpp_regex_traits.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\cpp_regex_traits.obj" "libs\regex\src\..\src\cpp_regex_traits.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\cpp_regex_traits.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\cregex.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\cregex.obj" "libs\regex\src\..\src\cregex.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\cregex.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\fileiter.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\fileiter.obj" "libs\regex\src\..\src\fileiter.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\fileiter.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\icu.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\icu.obj" "libs\regex\src\..\src\icu.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\icu.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\instances.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\instances.obj" "libs\regex\src\..\src\instances.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\instances.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\posix_api.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\posix_api.obj" "libs\regex\src\..\src\posix_api.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\posix_api.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\regex.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\regex.obj" "libs\regex\src\..\src\regex.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\regex.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\regex_debug.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\regex_debug.obj" "libs\regex\src\..\src\regex_debug.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\regex_debug.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\regex_raw_buffer.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\regex_raw_buffer.obj" "libs\regex\src\..\src\regex_raw_buffer.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\regex_raw_buffer.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\regex_traits_defaults.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\regex_traits_defaults.obj" "libs\regex\src\..\src\regex_traits_default
    s.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\regex_traits_defaults.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\static_mutex.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\static_mutex.obj" "libs\regex\src\..\src\static_mutex.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\static_mutex.obj...
    ...on 200th target...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\w32_regex_traits.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\w32_regex_traits.obj" "libs\regex\src\..\src\w32_regex_traits.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\w32_regex_traits.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\wc_regex_traits.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\wc_regex_traits.obj" "libs\regex\src\..\src\wc_regex_traits.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\wc_regex_traits.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\wide_posix_api.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\wide_posix_api.obj" "libs\regex\src\..\src\wide_posix_api.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\wide_posix_api.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\winstances.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\winstances.obj" "libs\regex\src\..\src\winstances.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\winstances.obj...
    borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-static\runt
    ime-link-static\usinstances.obj
    '-j5' n'est pas reconnu en tant que commande interne
    ou externe, un programme ex?cutable ou un fichier de commandes.
     
         -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -O2 -tWC -WM- -DBOOST_ALL_NO_LIB=1 -DNDE
    BUG -I"."  -o"bin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-li
    nk-static\usinstances.obj" "libs\regex\src\..\src\usinstances.cpp"
     
    ...failed borland.compile.c++ bin.v2\libs\regex\build\borland-6.0\release\link-s
    tatic\runtime-link-static\usinstances.obj...
    ...skipped <pbin.v2\libs\regex\build\borland-6.0\release\link-static\runtime-lin
    k-static>libboost_regex-bcb-s-1_34_1.lib for lack of <pbin.v2\libs\regex\build\b
    orland-6.0\release\link-static\runtime-link-static>c_regex_traits.obj...
    ...skipped <pC:\Boost\lib>libboost_regex-bcb-s-1_34_1.lib for lack of <pbin.v2\l
    ibs\regex\build\borland-6.0\release\link-static\runtime-link-static>libboost_reg
    ex-bcb-s-1_34_1.lib...
    ...skipped <pC:\Boost\lib>libboost_regex-bcb-s.lib for lack of <pC:\Boost\lib>li
    bboost_regex-bcb-s-1_34_1.lib...
    ...failed updating 204 targets...
    ...skipped 44 targets...
    [edit] et je n'ai toujours rien dans lib

  11. #11
    Rédacteur

    Avatar de Matthieu Brucher
    Profil pro
    Développeur HPC
    Inscrit en
    Juillet 2005
    Messages
    9 810
    Détails du profil
    Informations personnelles :
    Âge : 43
    Localisation : France, Pyrénées Atlantiques (Aquitaine)

    Informations professionnelles :
    Activité : Développeur HPC
    Secteur : Industrie

    Informations forums :
    Inscription : Juillet 2005
    Messages : 9 810
    Par défaut
    Bizarre, il a l'air de ne pas trouver le compilateur Borland

  12. #12
    Expert confirmé

    Avatar de pottiez
    Homme Profil pro
    Développeur C++
    Inscrit en
    Novembre 2005
    Messages
    7 152
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Développeur C++
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2005
    Messages : 7 152
    Par défaut
    Y-a-t-il moyen de lui préciser ou il est ?

  13. #13
    Membre confirmé
    Profil pro
    Inscrit en
    Avril 2004
    Messages
    185
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Avril 2004
    Messages : 185
    Par défaut
    essai avec la commande :
    set PATH=C:\...

  14. #14
    Expert confirmé

    Avatar de pottiez
    Homme Profil pro
    Développeur C++
    Inscrit en
    Novembre 2005
    Messages
    7 152
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Développeur C++
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2005
    Messages : 7 152
    Par défaut
    J'ai réussi à capturé des nouveau messages suite au changement du path :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    libs\regex\src\..\src\posix_api.cpp:
    Support for Borland compilers older than BCB2006 is deprecated in Boost 1.34
    par contre maintenant j'ai bien des librairie des le dossier lib, je vais voir si elle fonctionne

    [Edit] Pour la version, j'avais fait un test sur la version d'évaluation 2006 mais je suis sur la 6

  15. #15
    Rédacteur

    Avatar de Matthieu Brucher
    Profil pro
    Développeur HPC
    Inscrit en
    Juillet 2005
    Messages
    9 810
    Détails du profil
    Informations personnelles :
    Âge : 43
    Localisation : France, Pyrénées Atlantiques (Aquitaine)

    Informations professionnelles :
    Activité : Développeur HPC
    Secteur : Industrie

    Informations forums :
    Inscription : Juillet 2005
    Messages : 9 810
    Par défaut
    Ca veut dire que si tu as de la chance, ça compilera, si tu n'en as pas, ça ne compilera pas et tu ne pourras rien y faire...

    Tu ne veux pas passer à un compilateur plus récent ?

  16. #16
    Expert confirmé

    Avatar de pottiez
    Homme Profil pro
    Développeur C++
    Inscrit en
    Novembre 2005
    Messages
    7 152
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Développeur C++
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2005
    Messages : 7 152
    Par défaut
    C'est bon, il n'y a plus de problème, merci beaucoup à vous

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

Discussions similaires

  1. PERL et installation sous windows de DBI
    Par Kath dans le forum SGBD
    Réponses: 4
    Dernier message: 14/07/2006, 11h34
  2. sql serveur 6.5 peut-être installé sous windows 2000?
    Par jyms2006 dans le forum MS SQL Server
    Réponses: 13
    Dernier message: 20/03/2006, 19h37
  3. Erreur 82 lors d'installations sous windows XP
    Par steeves5 dans le forum Windows XP
    Réponses: 2
    Dernier message: 14/12/2005, 17h33
  4. [Débutant] Problème d'installation sous Windows 2000
    Par bavmorda dans le forum PostgreSQL
    Réponses: 5
    Dernier message: 04/08/2004, 16h28
  5. [install]Install sous windows... quelques questions
    Par omega dans le forum Eclipse Java
    Réponses: 5
    Dernier message: 26/02/2004, 09h50

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