Murray Cumming wrote:
On Thu, 2007-03-01 at 21:07 -0700, Mark Johnson wrote:The latest svn (2852) will not compile. It fails during autogen.sh as follows:gda-sharp/Makefile.am:1: required directory gda-sharp/doc does not exist configure.in:1154: required file `gda-sharp/doc/Makefile.in' not foundThat should be fixed in svn now. Thanks.
New error. It looks like a key file is missing. Making all in gda-sharpmake[1]: Entering directory `/mnt/raid/download/computer/software/gnome/libgda/svn/trunk/gda-sharp'
Making all in .make[2]: Entering directory `/mnt/raid/download/computer/software/gnome/libgda/svn/trunk/gda-sharp' make[2]: *** No rule to make target `../gda-sharp.snk', needed by `gda-sharp.snk'. Stop. make[2]: Leaving directory `/mnt/raid/download/computer/software/gnome/libgda/svn/trunk/gda-sharp'
make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/mnt/raid/download/computer/software/gnome/libgda/svn/trunk/gda-sharp'
make: *** [all-recursive] Error 1 Mark