Is Anyone going to tell me the way to Build BOOST?
Hi, at boost root directory i do: C:\Program Files\boost> bjam ^More? --build-dir=C:\Program Files\boost \directory_1 ^More? --toolset=gcc stage the error message is the following :could not find main target assuming it's a name of a file to create could not find main target C:\Program Files\boost \directory_1 assuming it's a name of a file to create... note:C:\Program Files\boost is my boost root directory, stage a subdirectory of directory_1 Be very clear THANK YOU, David _________________________________________________________________ Découvrez le blog Messenger Le Meilleur du Web : toutes les vidéos qui buzzent le plus sur Internet ! http://meilleurduweb.spaces.live.com/
question boost wrote:
Hi,
at boost root directory i do: C:\Program Files\boost> bjam ^More? --build-dir=C:\Program Files\boost \directory_1 ^More? --toolset=gcc stage
Can you remove those "^More?" lines? I have no idea what they mean.
the error message is the following :could not find main target assuming it's a name of a file to create could not find main target C:\Program Files\boost \directory_1 assuming it's a name of a file to create...
Please try the following command line: bjam --build-dir="C:/Program Files/boost/directory_1" --toolset=gcc stage and make sure there are not "More" lines anywhere. - Volodya
Hi, I get the same message using your command line. I repeat: at boost root I do like explained section 5.2.4 here http://www.boost.org/more/getting_started/windows.html#build-directory: C:\Program Files\boost> bjam ^ More? --build-dir=C:\Program Files\boost\directory_1 ^ More? --toolset=gcc stage C:\Program Files\boost\directory_1 is the build directory I have chosen, and stage is a subdirectory of it. They say: "Building the special stage target places Boost library binaries in the stage\ subdirectory of your build directory" but instead i get the error message. My question is about section 5.2.4 here http://www.boost.org/more/getting_started/windows.html#build-directory: and about nothing else. Tell me why the procedure indicated goes wrong and why I get this error message. Maybe a wrong environment variable or anything else but i have no idea what it is. THANK YOU, David
To: boost-users@lists.boost.org> From: ghost@cs.msu.su> Date: Tue, 13 Nov 2007 12:11:32 +0300> Subject: Re: [Boost-users] Is Anyone going to tell me the way to Build BOOST?> > question boost wrote:> > > > > Hi,> > > > at boost root directory i do:> > C:\Program Files\boost> bjam ^More? --build-dir=C:\Program Files\boost> > \directory_1 ^More? --toolset=gcc stage> > Can you remove those "^More?" lines? I have no idea what they mean.> > > > > the error message is the following :could not find main target assuming> > it's a name of a file to create could not find main target C:\Program> > Files\boost \directory_1 assuming it's a name of a file to create...> > Please try the following command line:> > bjam --build-dir="C:/Program Files/boost/directory_1" --toolset=gcc stage> > and make sure there are not "More" lines anywhere.> > - Volodya> > > _______________________________________________> Boost-users mailing list> Boost-users@lists.boost.org> http://lists.boost.org/mailman/listinfo.cgi/boost-users
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
Hello,
the best thing you can do, is ask someone from the mailing list to help you
by using the remote desktop or VNC. Otherwise this will be a never ending
story. Probably this should be a person you trust, since they will get
access to you PC remotely. And you should discuss details in private maling
session.
With Kind Regards,
Ovanes
On 11/13/07, question boost
Hi,
I get the same message using your command line.
**http://www.boost.org/more/getting_started/windows.html#build-directory
I repeat: at boost root I do like explained section 5.2.4 here *http://www.boost.org/more/getting_started/windows.html#build-directory*http://www.boost.org/more/getting_started/windows.html#build-directory :
C:\Program Files\boost> bjam ^
More? --build-dir=C:\Program Files\boost\directory_1 ^
More? --toolset=gcc stage
C:\Program Files\boost\directory_1 is the build directory I have chosen, and stage is a subdirectory of it.
They say:
"Building the special stage target places Boost library binaries in the stage\ subdirectory of your *build directory*http://www.boost.org/more/getting_started/windows.html#build-directory " but instead i get the error message.
My question is about section 5.2.4 here * http://www.boost.org/more/getting_started/windows.html#build-directory*http://www.boost.org/more/getting_started/windows.html#build-directory: and about nothing else. Tell me why the procedure indicated goes wrong and why I get this error message. Maybe a wrong environment variable or anything else but i have no idea what it is.
THANK YOU,
David
To: boost-users@lists.boost.org From: ghost@cs.msu.su Date: Tue, 13 Nov 2007 12:11:32 +0300 Subject: Re: [Boost-users] Is Anyone going to tell me the way to Build BOOST?
question boost wrote:
Hi,
at boost root directory i do: C:\Program Files\boost> bjam ^More? --build-dir=C:\Program Files\boost \directory_1 ^More? --toolset=gcc stage
Can you remove those "^More?" lines? I have no idea what they mean.
the error message is the following :could not find main target
assuming
it's a name of a file to create could not find main target C:\Program Files\boost \directory_1 assuming it's a name of a file to create...
Please try the following command line:
bjam --build-dir="C:/Program Files/boost/directory_1" --toolset=gcc stage
and make sure there are not "More" lines anywhere.
- Volodya
_______________________________________________ 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 et bénéficiez d'un filtre antivirus gratuit ! Windows Live Hotmailhttp://www.windowslive.fr/hotmail/default.asp
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Hi, FWIW, I tried the following command and it seems to work (the build is going on as I am typing this mail). Following are some of the output. Note that I am building in a different drive with a space in the folder and staging it in a different drive with a folder with a space. I see no problems, I am on XP. E:\cache\build\Test Me\boost_1_34_1 [dky]bjam --toolset=gcc --build-dir="C:/Program Files/boost/directory_1" --stage Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (don't panic: this is a strictly optional feature). ...patience... ...patience... ...found 5406 targets... ...updating 2195 targets... MkDir1 C:\Program Files\boost MkDir1 C:\Program Files\boost\directory_1 MkDir1 C:\Program Files\boost\directory_1\boost MkDir1 C:\Program Files\boost\directory_1\boost\bin.v2 MkDir1 C:\Program Files\boost\directory_1\boost\bin.v2\libs MkDir1 C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals MkDir1 C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build MkDir1 C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build\gcc-mingw-4.2.1 MkDir1 C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build\gcc-mingw-4.2.1\debug MkDir1 C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build\gcc-mingw-4.2.1\debug\threading-multi gcc.compile.c++ C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build\gcc-mingw-4.2.1\debug\threading-multi\trackable.o gcc.compile.c++ C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build\gcc-mingw-4.2.1\debug\threading-multi\connection.o gcc.compile.c++ C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build\gcc-mingw-4.2.1\debug\threading-multi\named_slot_map.o gcc.compile.c++ C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build\gcc-mingw-4.2.1\debug\threading-multi\signal_base.o gcc.compile.c++ C:\Program Files\boost\directory_1\boost\bin.v2\libs\signals\build\gcc-mingw-4.2.1\debug\threading-multi\slot.o -dky -- Dhruva Krishnamurthy Contents reflect my personal views only!
I think you are absolutely right, Ovanes.
Thank You
Date: Tue, 13 Nov 2007 11:49:08 +0100From: om_boost@keywallet.comTo: boost-users@lists.boost.orgSubject: Re: [Boost-users] Is Anyone going to tell me the way to Build BOOST?Hello,the best thing you can do, is ask someone from the mailing list to help you by using the remote desktop or VNC. Otherwise this will be a never ending story. Probably this should be a person you trust, since they will get access to you PC remotely. And you should discuss details in private maling session. With Kind Regards,Ovanes
On 11/13/07, question boost
question boost wrote: > > > > > Hi,> > > > at boost root directory i do:> > C:\Program Files\boost> bjam ^More? --build-dir=C:\Program Files\boost> > \directory_1 ^More? --toolset=gcc stage > > Can you remove those "^More?" lines? I have no idea what they mean.> > > > > the error message is the following :could not find main target assuming> > it's a name of a file to create could not find main target C:\Program > > Files\boost \directory_1 assuming it's a name of a file to create...> > Please try the following command line:> > bjam --build-dir="C:/Program Files/boost/directory_1" --toolset=gcc stage > > and make sure there are not "More" lines anywhere.> > - Volodya> > > _______________________________________________> 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 et bénéficiez d'un filtre antivirus gratuit ! Windows Live Hotmail_______________________________________________Boost-users mailing listBoost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users _________________________________________________________________ Votez pour vos séries TV préférées et tentez de gagner un voyage à Hawaï ! http://messengerawards.divertissements.fr.msn.com/
question boost wrote:
Hi,
I get the same message using your command line.
This is not possible. Did you try, *EXACTLY* this: bjam --build-dir="C:/Program Files/boost/directory_1" --toolset=gcc stage ? What happens if you try *EXACTLY*: bjam --toolset=gcc stage ?
My question is about section 5.2.4 here http://www.boost.org/more/getting_started/windows.html#build-directory: and about nothing else. Tell me why the procedure indicated goes wrong and why I get this error message. Maybe a wrong environment variable or anything else but i have no idea what it is.
Dave, the referenced page goes to say: C:\WINDOWS> cd C:\Program Files\boost\boost_1_34_1 C:\Program Files\boost\boost_1_34_1> bjam ^ More? --build-dir=C:\temp\build-boost ^ More? --toolset=msvc stage 1. Is this caret syntax known to work on all Windows versions? 2. Given that it's not a common syntax, I think it should be explained in text, not as a footnote. - Volodya
Vladimir Prus wrote:
question boost wrote:
My question is about section 5.2.4 here http://www.boost.org/more/getting_started/windows.html#build-directory: and about nothing else. Tell me why the procedure indicated goes wrong and why I get this error message. Maybe a wrong environment variable or anything else but i have no idea what it is.
Dave, the referenced page goes to say:
C:\WINDOWS> cd C:\Program Files\boost\boost_1_34_1 C:\Program Files\boost\boost_1_34_1> bjam ^ More? --build-dir=C:\temp\build-boost ^ More? --toolset=msvc stage
1. Is this caret syntax known to work on all Windows versions? 2. Given that it's not a common syntax, I think it should be explained in text, not as a footnote.
I also suggest that you choose a directory with spaces in it so that it is clear that you need to quote the path. C:\Program Files\boost\boost_1_34_1> bjam ^ More? --build-dir="C:\temp\build boost" ^ More? --toolset=msvc stage That may remove some user confusion. David
on Tue Nov 13 2007, David Walthall
Vladimir Prus wrote:
question boost wrote:
My question is about section 5.2.4 here http://www.boost.org/more/getting_started/windows.html#build-directory: and about nothing else. Tell me why the procedure indicated goes wrong and why I get this error message. Maybe a wrong environment variable or anything else but i have no idea what it is.
Dave, the referenced page goes to say:
C:\WINDOWS> cd C:\Program Files\boost\boost_1_34_1 C:\Program Files\boost\boost_1_34_1> bjam ^ More? --build-dir=C:\temp\build-boost ^ More? --toolset=msvc stage
1. Is this caret syntax known to work on all Windows versions? 2. Given that it's not a common syntax, I think it should be explained in text, not as a footnote.
I also suggest that you choose a directory with spaces in it so that it is clear that you need to quote the path.
C:\Program Files\boost\boost_1_34_1> bjam ^ More? --build-dir="C:\temp\build boost" ^ More? --toolset=msvc stage
Done in svn trunk. Thanks for the suggestions, -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (6)
-
David Abrahams
-
David Walthall
-
dhruva
-
Ovanes Markarian
-
question boost
-
Vladimir Prus