Boost.Socket (Sandbox)
-
Hallo
Ich hab Boost 1.33.0 bei mir installiert.
Da ich schon lange eine gute C++ Socket Library suchen, hab ich mir mal die Boost.Socket Library angeschaut.
(http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?BoostSocket)Da mir das Design gut gefällt wollt ich mir das Teil installieren.
Der Author verweist auf das Gaillo-Projekt bei Sourceforge, da fand ich beim duchstöbern des CVS' folgendeds:
http://cvs.sourceforge.net/viewcvs.py/giallo/giallo/
in boost/net/socket/ bzw. libs/net/socket/ scheint der aktuelle Teil von Boost.Socket zu liegen.Jetzt meine Fragen:
1. Wie downloade ich die Dateien am besten? Ich hoffe doch es gibt einem besseren Weg als jede einzelnd über das Web-CVS zu downloaden.
2. Wie installiere ich das in meine aktuelle Boost-Installation?Ich hoffe ihr könnt mir helfen
-
1. Ist doch auf der Giallo-SF Seite erklärt
http://sourceforge.net/cvs/?group_id=101519 schrieb:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/giallo login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/giallo co -P modulename
Du musst dafür eben CVS installieren. Siehe auch http://sourceforge.net/docman/display_doc.php?group_id=1&docid=29894
-
Edit: Hab das mit CVS jetzt hinbekommen
Danke.
So, mal sehen ob das Installieren klappt.Edit2:
Das Installieren (mit bjam) klappt noch nicht so ganz:
Ich bekomme folgenden Fehler:D:\boost_1_33_0\boost\config\requires_threads.hpp(82) : fatal error C1189: #Fehler: "Compiler threading support is not turned on. Please set the correct command line options for threading: either /MT /MTd /MD or /MDd"
Hab schon Google befragt und leider nichts wirklich helfendes gefunden.
Weiß jemand Rat?
-
Weiß niemand Rat?
-
Pyr0kar schrieb:
Edit2:
Das Installieren (mit bjam) klappt noch nicht so ganz:
Ich bekomme folgenden Fehler:D:\boost_1_33_0\boost\config\requires_threads.hpp(82) : fatal error C1189: #Fehler: "Compiler threading support is not turned on. Please set the correct command line options for threading: either /MT /MTd /MD or /MDd"
Hab schon Google befragt und leider nichts wirklich helfendes gefunden.
Weiß jemand Rat?Es steht doch ganz genau da, was du machen sollst.
-
Ja, aber ich weiß leider nicht wie ich bjam.exe mitteile dass es diese Kompileroptionen benutzen soll.
Hätte ich dazu schreiben sollen, sorry.