Hello,

Let me guess: CMake < 2.6.3 ? Upgrade to 2.6.3 or do this before
FIND_PACKAGE( Boost )

SET( Boost_ADDITIONAL_VERSIONS 1.38 1.38.0 )

On Sun, Mar 1, 2009 at 3:02 PM, norman <[email protected]> wrote:
> Hello,
> I have witty built on gentoo, but am trying to to set it up on my mac osx.
>
> I have built boost and can run the examples:
>
> $ c++ -I /usr/local/include/boost-1_38 example.cpp -o example
> $ echo 1 2 3 | ./example
> 3 6 9
>
> Here is my procedure for setting up wt:
>
> $ git clone http://www.webtoolkit.eu/git/wt.git
> $ cd wt
> $ mkdir build
> $ cd build
> $ ccmake .
>
> I then changed the:
>
> BOOST_DIR                        /usr/local/include/boost-1_38/boost
>
> but still get the error.
>
> If I also try to run:
>
> $ bjam --version
> Unable to load Boost.Build: could not find "boost-build.jam"
> ---------------------------------------------------------------
> Attempted search from /Users/khinester/Documents/TUTORIALS/cpp up to the
> root
> and in these directories from BOOST_BUILD_PATH and BOOST_ROOT:
> /usr/share/boost-build.
> Please consult the documentation at 'http://www.boost.org'.
>
> What am I missing?
>
> Many thanks
>
> Norman
>
>
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>



-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to