Op vrijdag 23 februari 2024 01:37:40 CET schreef john:
> > On Feb 22, 2024, at 05:25, Geert Janssens
> > wrote:>
> > Op donderdag 22 februari 2024 13:41:43 CET schreef Derek Atkins:
> >> I'm going to throw some ideas out there, but... doesn't the "set"
> >>
> >> overwrite the variable?? In the
> On Feb 22, 2024, at 05:25, Geert Janssens wrote:
>
> Op donderdag 22 februari 2024 13:41:43 CET schreef Derek Atkins:
>> I'm going to throw some ideas out there, but... doesn't the "set"
>> overwrite the variable?? In the original you had:
>>
>> set DSPF -python -Wall -Werror $(SWIG_ARGS)
Op donderdag 22 februari 2024 13:41:43 CET schreef Derek Atkins:
> I'm going to throw some ideas out there, but... doesn't the "set"
> overwrite the variable?? In the original you had:
>
> set DSPF -python -Wall -Werror $(SWIG_ARGS)
> if (swig_version < 4.1)
> set DSPF $(SWIG_ARGS) -py3
I'm going to throw some ideas out there, but... doesn't the "set"
overwrite the variable?? In the original you had:
set DSPF -python -Wall -Werror $(SWIG_ARGS)
if (swig_version < 4.1)
set DSPF $(SWIG_ARGS) -py3
Wouldn't this override DSPF if swig is < 4.1, getting rid of -python -Wall
-
My last commit causes a CI failure on MacOS. Unfortunately I can't find why
that would be.
As far as I can see I haven't changed anything that could cause the distutils
module not to
be found by python.
There are other errors later on in the configure output relating to a read-only
file syst
Hi,
I presume you are referring to the warning messages regarding the -py3 switch :
Deprecated command line option: -py3. Ignored, this option is no longer
supported.
They are not specific to Ubuntu 23.10. I see the same warnings when building
gnucash on
Fedora 39.
It's a change in the swig t