Author Topic: Compiling Boost and CodeBlocks(wiki failes)  (Read 6655 times)

Offline Master

  • Multiple posting newcomer
  • *
  • Posts: 53
Compiling Boost and CodeBlocks(wiki failes)
« on: November 08, 2010, 01:18:59 pm »
hello all .
im planning to install the latest version of Boost libraries on my win7 machine .
i went to the CB wiki for this and tried the instructions . but unfortunately it seems that they are wrong! and or atleast wont work under win7 .
would anyone do me a favor and tell me how to go about it ? also fixes that wiki too ?
( and actually that wiki with pictures would be alot better , even a video on youtube? may be a good idea).
Thank you in advance
a man's dream is an index to his greatness...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiling Boost and CodeBlocks(wiki failes)
« Reply #1 on: November 08, 2010, 03:13:21 pm »
(....even a video on youtube...)
/irony
Or best a genie that will setup it for you?
Learn the basics mate, then your life as a programmer will be easier...
/irony

Do you want to link to boost libs or you want to use header only libs.
If it is the latter adding a search paths for includes is enough.
If it is the former you need to build boost libs, which is tough :)

p.s. probably, it is a good idea to post the link to the wiki page...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Master

  • Multiple posting newcomer
  • *
  • Posts: 53
Re: Compiling Boost and CodeBlocks(wiki failes)
« Reply #2 on: November 08, 2010, 04:50:01 pm »
(....even a video on youtube...)
/irony
Or best a genie that will setup it for you?
Learn the basics mate, then your life as a programmer will be easier...
/irony

Do you want to link to boost libs or you want to use header only libs.
If it is the latter adding a search paths for includes is enough.
If it is the former you need to build boost libs, which is tough :)

p.s. probably, it is a good idea to post the link to the wiki page...
http://wiki.codeblocks.org/index.php?title=BoostWindowsQuickRef
thanks for the response :)
but why are you so harsh ?
that was just a suggestion . using video , the effort is minimized , you dont have to type anything , just record and publish it .
and aside from that , thats just another kind of walkthrough ! , there was a walkthrough , created solely for the guys like me to configure CB with boost , so i as the user who needs to know , expressed my suggestion to improve the way the information is provided , do you have a problem with that ? (o_O)
if you think providing information for using the IDE that someone is making, and the participation of user in its development such as giving ideas, etc is just something useless , think again! if not!
 atleast try not to make fun of any one having a problem !
and about using boost . yes i know i need to build boost in order to be able to use the whole package .
so i went to the Boost documentation section , they redirected me to the IDE specific methods which the creators made ! so thats why i went to the wiki , and followed the instructions there , and i failed ! because the wiki guide wouldnt work on win7!
thats all.
now any help ? 
a man's dream is an index to his greatness...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiling Boost and CodeBlocks(wiki failes)
« Reply #3 on: November 08, 2010, 06:09:06 pm »
Section 3 from the guide looks OK.
http://wiki.codeblocks.org/index.php?title=BoostWindowsQuickRef#Add_Boost_to_an_existing_project_in_Code::Blocks

I don't know anything about compiling boost on windows, I use it in Headers Only mode.

p.s. Probably is a good idea to learn how to use the shift button on you keyboard.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Compiling Boost and CodeBlocks(wiki failes)
« Reply #4 on: November 08, 2010, 06:41:35 pm »
My last post on Boost Lib; sorta old. My not apply. Tim S.

http://forums.codeblocks.org/index.php?topic=10792.0
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Master

  • Multiple posting newcomer
  • *
  • Posts: 53
Re: Compiling Boost and CodeBlocks(wiki failes)
« Reply #5 on: November 08, 2010, 07:02:40 pm »
My last post on Boost Lib; sorta old. My not apply. Tim S.

http://forums.codeblocks.org/index.php?topic=10792.0

thanks, i'll give it a try  :)
a man's dream is an index to his greatness...

Offline Master

  • Multiple posting newcomer
  • *
  • Posts: 53
Re: Compiling Boost and CodeBlocks(wiki failes)
« Reply #6 on: November 10, 2010, 01:03:54 pm »
Thanks to dear GOD and cprogramming boards members i finally made it  :D
Code
http://cboard.cprogramming.com/tech-board/121373-some-questions-about-boost-libraries-3.html#post982064
a man's dream is an index to his greatness...