View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007360CMakeCMakepublic2008-07-17 18:432008-07-20 15:47
ReporterMark Dixon 
Assigned ToAlex Neundorf 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007360: FindJNI.cmake does not work on FreeBSD
DescriptionFindJNI.cmake does not know to look for FreeBSD JNI headers. Needs the patch below:
Additional Information--- FindJNI.cmake.orig 2008-07-17 23:45:33.000000000 +0000
+++ FindJNI.cmake 2008-07-17 23:45:56.000000000 +0000
@@ -130,6 +130,7 @@
   ${JAVA_AWT_INCLUDE_DIRECTORIES}
   ${JAVA_INCLUDE_PATH}/win32
   ${JAVA_INCLUDE_PATH}/linux
+ ${JAVA_INCLUDE_PATH}/freebsd
 )
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0012762)
Alex Neundorf (developer)
2008-07-20 15:47

Fix committed to cvs HEAD, should be 2.6.2 (maybe 2.6.1).

Alex

 Issue History
Date Modified Username Field Change
2008-07-17 18:43 Mark Dixon New Issue
2008-07-18 17:09 Alex Neundorf Status new => assigned
2008-07-18 17:09 Alex Neundorf Assigned To => Alex Neundorf
2008-07-20 15:47 Alex Neundorf Note Added: 0012762
2008-07-20 15:47 Alex Neundorf Status assigned => closed
2008-07-20 15:47 Alex Neundorf Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team