Am 13.05.2018 um 01:15 schrieb Paulo Custodio:
> I posted by mistake a similar question in sdcc-devel - sorry for spaming.
> 
> I'm trying to build sdcc in a Windows with mingw. Although ./configure
> completes successfully, the make afterwards fails with missing constants:
> 
> simi.c:272:18: error: 'NO_ERROR' undeclared (first use in this function)
> fwio.cc:118:20: error: 'ERROR_INVALID_HANDLE' was not declared in this scope
> fwio.cc:122:20: error: 'ERROR_INVALID_FUNCTION' was not declared in this
> scope
> 
> As another attempt I tried opening the Visual Studio solution file
> sdcc.sln and building, but it targets Visual Studio 2010 and uses
> stdbool.h, which only exists in more recent platform versions.
> 
> Are there any hints of what might be missing in my environment?
> 
> Thanks in advance,
> Paulo
> 

Snapshots for x86_64 Windows are still being built (see
http://sdcc.sourceforge.net/snap.php). Subsequent execution of the
regression tests fails (due to an issue with the wine installation), so
there is a red dot next to them, but the snapshots themselves are there.

AFAIK, the infrastructure used to build them uses MinGW (though I don't
know which variant) and is maintained by Maarten, and related to what
can be found in sdcc-build or sdcc-cf in the repository. But I am not
familiar with the details.

Philipp

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to