Hi everyone,
I was able to compile the Gosu "solution"... but when building RubyGosu, I get this error:
C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\wspiapi.h(44) : error C2894: templates cannot be declared to have 'C' linkage
If it's any help, the most useful information I found in a search came up in reference to the Curl file transfer library.
http://trac.osgeo.org/gdal/wiki/FAQInstallationAndBuilding#WhyVisualC8.0failswithC2894errorinwspiapi.hwhenbuildingGDALwithlibcurlsupportI'm not sure where wspiapi.h is being used... (i presume) Gosu isn't using winsock2.h or ws2tcpip.h. I guess I can track down the exact usage but I'm hoping one of you has an easy fix first.
I have Boost and Ruby in the build path.
Again this is Microsoft Visual Studio 2005, the full version with the VC++ 8.0 Compiler -- Gosu source pulled down from the SVN on Saturday.
Thanks for reading, and any help is much appreciated.