GNOME Bugzilla – Bug 578524
synaesthesia MSVC compatibility
Last modified: 2009-04-14 22:22:46 UTC
The synaesthesia plugin doesn't compile under MSVC due to references to headers that are not available with the MS SDKs. The bugs appear on line 31, 32, and 35.
Forgot to mention that it's in synaescope.c
Created attachment 132423 [details] [review] Possible fix
commit 3743c83acea97f65a219c07d3b4b4a7fd1c6089e Author: David Hoyt <dhoyt at llnl.gov> Date: Tue Apr 14 19:16:46 2009 +0200 synaesthesia: fix compilation on windows Fix compilation under MSVC due to references to headers that are not available with the MS SDKs. Fixes #578524
These headers would/should IMO better be guarded with things like #ifdef HAVE_UNISTD_H and #ifdef HAVE_SYS_TIME_H etc.