Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-24 Thread David Rothenberger
On 10/23/2007 9:13 PM, Yaakov (Cygwin Ports) wrote: What version of cygport is everyone running here? Ross and I are both running the same version, 0.2.10-1. -- David Rothenberger [EMAIL PROTECTED] Unnamed Law: If it happens, it must be possible.

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-24 Thread Ross Smith II
David Rothenberger wrote On 10/24/2007 7:20 AM -0800: On 10/23/2007 9:13 PM, Yaakov (Cygwin Ports) wrote: What version of cygport is everyone running here? Ross and I are both running the same version, 0.2.10-1. It appears the problems I was having are system related, even though I had

RE: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-23 Thread Dave Korn
On 23 October 2007 06:40, Ross Smith II wrote: David Rothenberger wrote On 10/21/2007 9:12 AM -0800: Perhaps a cygcheck output? David, cygcheck -s output attached. autoreconf-2.61: running: automake --add-missing --copy --force-missing automake-1.9: autoconf failed with exit status: 1

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-23 Thread Brian Dessent
Dave Korn wrote: Cygwin uses 'alternatives' to manage automake: /artimi/software/firmware $ /usr/sbin/update-alternatives --config automake There are 8 programs which provide 'automake'. SelectionCommand --- 1

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-23 Thread David Rothenberger
On 10/23/2007 2:28 AM, Brian Dessent wrote: I'm not sure why in Ross' case it's still trying to call automake-1.9 whereas in David's case it's not, but Ross also mentioned that he'd edited the cygport file to remove the autoreconf line which is definitely wrong -- running autoreconf is what

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-23 Thread Ross Smith II
Brian Dessent wrote On 10/23/2007 2:28 AM -0800: Dave Korn wrote: The am-wrapper script is the one that tries to deduce and reuse the original version used to first build the file, IIUIC. I'm pretty sure that's not what's going on here; you'd see the same thing without alternatives or

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-23 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian Dessent wrote: However, when you re-run autoreconf --force --verbose --install it is supposed to regenerate everything using the latest version, which means this embedded automake-1.9 reference should . I'm not sure why in Ross' case it's

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-21 Thread Ross Smith II
David, Thanks for the assistance. Unfortunately, I followed your suggestions, using a fresh Cygwin install, and still get the same error: [EMAIL PROTECTED] /usr/src/cppunit $ cygport cppunit-1.12.0-1.cygport compile Compiling cppunit-1.12.0-1 autoreconf-2.61: Entering directory `.'

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-21 Thread David Rothenberger
On 10/20/2007 11:48 PM, Ross Smith II wrote: Thanks for the assistance. Unfortunately, I followed your suggestions, using a fresh Cygwin install, and still get the same error: Perhaps a cygcheck output? autoreconf-2.61: running: automake --add-missing --copy --force-missing automake-1.9:

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-10-20 Thread Ross Smith II
Corinna, While cppunit 1.12.0 compiles just fine via ./configure make, I've spent many, many hours trying to get cygport to work, without success. Using http://smithii.com/files/cygwin/cppunit/cppunit-1.10.2-1.cygport http://smithii.com/files/cygwin/cppunit/cppunit-1.10.2-1.cygwin.patch

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-20 Thread Ross Smith II
Sorry, the URL's should read: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygwin.patch http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.src.patch but the 1.10.2 files fail as well. -Ross Ross Smith II wrote

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-20 Thread David Rothenberger
On 10/19/2007 11:13 PM, Ross Smith II wrote: Sorry, the URL's should read: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygwin.patch http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.src.patch but the

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-20 Thread David Rothenberger
On 10/19/2007 11:13 PM, Ross Smith II wrote: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport You should change your SRC_URI to: SRC_URI=mirror://sourceforge/cppunit/${P}.tar.gz The mirror: lets cygport pick a sourceforce mirror. I also removed the *.src.patch and

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Reini Urban
-rwxr-xr-x Administrator/None 617984 2007-08-13 22:09 usr/bin/DllPlugInTester.exe -rwxr-xr-x Administrator/None 551936 2007-08-13 22:09 usr/bin/simple.exe Shouldn't they better go into /usr/lib/cppunit/bin/ rather than /usr/bin? -- Reini Urban http://phpwiki.org/ http://murbreak.at/

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Corinna Vinschen
On Aug 17 07:59, Dr. Volker Zell wrote: Ross Smith, writes: Dr. Volker Zell wrote On 8/16/2007 12:10 AM -0800: The following two files are in the old cppunit package: /usr/bin/cygcppunit-1-9-14.dll /usr/lib/libcppunit.dll.a Volker, I see that, but

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Ross Smith II
Dr. Volker Zell wrote On 8/16/2007 10:59 PM -0800: Ross Smith, writes: ... /usr/bin/cygcppunit-1-10-2.dll /usr/lib/libcppunit.dll.a ... tar -tvjf on both cppunit-1.10.2-1.tar.bz2 I downloaded from your site and the one I get from building from source gives: Volker, My sincere

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Dr. Volker Zell
Ross Smith, writes: Dr. Volker Zell wrote On 8/16/2007 10:59 PM -0800: Ross Smith, writes: ... /usr/bin/cygcppunit-1-10-2.dll /usr/lib/libcppunit.dll.a ... tar -tvjf on both cppunit-1.10.2-1.tar.bz2 I downloaded from your site and the one I get from

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Ross Smith II
Dr. Volker Zell wrote On 8/17/2007 5:20 AM -0800: Did you see http://cygwin.com/ml/cygwin-apps/2007-08/msg00119.html Volker, Yes, I did. I had assumed that 1.12.0 was unstable, as the project's home page http://cppunit.sourceforge.net/cppunit-wiki made no mention of it. Researching further,

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-16 Thread Dr. Volker Zell
Ross Smith, writes: Volker, I'm not sure what you mean by shared lib. I compared the contents of the old cppunit-1.9.14-1.tar.bz2, and new new cppunit-1.10.2-1.tar.bz2. The only difference I can see is that the file /usr/lib/libcppunit.a is 10,617,308 bytes in 1.9.14,

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-16 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dr. Volker Zell wrote: Ross Smith, writes: I would like to adopt cppunit (orphaned at 1.9.14) It would be nice if you could apply the following patch to cppunit.m4 1.12.0 builds OOTB nor does it need this patch. Maybe the OP should

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-16 Thread Ross Smith II
Dr. Volker Zell wrote On 8/16/2007 12:10 AM -0800: Ross Smith, writes: Volker, I'm not sure what you mean by shared lib. I compared the contents of the old cppunit-1.9.14-1.tar.bz2, and new new cppunit-1.10.2-1.tar.bz2. The only difference I can see is that the file

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-16 Thread Dr. Volker Zell
Ross Smith, writes: Dr. Volker Zell wrote On 8/16/2007 12:10 AM -0800: Ross Smith, writes: Volker, I'm not sure what you mean by shared lib. I compared the contents of the old cppunit-1.9.14-1.tar.bz2, and new new cppunit-1.10.2-1.tar.bz2. The only

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-15 Thread Dr. Volker Zell
Ross Smith, writes: I would like to adopt cppunit (orphaned at 1.9.14) Thanks, Builds fine from source and packaging looks good. Your package is missing the shared library. The old cppunit did include a shared lib. I have doxygen installed and in my case I also get the html

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-15 Thread Dr. Volker Zell
Ross Smith, writes: I would like to adopt cppunit (orphaned at 1.9.14) It would be nice if you could apply the following patch to cppunit.m4 --- cut here --- --- cppunit.m4.orig 2004-06-27 03:30:16.00100 +0200 +++ cppunit.m4 2007-08-15

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-15 Thread Ross Smith II
Dr. Volker Zell wrote On 8/15/2007 8:53 AM -0800: Ross Smith, writes: I would like to adopt cppunit (orphaned at 1.9.14) Thanks, Builds fine from source and packaging looks good. Your package is missing the shared library. The old cppunit did include a shared lib. Volker, I'm

[ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-13 Thread Ross Smith II
I would like to adopt cppunit (orphaned at 1.9.14) Thanks, -Ross wget \ http://smithii.com/files/cygwin/cppunit/cppunit-1.10.2-1.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/cppunit-1.10.2-1-src.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/setup.hint