RE: [gnome-db] install.sh



Hi Rodrigo,

> > This is strange as I've pkg-config 0.14. However, this version
> is tweaked by
> > Tor Lillqvist, so I'll ask in the gimpwin list. I simply took
> out the test
> > in configure and then I got:
> >
> what does pkg-config --version output?
>

This is now sorted out. I had two installs of pkg-config, and the first
appearing on the path was without the pkgpackages.

> > 5)
> > checking for LC_MESSAGES... no
> > checking libintl.h usability... no
> > checking libintl.h presence... no
> > checking for libintl.h... no
> >
> > Do you know what is LC_MESSAGES and where does it come from?
> >
> it's for internationalization. It's defined in acconfig.h or
> configure.in

Hmm, not really. I could only see it appearing in a loop in configure. Could
you check this in your install.

>
> > libintl.h is installed. So some path is missing somewhere. Any idea
> > what/where to check?
> >
> hmm, this is in /usr/include on my linux box. Where is it on windows?
>

In my install it's in /MSYS/gtkwin/include. I did

configure --with-mysql CFLAGS=-I/gtkwin/include

and it got nasty:

checking for LC_MESSAGES... no
checking libintl.h usability... yes
checking libintl.h presence... no
configure: WARNING: libintl.h: accepted by the compiler, rejected by the
preprocessor!
configure: WARNING: libintl.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf gnu org  ##
configure: WARNING:     ## ------------------------------------ ##
checking for libintl.h... no
...
checking for gtkdoc-mkdb... false
...
checking for readline in -lreadline... no
checking for add_history in -lhistory... yes
checking for poptGetContext in -lpopt... no
checking popt.h usability... no
checking popt.h presence... no
checking for popt.h... no
Not building gda-config-tool
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
Not building gda-config-tool
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
Not building gda-config-tool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libgda.spec
config.status: creating libgda.pc
config.status: creating po/Makefile.in
config.status: error: cannot find input file: po/Makefile.in.in

Looks really bad doesn't it? :-)

For the record, in the meanwhile I also had to create libxml2.pc and
libxslt.pc.

Regards,
Fernando




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