I don't know of any reason why you would be getting this error. Have you ensured that you have all the prerequisite libraries and tools installed that called out in the Readme.txt?
Do the autogen.sh and configure scripts run without errors or warnings? Regards Tim. On Wed, 2008-09-17 at 01:57 -0700, gali_ka wrote: > I checked the file. It does exist. > What else could it be? > Do I have to build the active-mq in a special directory, like /usr ? Do I > need something special for my PATH? > > > Timothy Bish wrote: > > > > Generally this occurs because the files did not get extracted from the > > tar file. First thing to do is check to make sure they actually exist > > in the directory 'src/main/activemq/connector/openwire/commands/'. > > > > Regards > > Tim. > > > > On Tue, 2008-09-16 at 11:50 -0700, gali_ka wrote: > >> I am unable to build active-mq cpp on linux. > >> 1. I installed cpp-unit > >> 2. autogen.sh failed complaining about AM_PATH_CPPUNIT. I created > >> symlinks > >> for *.m4 files in my aclocal dir > >> 3. i ran configure > >> 4. ran make > >> make failed with > >> g++ -DHAVE_CONFIG_H -I. -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-MessageDispatch.lo > >> -MD -MP -MF > >> activemq/connector/openwire/commands/.deps/libactivemq_cpp_la-MessageDispatch.Tpo > >> -c activemq/connector/openwire/commands/MessageDispatch.cpp -o > >> activemq/connector/openwire/commands/libactivemq_cpp_la-MessageDispatch.o > >> >/dev/null 2>&1 > >> make[2]: *** No rule to make target > >> `activemq/connector/openwire/commands/MessageDispatchNotification.cpp', > >> needed by > >> `activemq/connector/openwire/commands/libactivemq_cpp_la-MessageDispatchNotification.lo'. > >> > >> Stop. > >> make[2]: Leaving directory `/active-mq/activemq-cpp-2.1.3-src/src/main' > >> make[1]: *** [all-recursive] Error 1 > >> > >> I am building 2.1.3 on linux using gcc version 3.4.6 20060404 (Red Hat > >> 3.4.6-3) > >> > >> Please help > > > > > > >
