Received: (qmail 11317 invoked by uid 501); 30 Mar 2001 21:04:58 -0000 Message-Id: <20010330210458.11315.qmail@apache.org> Date: 30 Mar 2001 21:04:58 -0000 From: dustin cavanaugh Reply-To: dcavanaugh@ucsd.edu To: submit@bugz.apache.org Subject: compile error X-Send-Pr-Version: 3.110 >Number: 7489 >Category: build >Synopsis: compile error >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Mar 30 13:10:00 PST 2001 >Closed-Date: Sat Mar 31 04:25:59 PST 2001 >Last-Modified: Sat Mar 31 04:25:59 PST 2001 >Originator: dcavanaugh@ucsd.edu >Release: 2.0.15a >Organization: >Environment: Win2k, 2.0.15a, VC97, perl, v5.6.0 built for MSWin32-x86-multi-thread. >Description: Files decompressed on 2k using "PowerArchiver 2000". cvstodsp5.pl then run followed by nmake /f Makefile.win _apacher ... cl.exe /nologo /MD /W3 /O2 /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch /unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fo".\LibR\\" /Fd".\LibR\apr" /FD /c .\file_io \win32\filestat.c filestat.c .\file_io\win32\filestat.c(134) : error C2065: 'TRUSTEE_IS_WELL_KNOWN_GROUP' : undeclared identifier NMAKE : fatal error U1077: 'cl.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: '"c:\program files\devstudio\vc\bin\NMAKE.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"c:\program files\devstudio\vc\bin\NMAKE.EXE"' : return code '0x2' Stop. >How-To-Repeat: Use example O/S, with Power Archiver (http://ipsoft.cjb.net/), perl v5.6.0 (http://www.perl.com) >Fix: no. >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: trawick State-Changed-When: Sat Mar 31 04:25:59 PST 2001 State-Changed-Why: This problem will be resolved with the next release. The APR change below was just committed so that TRUSTEE_IS_WELL_KNOWN_GROUP is defined when an old SDK or compiler include files is used. Index: include/arch/win32/fileio.h =================================================================== RCS file: /home/cvspublic/apr/include/arch/win32/fileio.h,v retrieving revision 1.49 diff -u -r1.49 fileio.h --- include/arch/win32/fileio.h 2001/02/25 20:39:33 1.49 +++ include/arch/win32/fileio.h 2001/03/31 12:05:30 @@ -128,6 +128,9 @@ #ifndef FILE_FLAG_OPEN_REPARSE_POINT #define FILE_FLAG_OPEN_REPARSE_POINT 0x00200000 #endif +#ifndef TRUSTEE_IS_WELL_KNOWN_GROUP +#define TRUSTEE_IS_WELL_KNOWN_GROUP 5 +#endif /* Information bits available from the WIN32 FindFirstFile function */ #define APR_FINFO_WIN32_DIR (APR_FINFO_NAME | APR_FINFO_TYPE \ >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]