That actually seems to help a fair bit. I still have to comment out  
the SIGNALS check, but I can get pretty far in make before I receive  
this error:

Making all in mtsec

/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ - 
DHAVE_CONFIG_H -I. -I../../..     -g -Wall -I/opt/local/include -MT  
build.lo -MD -MP -MF .deps/build.Tpo -c -o build.lo build.cpp

  g++ -DHAVE_CONFIG_H -I. -I../../.. -g -Wall -I/opt/local/include -MT  
build.lo -MD -MP -MF .deps/build.Tpo -c

build.cpp  -fno-common -DPIC -o .libs/build.o

build.cpp: In member function 'std::map<uint32_t,  
std::pair<std::string, uint32_t>, std::less<uint32_t>,  
std::allocator<std::pair<const uint32_t, std::pair<std::string,  
uint32_t> > > > Build::generateListOptions()':

build.cpp:109: error: 'uint' was not declared in this scope
build.cpp:109: error: template argument 1 is invalid
build.cpp:109: error: template argument 2 is invalid
build.cpp:109: error: template argument 3 is invalid
build.cpp:109: error: expected initializer before 'itcurr'
build.cpp:109: error: 'itcurr' was not declared in this scope

Thanks for all your help, by the way (we're almost there!)

On 15-May-08, at 6:54 AM, Lee Begg wrote:

> On Thu, 15 May 2008, Lee Begg wrote:
>> The boost flags are not getting passed into the rulesets and other  
>> places
>> where it is needed.
>>
>> What would be better:
>> a) Adding it to the CFLAGS for the whole build, or
>
> Did this. Please update and check if it works.
>
> Also, don't forget to merge my mainline (master branch) changes.
>
> Later
> Lee
> _______________________________________________
> tp-devel mailing list
> [email protected]
> http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel

_______________________________________________
tp-devel mailing list
[email protected]
http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel

Reply via email to