You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Summers <ds...@digital-realms.com> on 2002/04/13 02:03:02 UTC

Problems with rev 1692

I just updated to 1692 with appropriate updates to APACHE/APR/APR-UTIL
and now when I try to build subversion I get:

/bin/sh /home/svn/rpms/build/subversion-0.11.1/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE  -g -O2 -pthread  -DNEON_ZLIB -DNEON_SSL  -I./subversion/include -I.  -I/usr/bin/include -I/home/svn/rpms/build/httpd-2.0/srclib/apr/include   -I/home/svn/rpms/build/httpd-2.0/srclib/apr-util/include -I/usr/include/neon -I./expat-lite  -o subversion/libsvn_delta/track_editor.lo -c subversion/libsvn_delta/track_editor.c
subversion/libsvn_delta/track_editor.c:63: parse error before `svn_delta_bump_func_t'
subversion/libsvn_delta/track_editor.c:63: warning: no semicolon at end of struct or union
subversion/libsvn_delta/track_editor.c:66: parse error before `}'
subversion/libsvn_delta/track_editor.c: In function `make_item_baton':
subversion/libsvn_delta/track_editor.c:89: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c: In function `add_directory':
subversion/libsvn_delta/track_editor.c:129: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:131: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:135: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c: In function `add_file':
subversion/libsvn_delta/track_editor.c:172: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:173: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c: In function `delete_entry':
subversion/libsvn_delta/track_editor.c:193: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:193: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:195: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c: In function `change_item_prop':
subversion/libsvn_delta/track_editor.c:214: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:215: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c: In function `apply_textdelta':
subversion/libsvn_delta/track_editor.c:233: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:234: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c: In function `close_edit':
subversion/libsvn_delta/track_editor.c:250: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:253: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:253: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:256: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:256: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:266: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:266: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:266: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:274: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c: At top level:
subversion/libsvn_delta/track_editor.c:288: parse error before `svn_delta_bump_func_t'
subversion/libsvn_delta/track_editor.c: In function `svn_delta_get_commit_track_editor':
subversion/libsvn_delta/track_editor.c:291: `pool' undeclared (first use in this function)
subversion/libsvn_delta/track_editor.c:291: (Each undeclared identifier is reported only once
subversion/libsvn_delta/track_editor.c:291: for each function it appears in.)
subversion/libsvn_delta/track_editor.c:292: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:315: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:316: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:316: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:317: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:317: `committed_targets' undeclared (first use in this function)
subversion/libsvn_delta/track_editor.c:318: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:319: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:319: `bump_func' undeclared (first use in this function)
subversion/libsvn_delta/track_editor.c:320: dereferencing pointer to incomplete type
subversion/libsvn_delta/track_editor.c:322: `editor' undeclared (first use in this function)
subversion/libsvn_delta/track_editor.c:323: `edit_baton' undeclared (first use in this function)
make: *** [subversion/libsvn_delta/track_editor.lo] Error 1


Any ideas?  I'm probably doing something wrong again but I don't know 
what.

   Thanks,
   - David Summers



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

Re: Problems with rev 1692

Posted by David Summers <da...@dsum.summersoft.fay.ar.us>.
Oh yes, however I thought I did that last week and was through with that 
problem.  I'll try again and see if that fixes it, thanks for the clue.

   - David

On 12 Apr 2002, Ben Collins-Sussman wrote:

> David Summers <ds...@digital-realms.com> writes:
> 
> > I just updated to 1692 with appropriate updates to APACHE/APR/APR-UTIL
> > and now when I try to build subversion I get:
> >
> > subversion/libsvn_delta/track_editor.c:63: parse error before `svn_delta_bump_func_t'
> 
> David, I don't know what's up with your working copy.  track_editor.c
> no longer exists in libsvn_delta/.
> 
> I'm guessing you missed that whole announcement way back about how we
> discovered that 'svn update' wasn't deleting things, and how all
> working copies were suspect, and how everyone was told to
> re-bootstrap?  :-)
> 
> Well, lucky you.  We just posted a new tarball today.  I think it's
> time for you to re-bootstrap.  :-)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
> 


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

Re: Problems with rev 1692

Posted by Ben Collins-Sussman <su...@collab.net>.
David Summers <ds...@digital-realms.com> writes:

> I just updated to 1692 with appropriate updates to APACHE/APR/APR-UTIL
> and now when I try to build subversion I get:
>
> subversion/libsvn_delta/track_editor.c:63: parse error before `svn_delta_bump_func_t'

David, I don't know what's up with your working copy.  track_editor.c
no longer exists in libsvn_delta/.

I'm guessing you missed that whole announcement way back about how we
discovered that 'svn update' wasn't deleting things, and how all
working copies were suspect, and how everyone was told to
re-bootstrap?  :-)

Well, lucky you.  We just posted a new tarball today.  I think it's
time for you to re-bootstrap.  :-)

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