[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs commit: httpd-2.0/os/win32 ap_regkey.c

From: <cmpilato_at_collab.net>
Date: 2002-06-24 08:38:53 CEST

wrowe@apache.org writes:

> wrowe 2002/06/23 21:50:41
>
> Added: include ap_regkey.h
> os/win32 ap_regkey.c
> Log:
> Introduce win32 registry handling through a very apr-ish interface.
> Deals with apr utf-8 encoding of filesystem values, so we preserve
> strings in any locality or nationalized flavor of WinNT, and avoid
> the gunk for Win9x.
>
> Revision Changes Path
> 1.1 httpd-2.0/include/ap_regkey.h

Quick question here. I just updated to HEAD of httpd-2.0, and
attempted to build (under Linux), only to find that exports.c is
making references to these new functions.

   server/.libs/libmain.al(exports.lo)(.data+0x14):/home/cmpilato/projects/httpd-2.0/server/exports.c: undefined reference to `ap_regkey_const'
   server/.libs/libmain.al(exports.lo)(.data+0x18):/home/cmpilato/projects/httpd-2.0/server/exports.c: undefined reference to `ap_regkey_open'
   server/.libs/libmain.al(exports.lo)(.data+0x1c):/home/cmpilato/projects/httpd-2.0/server/exports.c: undefined reference to `ap_regkey_close'
   server/.libs/libmain.al(exports.lo)(.data+0x20):/home/cmpilato/projects/httpd-2.0/server/exports.c: undefined reference to `ap_regkey_remove'
   server/.libs/libmain.al(exports.lo)(.data+0x24):/home/cmpilato/projects/httpd-2.0/server/exports.c: undefined reference to `ap_regkey_value_get'
   collect2: ld returned 1 exit status

Are they only implemented for Win32, and if so, what magic must I work
to keep make_exports.awk from noticing ap_regkey.h (which is what I
*think* is going on ... not claiming to fully understand the Apache
build process here)?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 24 08:40:48 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.