To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66252 Issue #:|66252 Summary:|berkeleydb: jni.h not found Component:|porting Version:|680m172 Platform:|PC URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|mh Reported by:|haggai
------- Additional comments from [EMAIL PROTECTED] Thu Jun 8 08:46:02 -0700 2006 ------- This problem probably isn't noticed by the packagers because we normally build with a system berkeleydb. cd ./unxlngi6.pro/misc/build/db-4.2.52.NC/out && make && touch so_built_so_berkeleydb [...] /bin/sh ./libtool --mode=compile ccache gcc-4.0 -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -mtune=pentiumpro ../dist/../libdb_java/db_java_wrap.c ccache gcc-4.0 -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -mtune=pentiumpro ../dist/../libdb_java/db_java_wrap.c -fPIC -DPIC -o .libs/db_java_wrap.o ../dist/../libdb_java/db_java_wrap.c:15:17: error: jni.h: No such file or directory . The problem is that $(JAVA_HOME)/include needs to be on the compiler search path. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
