Libraries for starbase construction/management game

Ok, I'm looking to start a project. It would be a starbase construction game, in which management, trade and politics are important.
Now, I'm thinking of using Ogre3D for graphics, cegui for GUI, OIS for input, physfs+yaml for handling data files and saves, finally SFML handles sound, thread management and music.
Now, there are a few questions I have:
1) Are there any chances of war starting between some of them over one thing or the other?
2) Are there any better options then SFML for handling threads? (SFML appears to make it very easy, though)
3) Somewhere in the future I might need a networking library, possibly to turn the game into a mmo. Are there any options I could take a look at which do not require you to jump through all kinds of hoops to get something done?
To be honest, I'd really like to avoid boost.
Now, I'm thinking of using Ogre3D for graphics, cegui for GUI, OIS for input, physfs+yaml for handling data files and saves, finally SFML handles sound, thread management and music.
Now, there are a few questions I have:
1) Are there any chances of war starting between some of them over one thing or the other?
2) Are there any better options then SFML for handling threads? (SFML appears to make it very easy, though)
3) Somewhere in the future I might need a networking library, possibly to turn the game into a mmo. Are there any options I could take a look at which do not require you to jump through all kinds of hoops to get something done?
To be honest, I'd really like to avoid boost.