I'm switching from HGE to SFML for my next project. I'm missing some of my favourite features, but cross-platform compatibility was my primary concern.
My development team consists of me and one other person, and we need to collaborate remotely. We've already got our repository and such set up, but I'm having a bit of trouble figuring out how to effectively share the library across the source control. Were we using the same operating system, I'd use the included libs and dlls and just have at it, but my development partner is using a Mac while I'm using Vista.
Will the same source code be usable for both of us? Are there any major "gotchas" when working on multiple platforms at once with SFML, as opposed to working on a single platform then porting later?
Thanks!