Date: Sun, 4 Dec 2005 23:31:24 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: fredericdelagoublaye@free.fr Cc: Panagiotis Astithas <past@ebs.gr>, freebsd-java@FreeBSD.org Subject: Re: java sqlite on FreeBSD 6.0 Message-ID: <20051204233124.46e6cdfc.nork@FreeBSD.org> In-Reply-To: <4392DC45.50402@ebs.gr> References: <001801c5f8c6$b89b3680$0400a8c0@iava> <4392DC45.50402@ebs.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --Multipart=_Sun__4_Dec_2005_23_31_24_+0900_F9Vg5c2uoxtLNonO Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 04 Dec 2005 14:08:37 +0200 Panagiotis Astithas <past@ebs.gr> wrote: > > configure: WARNING: setting generic JNI include file directives! > > setting JNI include file directives: -I/usr/local/include -I/usr/local/include/freebsd6.0 > This must be your problem. The configure script does not find the jdk > header files. For jdk14 you should have -I/usr/local/jdk1.4.2/include > -I/usr/local/jdk1.4.2/include/freebsd. Yes. Please configure with --with-jdk=/usr/local/jdk1.4.2 --without-sqlite, and apply attached patch. I considered to make javasqlite ports, but I give up:-). At least, there are 1 master port and 3 slave ports. I think that these relations have CONFLICT:-(. databases/javasqlite2-14 --with-jdk=/usr/local/jdk1.4.2 --without-sqlite3 databases/javasqlite2-15 --with-jdk=/usr/local/jdk1.4.2 --without-sqlite databases/javasqlite3-14 --with-jdk=/usr/local/jdk1.5.0 --without-sqlite3 databases/javasqlite3-15 --with-jdk=/usr/local/jdk1.5.0 --without-sqlite --Multipart=_Sun__4_Dec_2005_23_31_24_+0900_F9Vg5c2uoxtLNonO Content-Type: application/octet-stream; name="patch-configure" Content-Disposition: attachment; filename="patch-configure" Content-Transfer-Encoding: base64 LS0tIGNvbmZpZ3VyZS5vcmlnCU1vbiBNYXkgMTYgMTk6MDM6MzUgMjAwNQorKysgY29uZmlndXJl CVN1biBEZWMgIDQgMjM6MTg6MTMgMjAwNQpAQCAtNzQ4NSw2ICs3NDg1LDkgQEAKICAgICBsaW51 eCogKQogICAgICAgICBKTklJTkNMVURFPSItSSRKQVZBX0hPTUUvaW5jbHVkZSAtSSRKQVZBX0hP TUUvaW5jbHVkZS9saW51eCIKICAgICAgICAgOzsKKyAgICBmcmVlYnNkKiApCisgICAgICAgIEpO SUlOQ0xVREU9Ii1JJEpBVkFfSE9NRS9pbmNsdWRlIC1JJEpBVkFfSE9NRS9pbmNsdWRlL2ZyZWVi c2QiCisgICAgICAgIDs7CiAgICAgKikKICAgICAgICAgSk5JSU5DTFVERT0iLUkke0pBVkFfSE9N RX0vaW5jbHVkZSAtSSR7SkFWQV9IT01FfS9pbmNsdWRlLyR7YnVpbGRfb3N9IgogICAgICAgICB7 IGVjaG8gIiRhc19tZTokTElORU5POiBXQVJOSU5HOiBzZXR0aW5nIGdlbmVyaWMgSk5JIGluY2x1 ZGUgZmlsZSBkaXJlY3RpdmVzISIgPiY1Cg== --Multipart=_Sun__4_Dec_2005_23_31_24_+0900_F9Vg5c2uoxtLNonO--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051204233124.46e6cdfc.nork>