Re: Building 0.0.27 on LinuxPPC



Hi Simon!!

Simon Piette wrote:

> I am trying to build gnome-db 0.0.27 on LiniuxPPC R5. It's a RedHat 6.0 clone
> (glibc 2.1.1, kernel 2.2.10, egcs 2.91.66) for the PowerPC architecture.
> I am trying to build gnome-db for PostgreSQL 6.5.
>
> I got two errors with autogen.sh (no ./configure available before
> running it)
>
> [...]
> checking for catalogs to be installed...
> sed: can't read ./intl/po2tbl.sed.in: No such file or directory
> [...]
> creating intl/Makefile
> sed: can't read ./intl/Makefile.in: No such file or directory
> [...]
>
> And when I do make:
>
> make  all-recursive
> make[1]: Entering directory `/home/simonp/dwld/gnome-db'
> Making all in macros
> make[2]: Entering directory `/home/simonp/dwld/gnome-db/macros'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/simonp/dwld/gnome-db/macros'
> Making all in intl
> make[2]: Entering directory `/home/simonp/dwld/gnome-db/intl'
> make[2]: *** No rule to make target `all'.  Stop.
> make[2]: Leaving directory `/home/simonp/dwld/gnome-db/intl'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/simonp/dwld/gnome-db'
> make: *** [all-recursive-am] Error 2
>
> Any idea?
>

This error is because the 'intl' lib files are not generated, so configure cannot
find them. This is an error in the tarball, since it should include these files
for systems not having them. The tarball has been made directly from the CVS
tree, which is a mistake (blame on me). I should do a 'make dist' (needs to fix
documentation makefiles as said in the TODO list message), and autoconf/automake
will generate these files to be included (as well as the configure script) in the
tarball

Anyway Simon, I'm sending you a private message with these files.

I'll fix all this for the next release.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]