Oops. Sorry about the duplicate email. I didn't know how to disable sqlite, so I just commented it from providers/Makefile.am
I had to modify configure.in so it could find my include files for the Oracle Instant Client 10.2 The instant client differs from the normal client for 10g. I had to download and unzip the instant client and its sdk because the Oracle 10g Express Edition that I installed via apt-get from http://oss.oracle.com/debian did not come with oci.h and other header file. [EMAIL PROTECTED]:~/gnomecvs/gnomeinstall/bin$ ./gda-test-connection --provider=Oracle --cnc TNSNAME=XE --user=HR --password=HR2 Connection successfully opened! I think I'm ready to look into the Oracle provider now. :-) Everytime I build libgda on ubuntu 6.06, my emachines desktop overheats and the linux kernel shuts it down. I have no idea how to disable this temperature sensor in the kernel. Someone mentioned sysctl. Any ideas? --- Daniel Morgan <[EMAIL PROTECTED]> wrote: > Have you added the file to cvs yet? > > I rm -rf libgda and then cvs co libgda again. > And the build still fails. > > > ranlib .libs/libgda-sqlite.a > rm -fr .libs/libgda-sqlite.lax > creating libgda-sqlite.la > (cd .libs && rm -f libgda-sqlite.la && ln -s > ../libgda-sqlite.la libgda-sqlite.la) > make[3]: *** No rule to make target > `sqlite_specs_create_db.xml', needed by `all-am'. > Stop. > make[3]: Leaving directory > `/home/danmorg/gnomecvs/libgda/providers/sqlite' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/danmorg/gnomecvs/libgda/providers/sqlite' > m > > --- Vivien Malerba <[EMAIL PROTECTED]> wrote: > > > On 8/23/06, Daniel Morgan <[EMAIL PROTECTED]> > > wrote: > > > I get this building libgda from cvs head on > Ubuntu > > > 6.06. > > > > > > make[3]: Entering directory > > > `/home/danmorg/gnomecvs/libgda/providers/sqlite' > > > make[3]: *** No rule to make target > > > `sqlite_specs_drop_db.xml', needed by `all-am'. > > Stop. > > > > > > The first I ran make, i said it could not find > the > > > object. > > > > > > How do I resolve this error? > > > > > > > It seems I forgot to add this file to CVS... I'll > > correct that ASAP, > > here is anyway the missing file so you can > compile. > > > > Cheers, > > > > Vivien > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > _______________________________________________ > gnome-db-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-db-list > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
