Re: [gnome-db] compiling libgda-0.2.91
- From: Rémi Cohen-Scali <Remi Cohen-Scali com>
- To: gnome-db-list gnome org
- Subject: Re: [gnome-db] compiling libgda-0.2.91
- Date: Tue, 09 Oct 2001 09:20:35 -0400
Juan Andrés Bentancour wrote:
>
> hello....
> I've had some problems when compiling libgda-0.2.91.tar.gz
>
> In file included from gda-default-command.c:22:
> gda-default.h:30:33: build_sqlite/sqlite.h: No existe el fichero o el
> directorio
> make[3]: *** [gda-default-command.o] Error 1
> make[3]: Saliendo directorio `/libgda-0.2.91/providers/gda-default-server'
> make[2]: *** [all-recursive] Error 1
> make[2]: Saliendo directorio `/libgda-0.2.91/providers'
> make[1]: *** [all-recursive] Error 1
> make[1]: Saliendo directorio `/libgda-0.2.91'
> make: *** [all] Error 2
>
> I hope your help, thanks you.
>
> Juan Andrés.
>
>
>
>
>
> _______________________________________________
> gnome-db-list mailing list
> gnome-db-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-db-list
Yes I also ran into it. It seems the dependency for sqlite is needed before sqlite is built. Do this:
from the libgda dir
cd providers/gda-default-server
mkdir build_sqlite/
cd build_sqlite
../sqlite/configure
cd ../../..
make
This should be ok...At least it was for me
--
Remi Cohen-Scali
<Remi Cohen-Scali com> <rcoscali rcsnet net>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]