build[Edition]-command.bat for Windows have links to 1.2.1 directory
Replies (3)
Please register to reply
Please register to reply
Forums » Saxon/C Help and Discussions »
Added by Martin Honnen almost 3 years ago
I needed to fix the buildeec-command.bat
for SaxonC 11.1 EE to reference
set jdkdir=C:\Program Files\Saxonica\SaxonC EE 11.1\Saxon.C.API\jni
it was linking to the 1.2.1 directory.
Please register to reply
I will attach the corrected build[edition]c-command.bat files I have used in the meantime to successfully build SaxonC 11.1 command tools on Windows:
set jdkdir=C:\Program Files\Saxonica\SaxonC HE 11.1\Saxon.C.API\jni
cl /EHsc "-I%jdkdir%" "-I%jdkdir%\win32" /DHEC Transform.c
cl /EHsc "-I%jdkdir%" "-I%jdkdir%\win32" /DHEC Query.c
buildhec-command.bat (185 Bytes) buildhec-command.bat |
Thank you Martin for reporting this issue. Bug issues created here: #5291
I have decided to make the JNI path relative so that we don't trip up with the version number issue again.
Please register to reply