Hi, it seems the problem is at step 2. When I do: C:\Documents and Settings\src\boost\tools\build\v2> bjam --version I get the message: Mingwbing++ n'est pas reconnu en tant que command interne ou externe,un programme exécutable ou un fichier de commandes. Change the "\" by "/" is apparently not the solution. Thank you for your help. David _________________________________________________________________ Vous êtes plutôt Desperate ou LOST ? Personnalisez votre PC avec votre série TV préférée ! http://specials.divertissements.fr.msn.com/SeriesTV.aspx
on Wed Oct 17 2007, question boost
Hi, it seems the problem is at step 2. When I do:
C:\Documents and Settings\src\boost\tools\build\v2> bjam --version
I get the message: Mingwbing++ n'est pas reconnu en tant que command interne ou externe,un programme exécutable ou un fichier de commandes.
Change the "\" by "/" is apparently not the solution.
It certainly should work to use forward slashes in your user-config.jam file. Did you try it? Did you forget to save the file before running bjam again? -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
Hi,
the "/" was the solution (file user-config.jam). But the problem is not finished:
I follow the instructions here
http://www.boost.org/doc/html/bbv2/installation.html
At step 4. I run bjam and there is aparently no problem.
Then, like explained, I create a file named boost-build.jam in the directory
C:\Documents and Settings\src\boost (my root directory) with the single line
boost-build C:/Documents and Settings/src/boost;
I 've finished to follow the instructions of the page, so I compile my program under Code Blocks again,
and this time I get the message:
"boost/preprocessor/config/config.hpp" no such file or directory
..... and several other lines of the same message with other files of the directory preprocessor.
My configuration is the following:
in the directory of the source files of my program under Code Blocks there is the directory "boost" containing the following directories: "filesystem", "config", "iterator","range", "detail", "mpl", "preprocessor", "tools" and the file boost-build.jam.
Where is my error?
Thank You
David> To: boost-users@lists.boost.org> From: dave@boost-consulting.com> Date: Wed, 17 Oct 2007 15:18:23 -0400> Subject: Re: [Boost-users] bis> > > on Wed Oct 17 2007, question boost
on Fri Oct 19 2007, question boost
Hi,
the "/" was the solution (file user-config.jam). But the problem is not finished:
I follow the instructions here
Okay, it looks like you want the Boost.Build list at this point...
At step 4. I run bjam and there is aparently no problem.
Then, like explained, I create a file named boost-build.jam in the directory
C:\Documents and Settings\src\boost (my root directory) with the single line
boost-build C:/Documents and Settings/src/boost; ^ You need a space before the semicolon here-------^
I 've finished to follow the instructions of the page, so I compile my program under Code Blocks again, and this time I get the message:
"boost/preprocessor/config/config.hpp" no such file or directory
..... and several other lines of the same message with other files of the directory preprocessor.
... but isn't Code Blocks an IDE? Why would you be following the Boost.Build instructions in that case?
My configuration is the following:
in the directory of the source files of my program under Code Blocks there is the directory "boost" containing the following directories: "filesystem", "config", "iterator","range", "detail", "mpl", "preprocessor", "tools" and the file boost-build.jam.
Where is my error?
Urrr... I'd guess your mistakes probably start with breaking up the Boost distribution, unless you used bcp to do it. Have you tried walking through http://www.boost.org/more/getting_started yet?
on Wed Oct 17 2007, question boost
wrote: Hi, it seems the problem is at step 2. When I do:
C:\Documents and Settings\src\boost\tools\build\v2> bjam --version
I get the message: Mingwbing++ n'est pas reconnu en tant que command interne ou externe,un programme exécutable ou un fichier de commandes.
Change the "\" by "/" is apparently not the solution.
It certainly should work to use forward slashes in your user-config.jam file. Did you try it? Did you forget to save the file before running bjam again?
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail, la boîte e-mail entièrement personnalisable ! Windows Live Hotmail
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
Hi, I am going to be more clear. Under Code Blocks my program makes use of the boost library. The configuration of my files is the following: in the directory of the source files of my program there is the directory"boost" containing the following directories: "filesystem", "config", "iterator","range","detail", "mpl", "preprocessor", "tools" and the file boost-build.jam. The file that makes use of boost in my project contains the following lines: #include <string>using namespace std; #include "boost\filesystem\path.hpp"#include "boost\filesystem\operations.hpp"using namespace boost::filesystem; At comilation I get the message :"boost/preprocessor/config/config.hpp" no such file or directory and several other similar messages about other files of the same directory and about other files of the "mpl" directory. Where is my error? Thank You David
To: boost-users@lists.boost.org> Wrom: ZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCst.org> http://lists.boost.org/mailman/listinfo.cgi/boost-users
Découvrez le blog Messenger Le Meilleur du Web : toutes les vidéos qui buzzent le plus sur Internet ! http://meilleurduweb.spaces.live.com/
on Mon Oct 22 2007, question boost
Hi, I am going to be more clear. Under Code Blocks my program makes use of the boost library. The configuration of my files is the following: in the directory of the source files of my program there is the directory "boost" containing the following directories: "filesystem", "config", "iterator","range", "detail", "mpl", "preprocessor", "tools" and the file boost-build.jam.
The file that makes use of boost in my project contains the following lines:
#include <string> using namespace std;
#include "boost\filesystem\path.hpp" #include "boost\filesystem\operations.hpp" using namespace boost::filesystem;
At comilation I get the message :"boost/preprocessor/config/config.hpp" no such file or directory and several other similar messages about other files of the same directory and about other files of the "mpl" directory.
Where is my error?
It's not clear. It's possible that the directory of your source files isn't in your #include path. If the directory of your source files *is* in your #include path, then your error is in using only a partial Boost installation. Have you read and followed http://www.boost.org/more/getting_started ? -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (2)
-
David Abrahams
-
question boost