On Sep 13, 4:00 am, Harry van der Wolf <hvdw...@gmail.com> wrote:
> 2009/9/13 michael_tn <michael.d.gallo...@gmail.com>
>
> > harry, i'm working through the build process again and some of the
> > external app's will not build, boost, for example:
>
> > <snip>
>
> > not sure what to do with it at this point.
>
> > -- michael
>
> Hi Michael,
>
> Note: I have redirected this mail to the hugin-ptx list to draw attention of
> potential other builders.
>
> Great that you're working on the Universal XCode build. Boost changed
> something going from 1.38 (or 1.39) to 1.40. I just applied some changes to
> trunk and 2009.2.
> In case you are working with 0.8 I've attached both scripts to this mail.
> Please try again.
> Note: do not forget to change the myREPOSITORYDIR variable to what it needs
> to be for you.
>
> Harry

looks like the boost.sh file got put in with diff syntax in it, i get
this on running the script:

michaeltn:boost_1_40_0 michael$ sh ../scripts/boost.sh
###
### Using 'darwin' toolset.
###
rm -rf bootstrap
mkdir bootstrap
cc -o bootstrap/jam0 command.c compile.c debug.c expand.c glob.c
hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c
make1.c newstr.c option.c output.c parse.c pathunix.c pathvms.c
regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c
modules.c strings.c filesys.c builtins.c pwd.c class.c native.c
w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/
property-set.c modules/sequence.c modules/order.c execunix.c
fileunix.c
./bootstrap/jam0 -f build.jam --toolset=darwin --toolset-root= clean
...found 1 target...
...updating 1 target...
[DELETE] clean
...updated 1 target...
./bootstrap/jam0 -f build.jam --toolset=darwin --toolset-root=
...found 47 targets...
...updating 1 target...
[COMPILE] bin.macosxx86/bjam
...updated 1 target...
../scripts/boost.sh: line 99: syntax error near unexpected token `<<<'
../scripts/boost.sh: line 99: `<<<<<<< .mine'

and this is in the script:

 SDKVRSION=$(echo $MACSDKDIR | sed 's/^[^1]*\([[:digit:]]*\.[[:digit:]]
*\).*/\1/')

<<<<<<< .mine
 if [ "$CXX" = "" ]
 then
=======
if [ "$CXX" = "" ]
then
>>>>>>> .r4399
  boostTOOLSET="--toolset=darwin"

-- michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---

Reply via email to