Re: can't compile from SVN, ubuntu intrepid

2008-12-23 Thread Stephane Delcroix
do you have gapi installed ?

s

On Sun, 2008-12-21 at 08:50 -0800, ulugeyik wrote:
 I still can not compile the SVN on this computer. As far as I can tell, the
 error is related to GAPI, and this file is here on my computer:
  Could not find file /usr/share/gapi-2.0/glib-api.xml.
 
 
 ulugeyik wrote:
  
  I used to keep up with the SVN by updating once a week or so. It has been
  a while since I neglected it. 
  I just attempted it and I can't succeed. It fails to make it. The error
  appears to be related to gapi. I have double checked my dependencies
  from f-spot web-site and various blogs. To be safe, i added 
  Ruben's repositories even.
  
  In include output of autogen.sh and make.
  
  Thanks for any suggestions!
  
  
  ./autogen.sh --prefix=${HOME}/unstable/f-spot --disable-scrollkeeper
  /usr/bin/gnome-doc-prepare
  You should add the contents of '/usr/share/aclocal/gnome-doc-utils.m4' to
  'aclocal.m4'.
  processing .
  Creating ./aclocal.m4 ...
  Running gettextize...  Ignore non-fatal messages.
  Copying file mkinstalldirs
  Copying file po/Makefile.in.in
  
  Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
  from the /aclocal directory to your autoconf macro directory
  or directly to your aclocal.m4 file.
  You will also need config.guess and config.sub, which you can get from
  ftp://ftp.gnu.org/pub/gnu/config/.
  
  Making ./aclocal.m4 writable ...
  Running intltoolize...
  Running libtoolize...
  libtoolize: putting auxiliary files in `.'.
  libtoolize: copying file `./ltmain.sh'
  libtoolize: You should add the contents of the following files to
  `aclocal.m4':
  libtoolize:   `/usr/share/aclocal/libtool.m4'
  libtoolize:   `/usr/share/aclocal/ltoptions.m4'
  libtoolize:   `/usr/share/aclocal/ltversion.m4'
  libtoolize:   `/usr/share/aclocal/ltsugar.m4'
  libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
  libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in
  and
  libtoolize: rerunning libtoolize, to keep the correct libtool macros
  in-tree.
  libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  Running aclocal-1.9  ...
  acinclude.m4:5: warning: underquoted definition of F_CHECK_BERKELEYDB
run info '(automake)Extending aclocal'
or see
  http://sources.redhat.com/automake/automake.html#Extending-aclocal
  Running autoheader...
  Running automake-1.9 --gnu  ...
  configure.in: installing `./install-sh'
  configure.in: installing `./missing'
  configure.in:15: installing `./config.guess'
  configure.in:15: installing `./config.sub'
  Running autoconf ...
  processing ./gio-sharp
  Running aclocal-1.9  ...
  Running automake-1.9 --gnu  ...
  Makefile.am: installing `./INSTALL'
  Running autoconf ...
  Running ./configure --enable-maintainer-mode --enable-compile-warnings
  --prefix=/home/matlabuser/unstable/f-spot --disable-scrollkeeper ...
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for gawk... no
  checking for mawk... mawk
  checking whether make sets $(MAKE)... yes
  checking how to create a ustar tar archive... gnutar
  checking whether to enable maintainer-specific portions of Makefiles...
  yes
  checking whether NLS is requested... yes
  checking for style of include used by make... GNU
  checking for gcc... gcc
  checking for C compiler default output file name... a.out
  checking whether the C compiler works... yes
  checking whether we are cross compiling... no
  checking for suffix of executables... 
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether gcc accepts -g... yes
  checking for gcc option to accept ISO C89... none needed
  checking dependency style of gcc... gcc3
  checking for intltool = 0.35.0... 0.40.5 found
  checking for intltool-update... /usr/bin/intltool-update
  checking for intltool-merge... /usr/bin/intltool-merge
  checking for intltool-extract... /usr/bin/intltool-extract
  checking for xgettext... /usr/bin/xgettext
  checking for msgmerge... /usr/bin/msgmerge
  checking for msgfmt... /usr/bin/msgfmt
  checking for gmsgfmt... /usr/bin/msgfmt
  checking for perl... /usr/bin/perl
  checking for XML::Parser... ok
  checking for gcc... (cached) gcc
  checking whether we are using the GNU C compiler... (cached) yes
  checking whether gcc accepts -g... (cached) yes
  checking for gcc option to accept ISO C89... (cached) none needed
  checking dependency style of gcc... (cached) gcc3
  checking for library containing strerror... none required
  checking how to run the C preprocessor... gcc -E
  checking for grep that handles long lines and -e... /bin/grep
  checking for egrep... /bin/grep -E
  checking for ANSI C header files... yes
  checking build system type... i686-pc-linux-gnu
  checking host system type... i686-pc-linux-gnu
  checking for a sed that does not truncate output... /bin/sed
  checking 

