On Tue, Jun 24, 2008 at 3:56 PM, Steve Comstock <[EMAIL PROTECTED]> wrote:
> Making all in srclib > Making all in apr > .. > WARNING CCN3068 ./dso/unix/dso.c:139 Operation between types "void*" and > "int" is not allowed. > WARNING CCN3068 ./dso/unix/dso.c:153 Operation between types "const char*" > and "int" is not allowed. > WARNING CCN3196 ./dso/unix/dso.c:227 Initialization between types "void*" > and "int" is not allowed. > WARNING CCN3068 ./dso/unix/dso.c:231 Operation between types "const char*" > and "int" is not allowed. > FSUM3065 The COMPILE step ended with return code 4. > . > . > . > ar: FSUM6180 file "passwd/apr_getpass.o": EDC5129I No such file or > directory. > ar: FSUM6180 file "strings/apr_cpystrn.o": EDC5129I No such file or > directory. > ar: FSUM6180 file "strings/apr_fnmatch.o": EDC5129I No such file or > directory. I don't see any problems like this building the httpd-2.2.9 tarball on Linux with no separate apr[-util] downloads so I have to believe the apr[-util] that httpd-2.2.9 comes with is compatible. Where did you get your build tools, especially libtool? and what do you see if you do ls srclib/apr/passwd/ i.e., was there a problem compiling apr_getpass.c ? Greg
