You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jeff Trawick <tr...@bellsouth.net> on 2001/05/13 14:32:14 UTC

any reason not to build the APR memory code?

Apache isn't building on Unix any more because exports.c references
the apr_sms_ stuff.

Is there a reason why we aren't building the sms stuff yet?

This works for me...  I wonder what will happen on BeOS and OS/2...

Index: configure.in
===================================================================
RCS file: /home/cvspublic/apr/configure.in,v
retrieving revision 1.305
diff -u -r1.305 configure.in
--- configure.in        2001/05/13 11:13:14     1.305
+++ configure.in        2001/05/13 12:32:01
@@ -67,7 +67,7 @@
 DEFAULT_OSDIR="unix"
 echo "(Default will be ${DEFAULT_OSDIR})"
 
-apr_modules="file_io network_io threadproc misc locks time mmap shmem i18n user"
+apr_modules="file_io network_io threadproc misc locks time mmap shmem i18n user memory"
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET 

-- 
Jeff Trawick | trawickj@bellsouth.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...


Re: any reason not to build the APR memory code?

Posted by David Reid <dr...@jetnet.co.uk>.
I was waiting for people to tell me it built OK before adding it, but if it
builds OK then commit the change.  Also we should add testmem to the list of
objects built by default in the test directory.  Commit away!

I keep forgetting about the exports stuff :(

It builds OK on BeOS and should be OK on OS/2 and windows as well. If not
we'll fix it quicker with build errors than we would otherwise :)

Thanks for catching this Jeff.  I've been up for a long time now (20 out of
last 24 hours) and am just starting to think bed might be the way to go :)

david
----- Original Message -----
From: "Jeff Trawick" <tr...@bellsouth.net>
To: <de...@apr.apache.org>
Sent: Sunday, May 13, 2001 1:32 PM
Subject: any reason not to build the APR memory code?


> Apache isn't building on Unix any more because exports.c references
> the apr_sms_ stuff.
>
> Is there a reason why we aren't building the sms stuff yet?
>
> This works for me...  I wonder what will happen on BeOS and OS/2...
>
> Index: configure.in
> ===================================================================
> RCS file: /home/cvspublic/apr/configure.in,v
> retrieving revision 1.305
> diff -u -r1.305 configure.in
> --- configure.in        2001/05/13 11:13:14     1.305
> +++ configure.in        2001/05/13 12:32:01
> @@ -67,7 +67,7 @@
>  DEFAULT_OSDIR="unix"
>  echo "(Default will be ${DEFAULT_OSDIR})"
>
> -apr_modules="file_io network_io threadproc misc locks time mmap shmem
i18n user"
> +apr_modules="file_io network_io threadproc misc locks time mmap shmem
i18n user memory"
>
>  dnl Checks for programs.
>  AC_PROG_MAKE_SET
>
> --
> Jeff Trawick | trawickj@bellsouth.net | PGP public key at web site:
>        http://www.geocities.com/SiliconValley/Park/9289/
>              Born in Roswell... married an alien...
>
>