I've removed a single Signals reference in configure.ac and configure
now works properly. I can start a make but I exit on this error:
g++ -DHAVE_CONFIG_H -I. -I../../.. -g -Wall -MT universe.lo -MD -MP -
MF .deps/universe.Tpo -c universe.cpp -fno-common -DPIC -o .libs/
universe.o
In file included from ../../../tpserver/object.h:28,
from universe.cpp:22:
../../../tpserver/objectinfo.h:25:32: error: boost/shared_ptr.hpp: No
such file or directory
../../../tpserver/objectinfo.h:31: error: 'boost' has not been declared
../../../tpserver/objectinfo.h:31: error: expected initializer before
'<' token
../../../tpserver/objectrelationships.h:31: error: 'boost' has not
been declared
../../../tpserver/objectrelationships.h:31: error: expected
initializer before '<' token
../../../tpserver/objectparametergroup.h:33: error: 'boost' has not
been declared
../../../tpserver/objectparametergroup.h:33: error: expected
initializer before '<' token
../../../tpserver/object.h:75: error: expected ',' or '...' before '&'
token
../../../tpserver/object.h:75: error: ISO C++ forbids declaration of
'ObjectParameterGroupPtr' with no type
../../../tpserver/object.h:76: error: 'ObjectParameterGroupPtr' was
not declared in this scope
../../../tpserver/object.h:76: error: template argument 2 is invalid
../../../tpserver/object.h:76: error: template argument 4 is invalid
../../../tpserver/object.h:97: error: 'ObjectInfoPtr' does not name a
type
../../../tpserver/object.h:98: error: 'ObjectRelationshipsPtr' does
not name a type
../../../tpserver/object.h:99: error: 'ObjectParameterGroupPtr' was
not declared in this scope
../../../tpserver/object.h:99: error: template argument 2 is invalid
../../../tpserver/object.h:99: error: template argument 4 is invalid
../../../tpserver/objectparametergroupdesc.h:74: error:
'ObjectParameterGroupPtr' does not name a type
make[4]: *** [universe.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Your folks help has been really appreciated so far, and I'm almost
compiled! Hopefully I can get through this this week.
On 13-May-08, at 9:03 PM, Lee Begg wrote:
> Boost Signals is not actually used yet. You could removed the test
> for it in
> configure.ac and rerun autogen.sh
>
> If that helps, then I'll know where to look. Otherwise, I will need
> the
> config.log as nash mentioned.
>
> Later
> Lee
>
> On Wed, 14 May 2008, Ryan Neufeld wrote:
>> As anyone who reads my blog knows I have been having considerable
>> trouble
>> compiling tpserver-cpp. I've eliminated most of the problems I have
>> been
>> having and am now down to what I hope is the last problem. I've
>> installed
>> Boost through macports and am receiving the following error during
>> ./configure:
>> checking for boostlib >= 1.32.1... yes
>> checking whether the Boost::Signals library is available... yes
>> configure: error: Could not link against !
>>
>> I've been browsing the web and have found similar problems
>> involving other
>> boost libraries, and not restricted to OSX. Any clues or ideas? I
>> will be
>> attempting to build boost from source, and I will let you all know
>> if I
>> finally achieve success.
>>
>> Ryan (jphr)
> _______________________________________________
> 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