You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by solo turn <so...@yahoo.com> on 2004/01/16 18:30:58 UTC

r8340 gives a compile error on solaris

did a autogen, configure, make clean and make, and there is no "subversion/libsvn_subr/getdate.y"
in working copy.

"subversion/libsvn_subr/config_win.c", line 342: warning: empty translation unit
/bin/bash /usr/local/src/svn/libtool --silent --mode=compile cc -DSOLARIS2=8
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT  -g  -g  -DNEON_ZLIB -DNEON_SSL  -I./subversion/include
-I. -I/usr/local/neon-0.24.4/include/neon -I/usr/local/include   -I/usr/local/include
-I/usr/local/db42/include  -o subversion/libsvn_subr/path.lo -c subversion/libsvn_subr/path.c
"subversion/libsvn_subr/getdate.y", line 879: warning: dubious tag declaration: struct
getdate_time
"subversion/libsvn_subr/getdate.y", line 880: identifier redeclared: svn_parse_date
        current : function(pointer to char, pointer to struct getdate_time {}) returning long
        previous: function(pointer to int, pointer to long long, pointer to const char, long long,
pointer to struct apr_pool_t {}) returning pointer to struct svn_error_t {int apr_err, pointer to
const char message, pointer to struct svn_error_t {..} child, pointer to struct apr_pool_t {..}
pool, pointer to const char file, long line} : "./subversion/include/svn_time.h", line 62
"subversion/libsvn_subr/getdate.y", line 882: incomplete struct/union/enum getdate_time: ftz
"subversion/libsvn_subr/getdate.y", line 908: undefined struct/union member: timezone
"subversion/libsvn_subr/getdate.y", line 915: improper member use: timezone
"subversion/libsvn_subr/getdate.y", line 918: improper member use: timezone
"subversion/libsvn_subr/getdate.y", line 922: improper member use: time
"subversion/libsvn_subr/getdate.y", line 929: undefined struct/union member: timezone
cc: acomp failed for subversion/libsvn_subr/getdate.c
make: *** [subversion/libsvn_subr/getdate.lo] Error 1
make: *** Waiting for unfinished jobs....
"subversion/libsvn_delta/svndiff.c", line 548: warning: statement not reached


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: r8340 gives a compile error on solaris

Posted by Ben Reser <be...@reser.org>.
On Fri, Jan 16, 2004 at 10:30:58AM -0800, solo turn wrote:
> did a autogen, configure, make clean and make, and there is no "subversion/libsvn_subr/getdate.y"
> in working copy.

You need to delete subversion/libsvn_subr/getdate.c which was generated
from getdate.y.  It's no longer used but the build system still picks it
up per Karl's previous email.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org