|
From: Ian S. A. <ia...@ae...> - 2013-05-27 19:21:05
|
On 27/05/13 01:13 PM, Ian Stakenvicius, Aerobiology wrote: > On 27/05/13 01:08 PM, Ian Stakenvicius, Aerobiology wrote: >> >> So I just grabbed and test built current CVS HEAD on my linux boxen; I'm >> seeing a -ton- of implicit declarations right now. I expect these are >> going to cause issues, so I'm going to go through and fix the headers >> and/or source files this afternoon. Doing this should improve things on >> all platforms, I expect. >> > > Hey all -- why the removal of '#include "system.h"' from EAI_C_ReWire.c > and EAI_C_Node.c ? it's still included in the other files.. was this > causing issues for some reason on windows? > Answered my own question -- seems it was causing some redefinition of things. I put it back, conditional on #define WIN32, and fixed the collisions. I also de-windows'ized some other function calls in src/libeai/ , everything should be fine but please test to be sure. |