bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue with 'src/variable.c'


From: Paul Smith
Subject: Re: Issue with 'src/variable.c'
Date: Wed, 07 Feb 2024 10:19:26 -0500
User-agent: Evolution 3.50.3 (by Flathub.org)

On Wed, 2024-02-07 at 13:35 +0100, Gisle Vanem wrote:
> src/variable.c doesn't compile:
>    variable.c(1642): error C2065: 'specificity': undeclared
> identifier
>    variable.c(1658): error C2065: 'specificity': undeclared
> identifier

Thanks for this report.  It's helpful to include information on the
operating system and compiler suite you're using when reporting issues.
In this case this code is only compiled on Windows:

  #if MK_OS_W32
    ...

Unfortunately I don't test on Windows regularly (e.g., before I push
every commit) since I don't own a license for Windows.  I use the free
evaluation VMs from Microsoft but they expire every few months: if I
have an instance that hasn't expired I'll use it but if not I wait to
test until I either need to test something specifically on Windows, or
else when I'm going to make a release.

I will address this, thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]