Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 10643 invoked from network); 3 Oct 2006 18:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 18:50:26 -0000 Received: (qmail 4445 invoked by uid 500); 3 Oct 2006 18:50:26 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 4428 invoked by uid 500); 3 Oct 2006 18:50:26 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 4419 invoked by uid 99); 3 Oct 2006 18:50:26 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 11:50:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [199.105.164.5] ([199.105.164.5:48539] helo=smtpmail2.sensis.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 08/78-08153-DE0B2254 for ; Tue, 03 Oct 2006 11:50:23 -0700 Received: from dimstar2.ats.sensis.com ([172.21.1.6]) by smtpmail2.sensis.com with esmtp (Exim 4.50) id 1GUpLO-00086K-IE for activemq-dev@geronimo.apache.org; Tue, 03 Oct 2006 14:50:18 -0400 Received: from corpatsmail1.ats.sensis.com ([172.21.1.88] helo=corpatsmail1.corp.sensis.com) by dimstar2.ats.sensis.com with esmtp (Exim 4.50) id 1GUpIT-00071c-FE for activemq-dev@geronimo.apache.org; Tue, 03 Oct 2006 14:47:17 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [activemq-cpp] It now compiles under cygwin Date: Tue, 3 Oct 2006 14:47:17 -0400 Message-ID: <5A211522579EBD4A83155ED7FA153063013B62B2@corpatsmail1.corp.sensis.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [activemq-cpp] It now compiles under cygwin Thread-Index: AcbnGn/Z/Y3ropIUTFSc4JQU3oZWVAAAQPhg From: "Bish, Tim" To: X-Sensis-MailScanner-Information: Scanned at Sensis Corporation by MailScanner X-Sensis-MailScanner: Found to be clean X-Sensis-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-4.322, required 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60, TW_BM 0.08) X-Sensis-MailScanner-From: tim.bish@sensis.com X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > On 10/3/06, Bish, Tim wrote: > > There are some issues using the cygwin compiler, mainly that the tests > > won't pass as the sockets all break for strange reasons. Although Mingw > > isn't much better in this regard. It did also seem to have trouble >=20 > Yeah.. winsock sux. :) Yes it does. Although from devstudio builds, this works fine, its only using cygwins hacked up win32api stuff that breaks it. >=20 > > compiling under cygwin on various machines for reason that I could never > > explain (oh the joy of using Cygwin). I've got no problem using it so > > long as it works :) >=20 > I hope we get it at that stage soon! >=20 > > > > I tried running the autogen.sh in my cygwin bash shell and this is what > > I get > > > > /usr/share/aclocal/pstoedit.m4:7: warning: underquoted definition of > > AM_PATH_PSTOEDIT > > run info '(automake)Extending aclocal' > > or see > > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of > > AM_PATH_LIBMCRYPT >=20 > This is a warnning I used to get with cppunit too.. It can be safely > ignored but if you want to get rid of the warnning, send me what you > have in the /usr/share/aclocal/libmcrypt.m4 file at line 17 and I'll > send you back what you need to update it with. AC_DEFUN is line 17 dnl AM_PATH_LIBMCRYPT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl Test for libmcrypt, and define LIBMCRYPT_CFLAGS and LIBMCRYPT_LIBS dnl AC_DEFUN(AM_PATH_LIBMCRYPT, [dnl dnl Get the cflags and libraries from the libmcrypt-config script dnl >=20 > > aclocal:configure.ac:43: warning: macro `AM_PROG_LIBTOOL' not found in > > library >=20 > Run cygwin setup and install libtool Installed this, thought I had that already :) >=20 > > aclocal:configure.ac:57: warning: macro `AM_PATH_CPPUNIT' not found in > > library >=20 > Run cygwin setup and install cppunit. The version that cygwin wants to put on is 1.9.14 which we could not compile against previously, I had to download the latest an install it from source in order to get it working way back when. Is this the version you have installed? =20 >=20 > > configure.ac:52: error: possibly undefined macro: AM_PROG_LIBTOOL > > If this token and others are legitimate, please use > > m4_pattern_allow. > > See the Autoconf documentation. > > configure.ac:66: error: possibly undefined macro: AM_PATH_CPPUNIT > > autoreconf-2.5x: /usr/bin/autoconf-2.5x failed with exit status: 1 > > > > > > > > Hey activemq-cpp folks. > > > > > > activemq-cpp should now compile fine under cygwin. You may need to > > > install all the right versions of autoconf and automake. > > > > > > Tim.. any chance I could convince you to switch to cygwin instead? I > > > tried as hard as I could to use mingw under automake but I could not > > > find the right combination of packages needed to get everything happy. > > > > > > The automake systems seems to be working well across several different > > > systems now, it supports running the unit tests and generating the > > > docs so I think we should switch to it as soon as possible. (the > > > only system that I have not tested was Solaris) > > > > This may present some problems for people on older Solaris machines such > > as Solaris 8, as there aren't really any distributions on newer versions > > of the tools being maintained anymore. It looks like it might be okay > > on my Solaris 10 machine, but I'd have to install CPPUNIT first. > > > > We are using CPP_UNIT 1.11.6 btw. > > > > > > > > -- > > > Regards, > > > Hiram > > > > > > Blog: http://hiramchirino.com > > >=20 >=20 > -- > Regards, > Hiram >=20 > Blog: http://hiramchirino.com