|
From: doug s. <hig...@ho...> - 2013-05-27 22:11:49
|
>>> >>> 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. > After a touch-up it builds on win32. I don't have an automated test suite set up, didn't try it. -Doug |