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

[csmith-bugs] Missing headers on Windows



Hi,

I built csmith from the MSVC solution files on Windows.
However, when attempting to compile generated test programs, the
compilations fail because of missing header files.
It seems like these are generated from the makefiles, which are not
invoked in simply unzipping and building using MSVC.

e.g.

safe_math.h: safe_math.m4
	$(M4) < $< > $@

Is it practical to ship a set of the headers that would be applicable
to MSVC / Win32 compilers?

Cheers,
George Russell