When I run cmake .. -G "Unix Makefiles" (even though no more parameters are passed) I get errors about not being able to find dev libs for alsa, x11 and wayland, although obviously they shouldn't be looked for on Windows
I'm guessing that Cygwin is considered in CMakeLists.txt as UNIX (line 1775) and not as WINDOWS (line 2166)
BTW, the line 1851 looks suspicious, because it seems to be a duplicate condition
Maybe it will be useful:
- SDL: 3.4.4;
- OS: win7 x32;
- Cygwin: 3.3.6-341;
- gcc (
export CC="i686-pc-cygwin-gcc"): 11.3;
- CMake: 3.23.2-1;
- make: 4.3-1.
conf_err.txt
conf_out.txt
When I run
cmake .. -G "Unix Makefiles"(even though no more parameters are passed) I get errors about not being able to find dev libs foralsa,x11andwayland, although obviously they shouldn't be looked for on WindowsI'm guessing that Cygwin is considered in
CMakeLists.txtasUNIX(line1775) and not asWINDOWS(line2166)BTW, the line
1851looks suspicious, because it seems to be a duplicate conditionMaybe it will be useful:
export CC="i686-pc-cygwin-gcc"): 11.3;conf_err.txt
conf_out.txt