Re: autogen.sh stops when trying cvs g2 build...

2005-10-31 Thread Neil Williams
On Sunday 30 October 2005 2:12 pm, Arnout Engelen wrote:
  checking for QOF, version = 0.6.0... Package qof-1 was not found in the
  pkg-config search path.
  Perhaps you should add the directory containing `qof-1.pc'
  to the PKG_CONFIG_PATH environment variable

 This doesn't sound right to me either

No, that is absolutely correct. You've snipped the relevant part that comes 
just after this - QOF not found, using internal QOF library.

The same thing happens with goffice.

I'll see if I can stop some of the errors being displayed - should be possible 
with --silence-errors

-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgp499JqY5tHH.pgp
Description: PGP signature
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


autogen.sh stops when trying cvs g2 build...

2005-10-30 Thread Michael Wahlbrink
Hi,
perhaps I've missed something important, but I don't know what ;-)
If I try to build a g2 CVS version, then autogen.sh stops with the
message, that there is no Makefile.in :-(
Any hints?? Where is my error? I've done a cvs update -C before the
autogen.sh run.

Hope you can help me
Micha




Here is the output:

processing .
deletefiles is

*** WARNING ***
*** We're about to run gettext which may spew a few paragraphs
*** of crap at you and ask you to acknowledge it.  If it does this,
*** just hit return to acknowledge gettext.  You DO NOT need to do
*** anything that it asks of you except hitting return.

Creating ./aclocal.m4 ...
(3) 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 /usr/share/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 ...
You should update your 'aclocal.m4' by running aclocal.
no need for patching file 'Makefile.in.in'
Running libtoolize...
Running aclocal  -I ./macros ...
/usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libguppi.m4:11: warning: underquoted definition of
AM_PATH_LIBGUPPI
/usr/share/aclocal/libglade.m4:7: warning: underquoted definition of
AM_PATH_LIBGLADE
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of
AM_PATH_GDK_PIXBUF
/usr/share/aclocal/gconf-1.m4:4: warning: underquoted definition of
AM_PATH_GCONF
/usr/share/aclocal/gconf-1.m4:71: warning: underquoted definition of
AM_GCONF_SOURCE
/usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of
AC_GWRAP_CHECK_GUILE
/usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of
AM_PATH_GWRAP
Running autoheader...
Running automake --gnu  ...
lib/Makefile.am:4: required directory lib/glib26 does not exist
lib/Makefile.am:2: required directory lib/glib26 does not exist
src/import-export/Makefile.am:1: required directory
src/import-export/schemas does not exist
src/import-export/Makefile.am:2: required directory
src/import-export/schemas does not exist
configure.in:1425: required file `lib/glib26/Makefile.in' not found
configure.in:1425: required file `src/import-export/schemas/Makefile.in'
not found
/usr/share/automake-1.9/am/tags.am: ctags was already defined in
condition !GNC_CTAGS_FILE, which is included in condition TRUE ...
Makefile.am:119: ... `ctags' previously defined here
Running autoconf ...
Running ./configure --enable-maintainer-mode --enable-error-on-warning
--enable-compile-warnings --prefix=/develop/gnucash/bin/gnucash-g2-bla
--enable-opt-style-install --enable-hbci ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
Using config source xml::/etc/gconf/gconf.xml.defaults for schema
installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  da de el en_GB es 

Re: autogen.sh stops when trying cvs g2 build...

2005-10-30 Thread Neil Williams
On Sunday 30 October 2005 1:48 pm, Michael Wahlbrink wrote:
 Hi,
 perhaps I've missed something important, but I don't know what ;-)

