Jérémie BORDIER <[email protected]> wrote: > I might be wrong, but i think that the current compiler isn't cross > platform, this could be the right time to do something to ease > thrift's accessibility on windows (even if they don't run the CPP > Library, at least they could generate Java stubs)
Unfortunately, the cross-platform problems with the C++ Thrift compiler are mostly outside of the project's control, but I agree that this is a big problem at the moment. As far as I can tell (and I've looked far and wide) Flex and Bison versions late enough for Thrift simply cannot be built on Windows. I have some changes stored away in a working copy to build the compiler in Visual C++ that are mostly working, but lack a native Windows flex lib. Michael Greene
