Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 27663 invoked from network); 2 Jul 2004 15:17:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Jul 2004 15:17:35 -0000 Received: (qmail 64658 invoked by uid 500); 2 Jul 2004 15:17:24 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 64412 invoked by uid 500); 2 Jul 2004 15:17:22 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 64348 invoked by uid 99); 2 Jul 2004 15:17:21 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_BY_IP,SB_NEW_BULK,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Message-ID: <1f1d98204070208177075f4cb@mail.gmail.com> Date: Fri, 2 Jul 2004 11:17:06 -0400 From: Ryan Bloom To: Ed Holyat , dev@apr.apache.org Subject: Re: testall.c is in the attic? In-Reply-To: <92322E4B3209D511A19100508B55847802EC0E51@exchange.olf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <92322E4B3209D511A19100508B55847802EC0E51@exchange.olf.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I don't build using the dsw on Windows, so I don't know. I always use Makefile.win. = =20 So, I just type: = =20 nmake /f Makefile.win and it works. We should collapse the build system to have just a single way to build the tests on Windows. Ryan On Fri, 2 Jul 2004 11:14:06 -0400 , Ed Holyat wrote: >=20 > How Do I build it on Windows? >=20 >=20 > -----Original Message----- > From: Ryan Bloom [mailto:rbloom@gmail.com] > Sent: Friday, July 02, 2004 11:10 AM > To: dev@apr.apache.org > Subject: Re: testall.c is in the attic? >=20 > testall.c was replaced when the testsuite moved to abts. ABTS does the > same thing as testall, only much cleaner. >=20 > Ryan >=20 > On Fri, 2 Jul 2004, Ed Holyat wrote: >=20 > > I am trying to build testall.dsw on Windows XP. testall.dsw fails to bu= il=3D > d > > because testall.obj isn't available. > > > > Is the test suite available in the HEAD of the branch or APR_1_0_RC2? > > testall.c is in the Attic. > > > > > > --------------------Configuration: testall - Win32 Debug---------------= --=3D > --- > > Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 > > Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" globalmutexchild.c > > globalmutexchild.c > > link /nologo globalmutexchild.obj ..\LibD\apr-1.lib kernel32.lib > > advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" sendfile.c > > sendfile.c > > link /nologo sendfile.obj ..\LibD\apr-1.lib kernel32.lib advapi32.lib > > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" proc_child.c > > proc_child.c > > link /nologo /debug /subsystem:console /machine:I386 proc_child.obj > > ..\LibD\apr-1.lib kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole3= 2.=3D > lib > > shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" tryread.c > > tryread.c > > link /nologo tryread.obj ..\LibD\apr-1.lib kernel32.lib advapi32.lib > > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" occhild.c > > occhild.c > > link /nologo occhild.obj ..\LibD\apr-1.lib kernel32.lib advapi32.lib > > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" sockchild.c > > sockchild.c > > link /nologo sockchild.obj ..\LibD\apr-1.lib kernel32.lib advapi32.lib > > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" testlockperf.c > > testlockperf.c > > link /nologo testlockperf.obj ..\LibD\apr-1.lib kernel32.lib advapi32.= li=3D > b > > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" testshmproducer.c > > testshmproducer.c > > link /nologo testshmproducer.obj ..\LibD\apr-1.lib kernel32.lib > > advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" testshmconsumer.c > > testshmconsumer.c > > link /nologo testshmconsumer.obj ..\LibD\apr-1.lib kernel32.lib > > advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS > > /DAPR_DECLARE_STATIC /I "../include" testmutexscope.c > > testmutexscope.c > > link /nologo testmutexscope.obj ..\LibD\apr-1.lib kernel32.lib advapi3= 2.=3D > lib > > ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib > > NMAKE : fatal error U1073: don't know how to make 'testall.obj' > > Stop. > > Error executing NMAKE. > > > > testall.exe - 1 error(s), 0 warning(s) > > > > > > =3DA9 2004 OpenLink Financial > > > > Copyright in this message and any attachments remains with us. It is > > confidential and may be legally privileged. If this message is not > > intended for you it must not be read, copied or used by you or > > disclosed to anyone else. Please advise the sender immediately if > > you have received this message in error. > > > > Although this message and any attachments are believed to be free of > > any virus or other defect that might affect any computer system into > > which it is received and opened, it is the responsibility of the > > recipient to ensure that it is virus free and no responsibility > > is accepted by Open Link Financial, Inc. for any loss or damage in any > > way arising from its use. > > > > > > >=20 >=20 > =A9 2004 OpenLink Financial >=20 >=20 >=20 > Copyright in this message and any attachments remains with us. It is > confidential and may be legally privileged. If this message is not > intended for you it must not be read, copied or used by you or > disclosed to anyone else. Please advise the sender immediately if > you have received this message in error. >=20 > Although this message and any attachments are believed to be free of > any virus or other defect that might affect any computer system into > which it is received and opened, it is the responsibility of the > recipient to ensure that it is virus free and no responsibility > is accepted by Open Link Financial, Inc. for any loss or damage in any > way arising from its use. >=20 >