Have you checked the src directory to see if that file was really
there? Solaris has any number of problems including their tar not
always extracting things tar'd by gnu tar.
Regards
Tim.
bozimmerman wrote:
>From the solaris 10 x86 machine I was handed, the following steps were taken:
Installed M4-1.4 (1.4.1 was a total waste of time :/ )
Installed LibTool 1.5.24
Installed cppunit 1.12.0
Installed Autoconf 2.61
Installed Automake 1.10
-- all the above brings the it to ActiveMQ 2.1.1 tool specs
For those interested, the following extra steps were required:
LD_LIBRARY_PATH=/lib:/usr/local/lib
PATH=$PATH:/usr/ccs/bin
Doing the above allowed autogen.sh to run GOOD.
Configure did it's thing and didn't fall short.
Make, however, pukes with the following:
g++ -DHAVE_CONFIG_H -I. -I../.. -ansi -pedantic -W -Wall -fPIC
-fstrict-aliasing -Wstrict-aliasing=2 -Wno-long-long -g -O2 -MT
activemq/connector/openwire/commands/libactivemq_cpp_la-XATransactionId.lo
-MD -MP -MF
activemq/connector/openwire/commands/.deps/libactivemq_cpp_la-XATransactionId.Tpo
-c activemq/connector/openwire/commands/XATransactionId.cpp -o
activemq/connector/openwire/commands/libactivemq_cpp_la-XATransactionId.o
/dev/null 2>&1
mv -f
activemq/connector/openwire/commands/.deps/libactivemq_cpp_la-XATransactionId.Tpo
activemq/connector/openwire/commands/.deps/libactivemq_cpp_la-XATransactionId.Plo
make[2]: *** No rule to make target
`activemq/connector/openwire/marshal/v1/ActiveMQBytesMessageMarshaller.cpp',
needed by
`activemq/connector/openwire/marshal/v1/libactivemq_cpp_la-ActiveMQBytesMessageMarshaller.lo'.
Stop.
make[2]: Leaving directory
`/export/home/bzimmerman/activemq-cpp-2.1.2-src/src/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/bzimmerman/activemq-cpp-2.1.2-src'
Any advice is appreciated...