I found out that I did not have libsqlite3-dev installed yet, so I installed it.
The dpkg-query output is now:
ii libgda3-sqlite 3.0.2-5ubuntu1
SQLite backend plugin for GNOME
Data Access
ii libmono-sqlite2.0-cil 2.0.1-4
Mono Sqlite library
ii libsqlite0 2.8.17-4build1
SQLite shared library
ii libsqlite3-0 3.6.10-1ubuntu0.2
SQLite 3 shared library
ii libsqlite3-dev 3.6.10-1ubuntu0.2
SQLite 3 development files
ii sqlite 2.8.17-4build1
command line interface for SQLite
ii sqlite3 3.6.10-1ubuntu0.2
A command line interface for SQLite
3
Then I tried to rebuild gnubg like you said; first ./configure, and
then make: But now make fails with the following error:
dbprovider.o: In function `MallocRowset':
/home/misja/gnubg/dbprovider.c:96: undefined reference to `assert'
collect2: ld returned 1 exit status
make[2]: *** [gnubg] Error 1
make[2]: Leaving directory `/home/misja/gnubg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/misja/gnubg'
make: *** [all] Error 2
Misja
2009/8/13 Michael Petch <[email protected]>:
>
> On 13/08/09 1:01 PM, "Michael Petch" <[email protected]> wrote:
>
>
>> Since I believe there may be missing header files (and development files) on
>> your system can you also email me a copy of the files (They are in the
>> directory where you built gnubg):
>
> Can you run this command as well:
>
> dpkg-query -l | grep sqlite
>
> I'd like to know what Sqlite packages you have installed. At a minimu you
> will need:
>
> libsqlite0
> libsqlite3-0
> libsqlite3-dev
>
> (or something similar)
>
> If you wish you could try installing these packages with the command:
>
> apt-get install libsqlite0 libsqlite3-0 libsqlite3-dev
>
> Then try to rebuild Gnubg starting with the ./configure process (If you add
> libraries you will have to run ./configure again)
>
> Mike
>
>
>
_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg