Thanks. I figured it out now. Here are the steps in case someone needs it. I
am building it with only VC++ 2010 Express and Windows SDK 7.1 installed.
The steps are for building ActiveMQ-CPP 3.4.1:
1. Build APR and friends. This is another hassle. The issue is the latest
apr-util (1.4.6) doesn't b
On Thu, 2012-03-29 at 07:53 -0700, stephenju wrote:
> I am trying to build ActiveMQ-CPP with with VC++ 2010 Express and Windows SDK
> 7.1. VC++ Express has all the tools in normal VS sans the IDE. But I am not
> sure where to start. I've built APR and friends. How do I set up so they can
> be foun
I took a peek into Makefile.win and find it references vs2005-build directory
while the package contains vs2008-build. I will go ahead and rename the
directory and see if that works.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Building-ActiveMQ-CPP-with-VC-2010-Express-
I've had similar problems, and i found it was caused by an outdated tar
version, extracting some cpp files to *.cp instead of *.cpp, or *.h to *.
renaming the broken filenames fixed the problem for me.
Tim Bish wrote:
>
> Have you checked the src directory to see if that file was really
> ther
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:
Instal
Version 2.1.1 needs to be able to find the cppunit.m4 which should be
installed in /usr/share/aclocal or something close depending where you
told it to install. If that is there then I don't know what else could
be wrong.
Have you checked you versions of AutoConf Libtool and AutoMake against
Tim Bish wrote:
>
> Make sure you have CPPUNIT and it headers installed otherwise you see
> errors like this.
>
> regards
> tim
>
>
Hi Tim,
Thanks for your reply. I re-compiled and re-installed cppunit-1.12.0 on the
aforementioned machine. I then ran the cppunittestmain example program
w
Make sure you have CPPUNIT and it headers installed otherwise you see
errors like this.
regards
tim
bozimmerman wrote:
Hello,
I'm having a bit of a problem running the ./autogen.sh portion of the
activemq cpp build.
Unmatched [ in regex; marked by <-- HERE in
m/^AS_FLAGS$|^SHELL$|^PATH_SEPAR
That warning is normal for this library and can be ignored.
>
> Also I've noticed the following warnings are shown when I run autogen.sh:
>
> src/test/Makefile.am:104: `CXXFLAGS' is a user variable, you should not
> override it;
> src/test/Makefile.am:104: use `AM_CXXFLAGS' instead.
>
>
Hello,
Albert Strasheim said the following on 12.06.2007 15:25:
I've noticed there was warning message regarding AM_PATH_CPPUNIT macro
shown before error message. So I just commented out line containing
AM_PATH_CPPUNIT in configure.ac file. And it fixed the problem.
The macro might become av
Hello,
On Tue, 12 Jun 2007, Oleg Deribas wrote:
> It seems that I found workaround for this problem.
>
> >But when I'm run ./autogen.sh I see the following error:
>
> I've noticed there was warning message regarding AM_PATH_CPPUNIT macro
> shown before error message. So I just commented out li
Hello,
Oleg Deribas said the following on 12.06.2007 14:12:
It seems that I found workaround for this problem.
But when I'm run ./autogen.sh I see the following error:
I've noticed there was warning message regarding AM_PATH_CPPUNIT macro
shown before error message. So I just commented out
Hi
We tried building activemq-cpp latest source code on linux
Linux 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686 i386
GNU/Linux
Here is the error that we got for it
checking for Cppunit - version >= 1.10.2... 1.10.2
checking for pthread_create in -lpthread... no
confi
Here is what I did so far
when I ran the configure command it gave the following error
checking for pthread_create in -lpthread... no
configure: error: libpthread not found!
I queried for it using rpm -qa | grep libp
Here is the output
glibc-utils-2.3.2-95.37
glibc-devel-2.3.2-95.37
glibc-commo
Try installing the glibc-devel or libc6-dev package (depending on your
distribution).
Cheers,
Albert
- Original Message -
From: "Lalit Nagpal" <[EMAIL PROTECTED]>
To:
Sent: Thursday, February 15, 2007 3:45 PM
Subject: building activemq cpp latest repository code on linux
We tried
You need to install libpthread on this machine, or if its installed then
you need to ensure that its in the LD_LIBRARY_PATH etc. This is
something that you sys-admin should be able to help you with.
> -Original Message-
> From: Lalit Nagpal [mailto:[EMAIL PROTECTED]
> Sent: Thursday, Fe
16 matches
Mail list logo