It looks (to me) like you have a mixed 1.8 and G2 tree (somehow).

 If I try to build a g2 CVS version, then autogen.sh stops with the
 message, that there is no Makefile.in :-(
 Any hints?? Where is my error? I've done a cvs update -C before the
 autogen.sh run.

 /usr/share/aclocal/libguppi.m4:11: warning: underquoted definition of
 AM_PATH_LIBGUPPI

Guppi was 1.8 only - if you aren't building HEAD or running gnucash 1.8 
anymore, remove Guppi.

 lib/Makefile.am:4: required directory lib/glib26 does not exist
 lib/Makefile.am:2: required directory lib/glib26 does not exist

Check why that has happened. lib/glib26 should have been created in the CVS 
checkout. What CVS command did you use?

 src/import-export/Makefile.am:1: required directory
 src/import-export/schemas does not exist
 src/import-export/Makefile.am:2: required directory
 src/import-export/schemas does not exist

This looks like a badly corrupted tree but I can't understand what you did to 
not get these directories created.

 checking for GLIB - version = 2.4.0... yes (version 2.6.5)
 checking for GLIB - version = 2.6.0... yes

So this, at least, is a G2 configure that is being run.

 No package 'qof-1' found
 no, will use internal QOF code
 checking for GOffice and GSF... No, GOffice not found, will build using
 internal goffice library.

These are fine - G2 is designed to build with internal versions of these two 
if they are not already installed.

 configure: creating ./config.status
 config.status: creating po/Makefile.in
 config.status: creating Makefile
 config.status: error: cannot find input file: Makefile.in

As with all such situations, the last error message is rarely important - it 
is usually just a consequence of earlier errors.


-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpTo9Um4OUoC.pgp
Description: PGP signature
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: autogen.sh stops when trying cvs g2 build...

2005-10-30 Thread Michael Wahlbrink
Hi,
Neil Williams schrieb:
 On Sunday 30 October 2005 1:48 pm, Michael Wahlbrink wrote:
 
Hi,
perhaps I've missed something important, but I don't know what ;-)
 
 
 It looks (to me) like you have a mixed 1.8 and G2 tree (somehow).
 
