I would use 'ccmake' or another cmake gui, and manually put in the locations
of all the boost libs: http://www.cmake.org/cmake/help/runningcmake.html

you might need to toggle to advanced mode with 't'.

You might get away with just flipping on the 'use witty way to find boost'
cmake option.

Also, try qtcreator .. I like it much better than codeblocks .. less crashes
.. good features. It can import cmake projects straight out (with a plugin
that comes by default).

Good luck.

Matthew Sherborne

On Sun, Sep 25, 2011 at 1:59 PM, Alec Taylor <alec.tayl...@gmail.com> wrote:

> Good afternoon,
>
> Unfortunately CMake GUI can't create CodeBlocks project files. I'm
> running the latest version of boost (1.47.0), latest version of CMake
> (2.8.5), the latest version of Wt (3.1.11) and the latest version of
> CodeBlocks (10.05 with MinGW).
>
> Boost was installed with bootstrap, b2 install --prefix=C:\libraries\boost
>
> Relevant areas of my PATH: C:\Program Files (x86)\CMake
> 2.8\bin;C:\Program Files (x86)\CodeBlocks\MinGW\bin
>
> CMake output: http://pastebin.com/m9L6nmFP
>
> Note, the following changes were made:
>
> BOOST_PREFIX set to C:\libraries\boost
>
> <still didn't generate>
>
> BOOST_LIBRARYDIR set to C:\libraries\boost\include <didn't work, so
> set to> C:\libraries\boost\include\boost-1_47 <didn't work, so set to>
> C:\libraries\boost\include\boost-1_47\boost <didn't work so set to>
> C:\libraries\boost
>
> However, as you can see, the CMake output still can't find boost properly.
>
> How can I make CMake GUI generate CodeBlocks project files properly?
>
> Thanks for all suggestions,
>
> Alec Taylor
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to