Bug 2127964 - Fix macro definition for SWIG 4.1.0
Summary: Fix macro definition for SWIG 4.1.0
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libCombine
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Antonio T. sagitter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-09-19 13:23 UTC by Jitka Plesnikova
Modified: 2022-09-22 15:48 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-09-22 15:48:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github sbmlteam libCombine pull 52 0 None Merged Fixes for swig-4.1.0 macro definition correction 2022-09-19 13:23:13 UTC

Description Jitka Plesnikova 2022-09-19 13:23:13 UTC
Swig is preparing release of new version 4.1.0. I was testing the rebuild of the package with the version and it failed.

The reason is this change https://github.com/swig/swig/issues/2193

 #2193 -DFOO on the SWIG command line now sets FOO to 1 for
 consistency with C/C++ compiler preprocessors.  Previously
 SWIG set FOO to an empty value.

 Existing invocations of SWIG with `-DFOO` where the empty value
 matters can be updated to `-DFOO=` which should work with both
 old and new releases of SWIG.

 *** POTENTIAL INCOMPATIBILITY ***

The issue was reported to upstream and it was fixed.


Note You need to log in before you can comment on or make changes to this bug.