apr_gethostname()

2001-03-16 Thread Doug MacEachern
i just noticed that this function takes an apr_pool_t* argument, but none of the implementations (unix, win32 , os2) use it for anything. any reason not to remove this unused arg?

Re: apr_gethostname()

2001-03-16 Thread rbb
On Thu, 15 Mar 2001, Doug MacEachern wrote: i just noticed that this function takes an apr_pool_t* argument, but none of the implementations (unix, win32 , os2) use it for anything. any reason not to remove this unused arg? Yes. All APR functions must have acess to a pool. Imagine a

Re: Problem Build Latest Win32 CVS Release

2001-03-16 Thread Ian Holsman
It compiles OK. I've got 2 other issues the build at the moment Creating library Debug/libhttpd.lib and object Debug/libhttpd.exp mod_access.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] mod_access.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] and the

Re: apr_gethostname()

2001-03-16 Thread Doug MacEachern
On Thu, 15 Mar 2001 [EMAIL PROTECTED] wrote: Yes. All APR functions must have acess to a pool. Imagine a platform that requires we allocate memory for gethostname before we call the system call. If we don't pass the pool, we can't allocate the memory. We are trying to be future proof,

Re: Problem Build Latest Win32 CVS Release

2001-03-16 Thread Jeff Trawick
Ian Holsman [EMAIL PROTECTED] writes: It compiles OK. I've got 2 other issues the build at the moment Creating library Debug/libhttpd.lib and object Debug/libhttpd.exp mod_access.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] mod_access.obj : error LNK2001:

Re: Problem Build Latest Win32 CVS Release

2001-03-16 Thread William A. Rowe, Jr.
Many comments on several posts Creating library Debug/libhttpd.lib and object Debug/libhttpd.exp mod_access.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] mod_access.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] oops... the darn .def file...

Re: Problem Build Latest Win32 CVS Release

2001-03-16 Thread Jeff Trawick
William A. Rowe, Jr. [EMAIL PROTECTED] writes: Many comments on several posts Creating library Debug/libhttpd.lib and object Debug/libhttpd.exp mod_access.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] mod_access.obj : error LNK2001: unresolved external symbol

Re: Problem Build Latest Win32 CVS Release

2001-03-16 Thread William A. Rowe, Jr.
From: Jeff Trawick [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 9:42 PM No def files... please properly APR_DECLARE(rettype) apr_fn(args) always and this doesn't become a problem again, ever. hmmm... it was done properly to start with... I don't know why Ian was getting this error

Re: httpd-2.0/apr/apr-util Code Freeze

2001-03-16 Thread Luke Kenneth Casson Leighton
greg et al, just to let you know. i just had to set up, here, a second partial tag, this time quite a significant rewrite of my database modules and the way they're being used in the project i'm doing. i tagged just the db.py, monitord.py and sql2000xmldb.py files. i then found whoops, a bug

Re: builconf APR and httpd2.0

2001-03-16 Thread jean-frederic clere
Means today... I have retested it. It was not 100% OK, the shlibtool is not created, I have probably missed a cp. Find enclosed new patch :=( Cheers Jean-frederic [EMAIL PROTECTED] wrote: I'll try to get this applied and committed today. If I don't get to it until tomorrow, don't worry,

Re: Problem Build Latest Win32 CVS Release

2001-03-16 Thread Ian Holsman
Ok. I deleted the entire directory, and re-checked out everything. in project aprutil. apr_xml.c c:\src\apache\httpd-2.0\srclib\apr-util\xml\apr_xml.c(69) : fatal error C1083: Cannot open include file: 'expat.h': No such file or directory FIX: change ../expat-lite to xml/expat/lib in the include