User forums > Help

Configuring Boost with Code::Blocks

<< < (5/6) > >>

killerbot:

--- Quote from: Master on April 04, 2012, 10:04:44 pm ---
--- Quote from: killerbot on April 04, 2012, 09:01:27 pm ---link with the needed boost libraries, in your case minimum boost thread

--- End quote ---
thank you , are'nt all of the libs created already ? because im sure i set up the linker to look for the libraries in the correct folder .
would you please tell me how i can build just everything ?
i assume this library is not built ? right?

--- End quote ---
telling where the libraries are is not enough, you need to tell the linker to which ones one to link.

Master:

--- Quote from: killerbot on April 04, 2012, 10:52:07 pm ---
--- Quote from: Master on April 04, 2012, 10:04:44 pm ---
--- Quote from: killerbot on April 04, 2012, 09:01:27 pm ---link with the needed boost libraries, in your case minimum boost thread

--- End quote ---
thank you , are'nt all of the libs created already ? because im sure i set up the linker to look for the libraries in the correct folder .
would you please tell me how i can build just everything ?
i assume this library is not built ? right?

--- End quote ---
telling where the libraries are is not enough, you need to tell the linker to which ones one to link.

--- End quote ---
how am i supposed to that ? have i not already done that ? (in linker section (in both debug and release ) i selected all of built libs and .a files !

Master:
ok i believe i compiled all necessary libs ( they are now more than 4Gigabyte !)
here are the screen shots of my settings . its all i have done to the CB at the moment . :





what is wrong with it ? :-\

MortenMacFly:

--- Quote from: Master on April 05, 2012, 05:26:43 am ---what is wrong with it ? :-\

--- End quote ---
You still did not post the full build log. So I cannot tell.

From the screenshots I see that you link against all boost libs, this will not work, too. Boost compiles in many flavours. You need to pick one flavour of your choice and then only link against those lib(s) you are actually using, not just all.

Probably you should start reading the boost manual - it seems you don't really know what you are doing. We don't provide boost support here, this is a Code::Blocks forum. Boost has its own forum. You need to know what lib you need to use in what flavour. Tat's a decision I nobody make for you, as it depends on what you have in mind with your project.

Master:

--- Quote from: MortenMacFly on April 05, 2012, 06:30:57 am ---
--- Quote from: Master on April 05, 2012, 05:26:43 am ---what is wrong with it ? :-\

--- End quote ---
You still did not post the full build log. So I cannot tell.

From the screenshots I see that you link against all boost libs, this will not work, too. Boost compiles in many flavours. You need to pick one flavour of your choice and then only link against those lib(s) you are actually using, not just all.

Probably you should start reading the boost manual - it seems you don't really know what you are doing. We don't provide boost support here, this is a Code::Blocks forum. Boost has its own forum. You need to know what lib you need to use in what flavour. Tat's a decision I nobody make for you, as it depends on what you have in mind with your project.

--- End quote ---
thank you . and sorry for that ,
i have already posted the full build log : here it is again :
http://upload.ustmb.ir/uploads/13335802852.zip
and ok . i'll try to fix that too

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version