After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 361724 - Building libgnome-java on OpenSolaris
Building libgnome-java on OpenSolaris
Status: RESOLVED FIXED
Product: java-gnome
Classification: Bindings
Component: GNOME
mainline
Other opensolaris
: Normal normal
: ---
Assigned To: java-gnome bindings maintainers
java-gnome bindings maintainers
Depends on: 360207 361899
Blocks: 339854
 
 
Reported: 2006-10-12 15:16 UTC by John Rice
Modified: 2007-01-05 00:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Patches for building libgnome-java on OpenSolaris (7.60 KB, patch)
2006-10-12 15:18 UTC, John Rice
committed Details | Review

Description John Rice 2006-10-12 15:16:24 UTC
This is a set of buildsystem patches to allow libgnome-java to be built on OpenSolaris nevada build48 and above [currently this build uses Gnome 2.14, but will be bumped to Gnome 2.16 shortly].

Changes for the following:
1. Running examples: changes to runExample.sh.in making tests work on OpenSolaris
2. Need gnome2-java-uninstalled.pc.in for common routines for Java-GNOME bindings, Not installed. Needed when building meta/uber packages.
3. Configure --with_javadir is meant to be a supported configure option to tell the build where to put generated jar files, but had some hard coded path bugs and was not being picked up in generated .pc file.
4. Generating Javadoc on OpenSolaris - problem with use of "find -mindep". Not supported on this OS, simple generic workaround added. Also added missing classpath to remove build errors.
5. Added support to create src jar, patterned after support already commited to glib-java.
6. Need to change where doc base dir is set in the build, as we wanted to put it in a different location on OpenSolaris. Currently defaulting to ${datadir/doc}. Added configure option --with_docbasedir to support this.
Comment 1 John Rice 2006-10-12 15:18:37 UTC
Created attachment 74574 [details] [review]
Patches for building libgnome-java on OpenSolaris
Comment 2 John Rice 2006-10-13 09:39:51 UTC
Note: docbasedir support requires the glib macro jg_common.m4
Patch 74620 Bug 360207
Comment 3 Andrew Cowie 2006-10-15 09:36:58 UTC
All fine, pending my question at Bug 361899 Comment #3

AfC