[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65357] [PATCH] gnu: scilab: Fix compilation error.
From: |
Andreas Enge |
Subject: |
[bug#65357] [PATCH] gnu: scilab: Fix compilation error. |
Date: |
Thu, 17 Aug 2023 20:42:12 +0200 |
Hello Nicolas,
Am Thu, Aug 17, 2023 at 08:15:07PM +0200 schrieb Nicolas Graves:
> + (substitute*
> "modules/output_stream/src/cpp/diary_manager.cpp"
> + (("if \\(array_size > 0\\)")
> + "if (*array_size > 0)"))
the fix looks right to me. But our scilab version is 8 years old, while there
are newer versions around. Would it make sense to rather update the package
to a newer version? (I had a look at 5.2.2, 6.0.0 and 6.1.1, but all of them
would still require your suggested fix.)
Andreas