On Oct 4, 1:58 pm, Stephen Johnston <[email protected]> wrote: > I'm not (much of) a C programmer, nor particularly familiar with the > Memcached codebase. However, is there anything I can offer resource wise to > help getting Windows support baked into the main branch? This could be a > builder, a test machine (or VM), a machine to connect to with the Windows > compile tools so someone can work on it. Whatever it is, be creative and > honest.
We *supposedly* have a build system with instructions that can do a windows build of an older tree, but I don't think any of us know enough about windows to even follow the instructions. I've actually made buildbot run on windows once, and I got the code checked out. I couldn't figure out how to get both of those happening in the same terminal, nor could I actually get it to find the dependencies it needed for a build. I feel like it's *really* close, but we've had a really hard time finding anyone who actually knows how to do anything on windows who could help. If you'd like to try, clone git://github.com/dustin/memcached.git and check out the win32 branch and see if you can make anything of it.
