make fails svn13054

2006-01-30 Thread Mark Johnson
Here is the error I got: gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../.. -I../../../.. -I../../../../lib/libgsf-1.12.3 -I../../../../lib/goffice-0.0.4 -I../../../../lib/goffice-0.0.4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include

Re: make fails svn13054

2006-01-30 Thread Mark Johnson
Replying to myself: I copied the goffice-config.h file into lib/goffice-0.0.4/goffice, and got a similar error for the goffice-features.h file. I have also copied that into lib/goffice-0.0.4/goffice, and the build seems to be progressing now. Mark Mark Johnson wrote: Here is the error I g

Re: make fails svn13054

2006-01-30 Thread Derek Atkins
you did a "rm -rf *" from the top level instead of running "make distclean".. This left a .links file which caused the build system not to rebuild the goffice and gsf symlinks. -derek Quoting Mark Johnson <[EMAIL PROTECTED]>: Replying to myself: I copied the goffice-config.h file into lib/go

Re: make fails svn13054

2006-01-30 Thread Derek Atkins
Mark Johnson <[EMAIL PROTECTED]> writes: > For this build, I did a rm -rf on my tree, and checked out a fresh copy > of the entire trunk tree. Yea, that's what I thought -- if you're going to do that you kind of need to 'rm -rf' from one level higher so that the .links file gets destroyed, too.

Re: make fails svn13054

2006-01-30 Thread Derek Atkins
Mark Johnson <[EMAIL PROTECTED]> writes: > Replying to myself: > I copied the goffice-config.h file into lib/goffice-0.0.4/goffice, and > got a similar error for the goffice-features.h file. I have also copied > that into lib/goffice-0.0.4/goffice, and the build seems to be > progressing now.

Re: make fails svn13054

2006-01-31 Thread Mark Johnson
Derek Atkins wrote: Mark Johnson <[EMAIL PROTECTED]> writes: For this build, I did a rm -rf on my tree, and checked out a fresh copy of the entire trunk tree. Yea, that's what I thought -- if you're going to do that you kind of need to 'rm -rf' from one level higher so