From 732ba0d919c155923f8d62ff97210bc1b6289d8f Mon Sep 17 00:00:00 2001 From: Chen Guang Zhao <87698433+zhchgbj@users.noreply.github.com> Date: Fri, 18 Aug 2023 09:19:55 +0800 Subject: [PATCH] lsf-L3-tracker#863 add NOTE for perl 5.36 (#6) --- LSF-Base/README.md | 7 +++++++ LSF-Batch/README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/LSF-Base/README.md b/LSF-Base/README.md index 4c671ba..3c04364 100755 --- a/LSF-Base/README.md +++ b/LSF-Base/README.md @@ -38,6 +38,13 @@ To compile and install the library, go to the source directory and type: `$ sudo make install` +Note: If you are using perl 5.36 or upper, remove following 3 lines from Base.xs: +``` + #ifndef PL_errgv + #define PL_errgv errgv + #endif +``` + ## Release Notes ### Release 1.01 - 27/11/2013: diff --git a/LSF-Batch/README.md b/LSF-Batch/README.md index a17838d..bf5da80 100755 --- a/LSF-Batch/README.md +++ b/LSF-Batch/README.md @@ -38,6 +38,13 @@ To compile and install the library, go to the source directory and run the follo `$ sudo make install` +Note: If you are using perl 5.36 or upper, remove following 3 lines from Batch.xs: +``` + #ifndef PL_errgv + #define PL_errgv errgv + #endif +``` + ## Release Notes ### Release 1.05 - 18/5/2017