User forums > General (but related to Code::Blocks)

I am planning on Using C::B to compile KiCAD, which parts are OK to put on Wiki?

<< < (2/3) > >>

stahta01:

--- Quote from: ollydbg on March 04, 2009, 06:32:45 am ---This page doesn't cover Mingw compiler under windows. :(

--- End quote ---

No where,that I can find, for the last two version, is MinGW GCC covered using Boost C++.

Tim S
PS: I am looking at several weeks of work on this.

MortenMacFly:

--- Quote from: stahta01 on March 04, 2009, 07:06:31 am ---No where,that I can find, for the last two version, is MinGW GCC covered using Boost C++.

--- End quote ---
I am using boost with MinGW just fine (if that is the question). Meaning: I am compiling boost using MinGW and using boost libs in projects based on MinGW.

vri:
I have no problem using boost on windows with mingw either. Just follow the Boost Getting Started on Windows
http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html, section 5.2: Build from source.

It uses bjam to build, but this works out of the box, also for mingw

Cheers, Theo.

stahta01:

--- Quote from: MortenMacFly on March 04, 2009, 09:21:38 am ---I am using boost with MinGW just fine (if that is the question). Meaning: I am compiling boost using MinGW and using boost libs in projects based on MinGW.

--- End quote ---

Here's the basic bjam command, I am trying out.


--- Code: ---bjam threading=multi variant=release link=shared toolset=gcc --prefix="C:\Apps\MinGW_Boost" -without-mpi  install

--- End code ---

I am doing both "variant=release" and "variant=debug"; I am also trying several other -without-LIBNAME to see which Libs are required for KiCAD.

Morten, any suggestions of other options to try, or avoid, with bjam?

Tim S

MortenMacFly:

--- Quote from: stahta01 on March 05, 2009, 05:38:59 am ---
--- Code: ---bjam threading=multi variant=release link=shared toolset=gcc --prefix="C:\Apps\MinGW_Boost" -without-mpi  install

--- End code ---
Morten, any suggestions of other options to try, or avoid, with bjam?

--- End quote ---
Besides -without-mpi this is pretty much what I am using for the build, too (there was a "stage" keyword, too somehow but I don't recall if that was important). Hence I don't know what KiCAD requires (I don't even know what KiCAD is btw...)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version