Hello Jonathan

I tried something like the following:

install the boost stuff in some place:

build bjam (the source is somewhere in the boost stuff)
$    ./build.sh

use bjam to build boost:
$     ./bjam "-sTOOLS=darwin" --prefix=/Users/patrick/boost 
--exec-prefix=/Users/patrick/boost install

use boost to build fuego
$     ./configure --with-boost=/Users/patrick/ph_workspace/go/fuego/boost
$     make

copy book.dat, fuege, libboost_filesystem-1_33_1.dylib, 
libboost_thread-1_33_1.dylib to a new directory


reset the library path in the fuego executables so that they can be found localy
$     install_name_tool -change libboost_thread-1_33_1.dylib 
@executable_path/libboost_thread-1_33_1.dylib fuego
$     install_name_tool -change libboost_filesystem-1_33_1.dylib 
@executable_path/libboost_filesystem-1_33_1.dylib fuego

downsize the fuego executable
$    strip fuego

good luck
Patrick



--- On Wed, 7/1/09, ~:'' ありがとうございました。 <j.chetw...@btinternet.com> wrote:

From: ~:'' ありがとうございました。 <j.chetw...@btinternet.com>
Subject: fuego HowTo
To: ech_na...@yahoo.com
Date: Wednesday, July 1, 2009, 7:40 AM

fuego HowTo
Ech,
enjoyed your intel binary, :-) tx
could you please provide a how to, as I fell somewhere.
regards
Jonathan Chetwynd
3 Dan
UK
$ cd fuego-0.4/
$ ./configure
...
...
checking for boostlib >= 1.33.1... configure: error: We could not detect the 
boost libraries (version 1.33 or higher). If you have a staged boost library 
(still not installed) please specify $BOOST_ROOT in your environment and do not 
give a PATH to --with-boost option.  If you are sure you have boost installed, 
then check your version number looking in <boost/version.hpp>. 
See http://randspringer.de/boost for more documentation.
$


http://www.boost.org/users/download/
unzipped boost_1_39_0.zip
moved to /usr/local

$ vi .bash_profile

PATH=$PATH:/usr/local/boost_1_39_0
export PATH

restarted bash in new terminal,

same response, what did I miss?

kind regards





      
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to