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

Problem Compiling on OS X Panther

From: Derek J. Balling <dredd_at_megacity.org>
Date: 2003-11-09 13:30:34 CET

./configure runs just fine, but when I go to build, I get:

make[3]: Nothing to be done for `local-all'.
Making all in poll/unix
/bin/sh /Users/dredd/subversion-0.32.1/apr/libtool --silent
--mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I../../include
-I../../include/arch/unix -I../../include/arch/unix -c poll.c && touch
poll.lo
poll.c: In function `apr_poll':
poll.c:126: storage size of `pollset' isn't known
poll.c: In function `apr_pollset_create':
poll.c:353: sizeof applied to an incomplete type
poll.c: In function `apr_pollset_add':
poll.c:392: invalid use of undefined type `struct pollfd'
poll.c:392: dereferencing pointer to incomplete type
poll.c:395: invalid use of undefined type `struct pollfd'
poll.c:395: dereferencing pointer to incomplete type
poll.c:398: invalid use of undefined type `struct pollfd'
poll.c:398: dereferencing pointer to incomplete type
poll.c: In function `apr_pollset_remove':
poll.c:468: invalid use of undefined type `struct pollfd'
poll.c:468: dereferencing pointer to incomplete type
poll.c:468: invalid use of undefined type `struct pollfd'
poll.c:468: dereferencing pointer to incomplete type
poll.c: In function `apr_pollset_poll':
poll.c:540: invalid use of undefined type `struct pollfd'
poll.c:540: dereferencing pointer to incomplete type
poll.c:543: invalid use of undefined type `struct pollfd'
poll.c:543: dereferencing pointer to incomplete type
make[3]: *** [poll.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [external-all] Error 1
Drakh:~/subversion-0.32.1 dredd$

Any thoughts on what I need to do differently? or what changes I need
to make to get this to compile?

Cheers,
D

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 9 13:31:11 2003

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.