Re: unable to build active-mq cpp 2.1.3 on linux

2008-09-18 Thread Timothy Bish
No, there should be no issues, the zip file is just provided for those on Windows who don't have the ability to extract a tar.gz file. Regards Tim. On Thu, 2008-09-18 at 00:05 -0700, gali_ka wrote: > Actually I found the reason. > When I checked that the file exists, I didn't notice that the file

Re: unable to build active-mq cpp 2.1.3 on linux

2008-09-18 Thread gali_ka
Actually I found the reason. When I checked that the file exists, I didn't notice that the file had a *.cp ending instead of *.cpp and some files had *. instead of *.h I found about 20 -30 files like this. I am working on Red Hat Linux and in FAQ it says that Solaris could have problems with tar,

Re: unable to build active-mq cpp 2.1.3 on linux

2008-09-17 Thread Timothy Bish
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 -

Re: unable to build active-mq cpp 2.1.3 on linux

2008-09-17 Thread gali_ka
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 i

Re: unable to build active-mq cpp 2.1.3 on linux

2008-09-16 Thread Timothy Bish
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