Opened 15 years ago
Closed 4 years ago
#19998 closed defect (fixed)
jamvm 1.5.0 and gnu-classpath 0.93: /opt/local/include/jni.h conflict
Reported by: | gonhidi@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | jni.h | Cc: | nerdling (Jeremy Lavergne), cooljeanius (Eric Gallager) |
Port: | jamvm gnu-classpath |
Description
The jamvm 1.5.0 package wants to install /opt/local/include/jni.h which is already provided by gnu-classpath [0.93], a runtime dependency of jamvm.
Change History (6)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Keywords: | jamvm 1.5.0 gnu-classpath 0.93 removed |
---|---|
Port: | gnu-classpath added |
comment:2 follow-up: 4 Changed 15 years ago by nerdling (Jeremy Lavergne)
comment:4 Changed 14 years ago by chicagotripp (Altoine Barker)
Replying to snc@…:
I couldn't get gnu-classpath to configure …
configure: error: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, --with-ecj, or --with-gcjxManually installing javacc did not help.
To fix this problem I had to modify the port file to include dependence on jikes, since the Portfile has in it's configure arguments "--with-jikes" and not "--with-gcj", "--with-gcjx", "--with-ecj", etc. Now, gnu-classpath installed for me with out any errors or problems. Here is the snippet of an addition I did to the gnu-classpath Portfile:
depends_lib port:libiconv \ port:jikes
This solved my problem and the program installed beautifully. I don't think this particular problem you have is the same as the "jamvm 1.5.0 and gnu-classpath 0.93: /opt/local/include/jni.h conflict".
comment:6 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I couldn't get gnu-classpath to configure …
Manually installing javacc did not help.