Usually, you also have to set three variables to recognize boost in
unices: BOOST_DIR, BOOST_VERSION and BOOST_COMPILER. Look at the
signature of your library files (.so, or .a) to find out what you
should put there.

Regards,
Wim.

2009/3/1 norman <[email protected]>:
> 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
>
>

------------------------------------------------------------------------------
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