[Coin-discuss] OSX 10.2.8, CoinTime.hpp and Sbb

Laszlo Ladanyi ladanyi at us.ibm.com
Sun Nov 2 14:45:25 EST 2003


Based on Sven's make output I have fixed Sbb/Test/Makefile.test. (Reordering
of libnames was only needed.) The change is committed.

--Laci

On Sun, 2 Nov 2003, Sven de Vries wrote:

> Hi Laci,
> 
> > For both of you, could you start from a fresh checkout, edit every makefile so
> > that the commands would be visible, do the make and email me the output. That
> > should be of some help. To edit the makefiles run the following command from
> > the COIN root directory (assuming your shell is sh (or bash)):
> >
> > for i in `find . -name Makefile\*`; do mv $i $i.orig; sed -e 's/^\t@/\t/' $i.orig > $i; rm $i.orig; done
> 
> i did this (sparing directories :)
> 
> for i in `find . -type f -name Makefile\*`; do mv $i $i.orig; sed -e
> 's/^\t@/\t/' $i.orig > $i; rm $i.orig; done
> 
> the output of
> 
>  make >& pass1
>  make unitTest >& pass2
> 
> in Sbb1 is attached.
> 
> hope this helps to narrow it down.
> 
> greetings!
> sven
> 




More information about the Coin-discuss mailing list