PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Apache 2.0.39 --enable-dav



sleepwalker
12.09.02, 09:53
hallo habe auf einen MacOSX 10.2 System + iCal + Apache (siehe Version oben) den Apache installieren wollen.

Mit ./configure --eanble-dav habe ich den webDAV support aktiviert, aber folgende Meldung kommt beim make:

[Manu:manuel/Desktop/httpd-2.0.39] manuel# make
Making all in srclib
Making all in apr
Making all in strings
make[4]: F�r das Target �local-all� gibt es nichts zu tun.
Making all in passwd
make[4]: F�r das Target �local-all� gibt es nichts zu tun.
Making all in tables
make[4]: F�r das Target �local-all� gibt es nichts zu tun.
Making all in file_io/unix
make[4]: F�r das Target �local-all� gibt es nichts zu tun.
Making all in network_io/unix
make[4]: F�r das Target �local-all� gibt es nichts zu tun.
Making all in threadproc/unix
make[4]: F�r das Target �local-all� gibt es nichts zu tun.
Making all in misc/unix
make[4]: F�r das Target �local-all� gibt es nichts zu tun.
Making all in locks/unix
/bin/sh /Users/manuel/Desktop/httpd-2.0.39/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I../../include -I../../include/arch -I../../include/arch/unix -c thread_rwlock.c && touch thread_rwlock.lo
In file included from thread_rwlock.c:55:
../../include/arch/unix/thread_rwlock.h:74: parse error before `pthread_rwlock_t'
../../include/arch/unix/thread_rwlock.h:74: warning: no semicolon at end of struct or union
thread_rwlock.c: In function `thread_rwlock_cleanup':
thread_rwlock.c:67: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:67: dereferencing pointer to incomplete type
thread_rwlock.c:68: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:68: dereferencing pointer to incomplete type
thread_rwlock.c: In function `apr_thread_rwlock_create':
thread_rwlock.c:84: sizeof applied to an incomplete type
thread_rwlock.c:84: sizeof applied to an incomplete type
thread_rwlock.c:90: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:90: dereferencing pointer to incomplete type
thread_rwlock.c:91: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:91: dereferencing pointer to incomplete type
thread_rwlock.c:91: `pthread_rwlock_t' undeclared (first use in this function)
thread_rwlock.c:91: (Each undeclared identifier is reported only once
thread_rwlock.c:91: for each function it appears in.)
thread_rwlock.c:91: parse error before `)'
thread_rwlock.c:94: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:94: dereferencing pointer to incomplete type
thread_rwlock.c:98: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:98: dereferencing pointer to incomplete type
thread_rwlock.c:106: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:106: dereferencing pointer to incomplete type
thread_rwlock.c: In function `apr_thread_rwlock_rdlock':
thread_rwlock.c:118: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:118: dereferencing pointer to incomplete type
thread_rwlock.c: In function `apr_thread_rwlock_tryrdlock':
thread_rwlock.c:131: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:131: dereferencing pointer to incomplete type
thread_rwlock.c: In function `apr_thread_rwlock_wrlock':
thread_rwlock.c:147: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:147: dereferencing pointer to incomplete type
thread_rwlock.c: In function `apr_thread_rwlock_trywrlock':
thread_rwlock.c:160: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:160: dereferencing pointer to incomplete type
thread_rwlock.c: In function `apr_thread_rwlock_unlock':
thread_rwlock.c:176: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:176: dereferencing pointer to incomplete type
thread_rwlock.c: In function `apr_thread_rwlock_destroy':
thread_rwlock.c:189: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:189: dereferencing pointer to incomplete type
thread_rwlock.c: In function `apr_thread_rwlock_pool_get':
thread_rwlock.c:234: invalid use of incomplete typedef `apr_thread_rwlock_t'
thread_rwlock.c:234: dereferencing pointer to incomplete type
make[4]: *** [thread_rwlock.lo] Fehler 1
make[3]: *** [all-recursive] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all-recursive] Fehler 1
make: *** [all-recursive] Fehler 1
[Manu:manuel/Desktop/httpd-2.0.39] manuel#


Wer weiß rat??ß

DANKE manu