On Sun, Jul 12, 2009 at 2:34 PM, Dustin<[email protected]> wrote: > > > On Jul 12, 2:12 am, Henrik Schröder <[email protected]> wrote: > >> Anyway, there seems to be a mingw compiler for Linux, so you could actually >> do the work in your preferred environment but use the cross-compiler >> instead, and then just test the resulting windows exe on your windows >> machine. I dunno, maybe that approach helps with your problems? > > If I can, I'd like to actually run the test suite on every build as > well. Trying to get this as close to first-class as possible. >
That is a good idea. I've had code that behaved differently due to issues running memcahced as a service (and return values if the service is not started, remembers things incorrectly, etc.) on different platforms, but I believe that was because of a version difference. -- ~ When the great Tao is forgotten, kindness and morality arise.