Re: can't compile from SVN, ubuntu intrepid

2008-12-23 Thread ulugeyik

Hi Stephane,

I believe so. In fact, /usr/share/gapi-2.0/glib-api.xml exists on my
computer despite the error I quote below.

Turgut


Stephane Delcroix wrote:
 
 do you have gapi installed ?
 
 s
 
 On Sun, 2008-12-21 at 08:50 -0800, ulugeyik wrote:
 I still can not compile the SVN on this computer. As far as I can tell,
 the
 error is related to GAPI, and this file is here on my computer:
  Could not find file /usr/share/gapi-2.0/glib-api.xml.
 
 
 ulugeyik wrote:
  
  I used to keep up with the SVN by updating once a week or so. It has
 been
  a while since I neglected it. 
  I just attempted it and I can't succeed. It fails to make it. The
 error
  appears to be related to gapi. I have double checked my dependencies
  from f-spot web-site and various blogs. To be safe, i added 
  Ruben's repositories even.
  
  In include output of autogen.sh and make.
  
  Thanks for any suggestions!
  
  
  ./autogen.sh --prefix=${HOME}/unstable/f-spot --disable-scrollkeeper
  /usr/bin/gnome-doc-prepare
  You should add the contents of '/usr/share/aclocal/gnome-doc-utils.m4'
 to
  'aclocal.m4'.
  processing .
  Creating ./aclocal.m4 ...
  Running gettextize...  Ignore non-fatal messages.
  Copying file mkinstalldirs
  Copying file po/Makefile.in.in
  
  Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
  from the /aclocal directory to your autoconf macro directory
  or directly to your aclocal.m4 file.
  You will also need config.guess and config.sub, which you can get from
  ftp://ftp.gnu.org/pub/gnu/config/.
  
  Making ./aclocal.m4 writable ...
  Running intltoolize...
  Running libtoolize...
  libtoolize: putting auxiliary files in `.'.
  libtoolize: copying file `./ltmain.sh'
  libtoolize: You should add the contents of the following files to
  `aclocal.m4':
  libtoolize:   `/usr/share/aclocal/libtool.m4'
  libtoolize:   `/usr/share/aclocal/ltoptions.m4'
  libtoolize:   `/usr/share/aclocal/ltversion.m4'
  libtoolize:   `/usr/share/aclocal/ltsugar.m4'
  libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
  libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in
  and
  libtoolize: rerunning libtoolize, to keep the correct libtool macros
  in-tree.
  libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  Running aclocal-1.9  ...
  acinclude.m4:5: warning: underquoted definition of F_CHECK_BERKELEYDB
run info '(automake)Extending aclocal'
or see
  http://sources.redhat.com/automake/automake.html#Extending-aclocal
  Running autoheader...
  Running automake-1.9 --gnu  ...
  configure.in: installing `./install-sh'
  configure.in: installing `./missing'
  configure.in:15: installing `./config.guess'
  configure.in:15: installing `./config.sub'
  Running autoconf ...
  processing ./gio-sharp
  Running aclocal-1.9  ...
  Running automake-1.9 --gnu  ...
  Makefile.am: installing `./INSTALL'
  Running autoconf ...
  Running ./configure --enable-maintainer-mode --enable-compile-warnings
  --prefix=/home/matlabuser/unstable/f-spot --disable-scrollkeeper ...
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for gawk... no
  checking for mawk... mawk
  checking whether make sets $(MAKE)... yes
  checking how to create a ustar tar archive... gnutar
  checking whether to enable maintainer-specific portions of Makefiles...
  yes
  checking whether NLS is requested... yes
  checking for style of include used by make... GNU
  checking for gcc... gcc
  checking for C compiler default output file name... a.out
  checking whether the C compiler works... yes
  checking whether we are cross compiling... no
  checking for suffix of executables... 
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether gcc accepts -g... yes
  checking for gcc option to accept ISO C89... none needed
  checking dependency style of gcc... gcc3
  checking for intltool = 0.35.0... 0.40.5 found
  checking for intltool-update... /usr/bin/intltool-update
  checking for intltool-merge... /usr/bin/intltool-merge
  checking for intltool-extract... /usr/bin/intltool-extract
  checking for xgettext... /usr/bin/xgettext
  checking for msgmerge... /usr/bin/msgmerge
  checking for msgfmt... /usr/bin/msgfmt
  checking for gmsgfmt... /usr/bin/msgfmt
  checking for perl... /usr/bin/perl
  checking for XML::Parser... ok
  checking for gcc... (cached) gcc
  checking whether we are using the GNU C compiler... (cached) yes
  checking whether gcc accepts -g... (cached) yes
  checking for gcc option to accept ISO C89... (cached) none needed
  checking dependency style of gcc... (cached) gcc3
  checking for library containing strerror... none required
  checking how to run the C preprocessor... gcc -E
  checking for grep that handles long lines and -e... /bin/grep
  checking for egrep... /bin/grep -E
  checking for ANSI C header files... yes
  

