[Fxruby-users] FXRuby on QNX
Status: Inactive
Brought to you by:
lyle
From: Joel V. <vj...@PA...> - 2004-02-13 01:08:40
|
Hi, I've got Fox working on QNX6.2.1, and I've got ruby working, but FXRuby doesn't build for me. Anybody else try this? The problems atm have to so with constness in C++: /usr/include/string.h: In function `void * memchr(void *, int, unsigned int)': /usr/include/string.h:125: declaration of C function `void * memchr(void *, int, unsigned int)' conflicts with /usr/include/string.h:49: previous declaration `const void * memchr(const void *, int, unsigned int)' here ...and more like that When you include string.h with __cplusplus defined, these declarations become inconsistent. I tried a minimal .cpp example (based on hello.cpp from Fox) that includes "string.h", but couldn't recreate the problem. So probably something is misconfigured in FXRuby, but what precisely... |