Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 40519 invoked by uid 500); 14 Mar 2002 23:39:52 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 40500 invoked from network); 14 Mar 2002 23:39:52 -0000 Message-ID: <3C9134C9.1000006@apache.org> Date: Thu, 14 Mar 2002 15:39:53 -0800 From: Ian Holsman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9+) Gecko/20020311 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jobarr , dev@httpd.apache.org Subject: Re: MS VS .NET errors with current CVS References: <000a01c1cbab$06aa8850$0200a8c0@jobarr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Jobarr wrote: > I don't know if these are just errors from Visual Studio .NET or if they are > because it's CVS source. Either way, just figured you guys might want to > know hi. The Apache group only uses v6 of MSVC. the simple fix for you is to add the new file nt_eventlog.c into the ilbhttpd project under the mpm_winnt folder Thanks Ian > -Jobarr > > > Creating library .\Release/libhttpd.lib and object .\Release/libhttpd.exp > service.obj : error LNK2019: unresolved external symbol > _mpm_nt_eventlog_stderr_flush referenced in function _service_stopped > service.obj : error LNK2019: unresolved external symbol > _mpm_nt_eventlog_stderr_open referenced in function _mpm_service_to_start > .\Release/libhttpd.dll : fatal error LNK1120: 2 unresolved externals > Build log was saved at "file://d:\source\httpd-2.0\Release\BuildLog.htm" > libhttpd - 3 error(s), 3 warning(s) > > ... > > copy Release\libhttpd.dll "\Apache2\bin" <.y > The system cannot find the file specified. > NMAKE : fatal error U1077: 'copy' : return code '0x1' > Stop. > Project : error PRJ0019: A tool returned an error code: "Performing Makefile > project actions" > Build log was saved at "file://d:\source\httpd-2.0\Release\BuildLog.htm" > InstallBin - 2 error(s), 0 warning(s) >