Re: can't compile from SVN, ubuntu intrepid

2008-12-21 Thread ulugeyik

I still can not compile the SVN on this computer. As far as I can tell, the
error is related to GAPI, and this file is here on my computer:
 Could not find file /usr/share/gapi-2.0/glib-api.xml.


ulugeyik wrote:
 
 I used to keep up with the SVN by updating once a week or so. It has been
 a while since I neglected it. 
 I just attempted it and I can't succeed. It fails to make it. The error
 appears to be related to gapi. I have double checked my dependencies
 from f-spot web-site and various blogs. To be safe, i added 
 Ruben's repositories even.
 
 In include output of autogen.sh and make.
 
 Thanks for any suggestions!
 
 
 ./autogen.sh --prefix=${HOME}/unstable/f-spot --disable-scrollkeeper
 /usr/bin/gnome-doc-prepare
 You should add the contents of '/usr/share/aclocal/gnome-doc-utils.m4' to
 'aclocal.m4'.
 processing .
 Creating ./aclocal.m4 ...
 Running gettextize...  Ignore non-fatal messages.
 Copying file mkinstalldirs
 Copying file po/Makefile.in.in
 
 Please add the files
   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
   progtest.m4
 from the /aclocal directory to your autoconf macro directory
 or directly to your aclocal.m4 file.
 You will also need config.guess and config.sub, which you can get from
 ftp://ftp.gnu.org/pub/gnu/config/.
 
 Making ./aclocal.m4 writable ...
 Running intltoolize...
 Running libtoolize...
 libtoolize: putting auxiliary files in `.'.
 libtoolize: copying file `./ltmain.sh'
 libtoolize: You should add the contents of the following files to
 `aclocal.m4':
 libtoolize:   `/usr/share/aclocal/libtool.m4'
 libtoolize:   `/usr/share/aclocal/ltoptions.m4'
 libtoolize:   `/usr/share/aclocal/ltversion.m4'
 libtoolize:   `/usr/share/aclocal/ltsugar.m4'
 libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
 libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in
 and
 libtoolize: rerunning libtoolize, to keep the correct libtool macros
 in-tree.
 libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
 Running aclocal-1.9  ...
 acinclude.m4:5: warning: underquoted definition of F_CHECK_BERKELEYDB
   run info '(automake)Extending aclocal'
   or see
 http://sources.redhat.com/automake/automake.html#Extending-aclocal
 Running autoheader...
 Running automake-1.9 --gnu  ...
 configure.in: installing `./install-sh'
 configure.in: installing `./missing'
 configure.in:15: installing `./config.guess'
 configure.in:15: installing `./config.sub'
 Running autoconf ...
 processing ./gio-sharp
 Running aclocal-1.9  ...
 Running automake-1.9 --gnu  ...
 Makefile.am: installing `./INSTALL'
 Running autoconf ...
 Running ./configure --enable-maintainer-mode --enable-compile-warnings
 --prefix=/home/matlabuser/unstable/f-spot --disable-scrollkeeper ...
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for gawk... no
 checking for mawk... mawk
 checking whether make sets $(MAKE)... yes
 checking how to create a ustar tar archive... gnutar
 checking whether to enable maintainer-specific portions of Makefiles...
 yes
 checking whether NLS is requested... yes
 checking for style of include used by make... GNU
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking dependency style of gcc... gcc3
 checking for intltool = 0.35.0... 0.40.5 found
 checking for intltool-update... /usr/bin/intltool-update
 checking for intltool-merge... /usr/bin/intltool-merge
 checking for intltool-extract... /usr/bin/intltool-extract
 checking for xgettext... /usr/bin/xgettext
 checking for msgmerge... /usr/bin/msgmerge
 checking for msgfmt... /usr/bin/msgfmt
 checking for gmsgfmt... /usr/bin/msgfmt
 checking for perl... /usr/bin/perl
 checking for XML::Parser... ok
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking dependency style of gcc... (cached) gcc3
 checking for library containing strerror... none required
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/grep -E
 checking for ANSI C header files... yes
 checking build system type... i686-pc-linux-gnu
 checking host system type... i686-pc-linux-gnu
 checking for a sed that does not truncate output... /bin/sed
 checking for fgrep... /bin/grep -F
 checking for ld used by gcc... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B