Hello, In Fedora systems saxon.jar is provided by saxon.noarch.rpm (saxon-9.3.0.4-13.fc21.noarch.rpm in Fedora 21).
It is installed to /usr/share/java/saxon/saxon.jar.
And during the building of darktable 1.6 and 1.7 (git version),
FindSaxon.cmake does not search for 'usr/share/java/saxon' folder.
There you add line as bellow (Check beyond Line number 52).
Original
find_file (SAXON
NAMES saxon.jar saxon6.jar saxon-6.5.5.jar saxon-6.5.4.jar saxon-6.5.3.jar
PATH_SUFFIXES share/java
share/saxon-6.5/lib
DOC "location of saxon 6.5.x JAR file"
CMAKE_FIND_ROOT_PATH_BOTH
)
Suggested
find_file (SAXON
NAMES saxon.jar saxon6.jar saxon-6.5.5.jar saxon-6.5.4.jar saxon-6.5.3.jar
PATH_SUFFIXES share/java
share/saxon-6.5/lib
share/java/saxon
DOC "location of saxon 6.5.x JAR file"
CMAKE_FIND_ROOT_PATH_BOTH
)
Original
find_file (JAVA_DOCBOOK_XSL_SAXON_LIBRARY
NAMES saxon.jar saxon65.jar saxon653.jar saxon654.jar saxon655.jar
docbook-xsl-saxon.jar
PATH_SUFFIXES share/xml/docbook/stylesheet/nwalsh/current/extensions
share/xml/docbook-xsl/extensions
share/xml/docbook/xsl/extensions
share/java
share/saxon-6.5/lib
DOC "location of saxon 6.5.x DocBook XSL extension JAR file"
CMAKE_FIND_ROOT_PATH_BOTH
Suggested
find_file (JAVA_DOCBOOK_XSL_SAXON_LIBRARY
NAMES saxon.jar saxon65.jar saxon653.jar saxon654.jar saxon655.jar
docbook-xsl-saxon.jar
PATH_SUFFIXES share/xml/docbook/stylesheet/nwalsh/current/extensions
share/xml/docbook-xsl/extensions
share/xml/docbook/xsl/extensions
share/java
share/saxon-6.5/lib
share/java/saxon
DOC "location of saxon 6.5.x DocBook XSL extension JAR file"
CMAKE_FIND_ROOT_PATH_BOTH
--
Best Regards,
Kasun Chathuranga
http://kasunc.blogspot.com
"What you are is
what you have been.
What you'll be is
what you do now."
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
