| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0007345 | CMake | Modules | public | 2008-07-15 18:54 | 2008-07-20 15:47 | ||||
| Reporter | papillon81 | ||||||||
| Assigned To | Alex Neundorf | ||||||||
| Priority | normal | Severity | trivial | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0007345: FindJNI.cmake does not find all files on PPC | ||||||||
| Description | CMake does not find the JNI stuff on the PPC arch under Linux with installed JDK. This is caused by suboptimal entries in the FindJNI.cmake module right at the beginning: $ENV{JAVA_HOME}/jre/lib/i386 $ENV{JAVA_HOME}/jre/lib/amd64 A definition for PPC is missing. Fixing this is as easy as adding one more line: $ENV{JAVA_HOME}/jre/lib/ppc As a cosmetic note it would probably make sense to get rid of all these fixed version numbers that are part of the other paths. | ||||||||
| Additional Information | Tested under Gentoo with icedtea-1.2 and the soprano ebuild from kde4 overlay with sesame2 support enabled. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0012760) Alex Neundorf (developer) 2008-07-20 15:46 |
Fixed in cvs HEAD, also added ppc to the other search dirs. Alex |
|
(0012761) Alex Neundorf (developer) 2008-07-20 15:47 |
Fixed in cvs. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2008-07-15 18:54 | papillon81 | New Issue | |
| 2008-07-18 17:10 | Alex Neundorf | Status | new => assigned |
| 2008-07-18 17:10 | Alex Neundorf | Assigned To | => Alex Neundorf |
| 2008-07-20 15:46 | Alex Neundorf | Note Added: 0012760 | |
| 2008-07-20 15:46 | Alex Neundorf | Status | assigned => resolved |
| 2008-07-20 15:46 | Alex Neundorf | Resolution | open => fixed |
| 2008-07-20 15:47 | Alex Neundorf | Status | resolved => closed |
| 2008-07-20 15:47 | Alex Neundorf | Note Added: 0012761 | |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |