> Hi - new member from Norway here - just been spending this weekend
 > trying to build Wt on my Macbook.

I'm not sure about your specific error, but I successfully installed  
wt on my Intel Mac running OS X 10.5.6 with Boost 1.38, using the  
configurations in the shell script below (don't forget to change the  
paths).  Try running it in terminal (p.s. I installed Boost within my  
PATH, so you may have to add additional Boost flags, based on what you  
said about not finding boost)...

#!/bin/sh

#Mac cmake that compiles the wt libs with both fcgi and internal ws

# Directory where Wt puts config file
WT_BASE_DIR=/path/to/wt/config/file/directory

# Change to wt's build directory (which I've already created)
cd /path/to/wt-#.##.#/build/

#-DCMAKE_BUILD_TYPE=DRelWithDebInfo
#-DCONFIGDIR=/Users/sean/Library/wt
echo "************************************"
echo "Running properly configured cmake..."
echo "************************************"

sudo cmake -DBOOST_COMPILER=xgcc40 -DBOOST_VERSION=1_38  - 
DCONFIGURATION=${WT_BASE_DIR}/wt_config.xml -DCONNECTOR_FCGI=YES - 
DCONNECTOR_HTTP=YES -DDEPLOYROOT=/path/to/deploy/wt-examples - 
DEXAMPLES_CONNECTOR=wthttp -DRUNDIR=${WT_BASE_DIR}/run - 
DMYSQLPP_INCLUDE=/Developer/usr/include -DMYSQLPP_LIB=/Developer/usr/ 
lib -DWEBUSER=user -DWEBGROUP=user -DWTHTTP_CONFIGURATION=$ 
{WT_BASE_DIR}/wthttpd ../

echo "************************************"
echo "Making..."
echo "************************************"
sudo make

echo "************************************"
echo "installing..."
echo "************************************"
sudo make install

Sean DeNigris




------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to