Opened 15 years ago
Closed 15 years ago
#2401 closed defect (wontfix)
Building java bindings on OS X
Reported by: | hobu | Owned by: | warmerdam |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Here's a java.opt file that can work for building the java bindings on OS X Leopard with the attached patch:
JAVA_HOME = /System/Library/Frameworks/JavaVM.framework/Versions/Current JAVADOC=$(JAVA_HOME)/Commands/javadoc JAVAC=$(JAVA_HOME)/Commands/javac JAVA=$(JAVA_HOME)/Commands/java JAR=$(JAVA_HOME)/Commands/jar JAVA_INCLUDE=-I$(JAVA_HOME)/Headers LDFLAGS=-dynamiclib -single_module ${wl}-flat_namespace ${wl}-undefined ${wl}suppre ss
Attachments (1)
Change History (2)
by , 15 years ago
comment:1 by , 15 years ago
Priority: | normal → lowest |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.