It was a about 2month old g2 chackout, which I've updated today.

 
If I try to build a g2 CVS version, then autogen.sh stops with the
message, that there is no Makefile.in :-(
Any hints?? Where is my error? I've done a cvs update -C before the
autogen.sh run.
 
 
/usr/share/aclocal/libguppi.m4:11: warning: underquoted definition of
AM_PATH_LIBGUPPI
 
 
 Guppi was 1.8 only - if you aren't building HEAD or running gnucash 1.8 
 anymore, remove Guppi.
 
The guppi is from the working gnome 1 gnucash of the distro (gentoo) I
use this gnucash for my daily business If it important to remove it,
 I will setup a chroot for testing gnucash g2!

 
lib/Makefile.am:4: required directory lib/glib26 does not exist
lib/Makefile.am:2: required directory lib/glib26 does not exist
 
 
 Check why that has happened. lib/glib26 should have been created in the CVS 
 checkout. What CVS command did you use?
 
 
src/import-export/Makefile.am:1: required directory
src/import-export/schemas does not exist
src/import-export/Makefile.am:2: required directory
src/import-export/schemas does not exist
 
 
 This looks like a badly corrupted tree but I can't understand what you did to 
 not get these directories created.
 
 
checking for GLIB - version = 2.4.0... yes (version 2.6.5)
checking for GLIB - version = 2.6.0... yes
 
 
 So this, at least, is a G2 configure that is being run.
 
 
No package 'qof-1' found
no, will use internal QOF code
checking for GOffice and GSF... No, GOffice not found, will build using
internal goffice library.
 
 
 These are fine - G2 is designed to build with internal versions of these two 
 if they are not already installed.
 
 
configure: creating ./config.status
config.status: creating po/Makefile.in
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
 
 
 As with all such situations, the last error message is rarely important - it 
 is usually just a consequence of earlier errors.
 
Ok Ok, I will try to do a fresh checkout an test then again

Thanks
Micha
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: autogen.sh stops when trying cvs g2 build...

2005-10-30 Thread Derek Atkins

Quoting Michael Wahlbrink [EMAIL PROTECTED]:


It was a about 2month old g2 chackout, which I've updated today.


How did you update?  You probably didn't use the CVS Command to pull
out new directories.  Generally you need cvs -q up -Pd to make sure
you pull out new directories (and delete empty ones).  I suspect you
just did a cvs update.


/usr/share/aclocal/libguppi.m4:11: warning: underquoted definition of
AM_PATH_LIBGUPPI



Guppi was 1.8 only - if you aren't building HEAD or running gnucash 1.8
anymore, remove Guppi.


The guppi is from the working gnome 1 gnucash of the distro (gentoo) I
use this gnucash for my daily business If it important to remove it,
I will setup a chroot for testing gnucash g2!


This is just a warning that you can safely ignore.


lib/Makefile.am:4: required directory lib/glib26 does not exist
lib/Makefile.am:2: required directory lib/glib26 does not exist


THIS implies you don't have the full source tree

-derek

--
  Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
  Member, MIT Student Information Processing Board  (SIPB)
  URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
  [EMAIL PROTECTED]PGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: autogen.sh stops when trying cvs g2 build...

2005-10-30 Thread Michael Wahlbrink
Derek Atkins schrieb:
 Quoting Michael Wahlbrink [EMAIL PROTECTED]:
 
 It was a about 2month old g2 chackout, which I've updated today.
 
 
 How did you update?  You probably didn't use the CVS Command to pull
 out new directories.  Generally you need cvs -q up -Pd to make sure
 you pull out new directories (and delete empty ones).  I suspect you
 just did a cvs update.
 
U, yeah I think that this might be the error..
Ok I try to update with your command (I'm not so familiar with CVS, I'm
a SVN user ;-) )

 /usr/share/aclocal/libguppi.m4:11: warning: underquoted definition of
 AM_PATH_LIBGUPPI



 Guppi was 1.8 only - if you aren't building HEAD or running gnucash 1.8
 anymore, remove Guppi.

 The guppi is from the working gnome 1 gnucash of the distro (gentoo) I
 use this gnucash for my daily business If it important to remove it,
 I will setup a chroot for testing gnucash g2!
 
 
 This is just a warning that you can safely ignore.
 
Ok, so I can continue to use both versions on the same system ;-)

 lib/Makefile.am:4: required directory lib/glib26 does not exist
 lib/Makefile.am:2: required directory lib/glib26 does not exist
 
 
 THIS implies you don't have the full source tree

see above It seems there've been some changes during the last few
months ;-)


 
 -derek
 

thanks for the help
micha
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: autogen.sh stops when trying cvs g2 build...

2005-10-30 Thread Arnout Engelen
On Sun, Oct 30, 2005 at 02:48:32PM +0100, Michael Wahlbrink wrote:
 perhaps I've missed something important, but I don't know what ;-)
 If I try to build a g2 CVS version, then autogen.sh stops with the
 message, that there is no Makefile.in :-(
 Any hints?? Where is my error? I've done a cvs update -C before the
 autogen.sh run.

 Running automake --gnu  ...
 lib/Makefile.am:4: required directory lib/glib26 does not exist
 lib/Makefile.am:2: required directory lib/glib26 does not exist
 src/import-export/Makefile.am:1: required directory
 src/import-export/schemas does not exist
 src/import-export/Makefile.am:2: required directory
 src/import-export/schemas does not exist
 configure.in:1425: required file `lib/glib26/Makefile.in' not found
 configure.in:1425: required file `src/import-export/schemas/Makefile.in'
 not found

Sounds to me like a fresh CVS checkout might help. 

 checking for QOF, version = 0.6.0... Package qof-1 was not found in the
 pkg-config search path.
 Perhaps you should add the directory containing `qof-1.pc'
 to the PKG_CONFIG_PATH environment variable

This doesn't sound right to me either


Hope this helps a bit,

-- 
Arnout Engelen [EMAIL PROTECTED]

  If it sounds good, it /is/ good.
  -- Duke Ellington
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel