-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 07/21/2011 10:31 PM, Hans-Christoph Steiner wrote:
I'm up for doing that as a temporary fix. My guess is the real fix will be using the MinGW64 toolchain... too bad there is no package management for that.
definitely.
In the meantime, it seems that the MinGW build is dying on something different, which is not making sense to me:
Dylib.cpp:104: error: ISO C++ forbids casting between pointer-to-function and pointer-to-object Dylib.cpp: In member function `bool GemDylib::run(std::string)': Dylib.cpp:113: error: ISO C++ forbids casting between pointer-to-function and pointer-to-object
obivously, the compiler thinks that "void*" is a pointer to an object, and it knows that we need a pointer to a function, and ISO C++ forbids the conversion between the two... weird, it doesn't happen anywhere else (and i'm not sure that they are right in saying that (void*) is indeed a pointer to an object...)
anyhow, i hope i fixed it with rev4361
fgmasr IOhannes