boost: wo ist boost_python-vc80-mt-1_54.lib ?
-
Hallo,
ich habe boost.python-1_54 aus den Quellen gebaut/installiert (win8 64bit),
das endete nach einer Stunde mit einer Erfolgsmeldung. Bei VisualStudio2005
habe ich dann entspr.
http://www.deitel.com/Books/CPlusPlus/CPlusPlusHowtoProgram6e/BoostInstallInstructions/tabid/2898/Default.aspx
die Suchpfade für includes und linker eingetragen.
Beim Kompilieren eines tutorial-Beispiels beschwert sich aber der Linker
über eine fehlende "boost_python-vc80-mt-1_54.lib". Diese ex. auch tatsächlich
nicht. Sollte sie das?Gruß
joh
-
Bei mir sind die im boost Unterverzeichnis
stage/libgelandet, das hängt aber vom Kommandozeilenaufruf ab, mit dem du boost übersetzt hast. Zur Not musst du dein OS (oder Dateisuchprogramm deiner Wahl) mal suchen lassen.
-
Um Boost.Python zu bauen, muss Python installiert und dem Buildsystem bekannt sein (d. h. %PATH%, Include- und Linkerpfade entsprechend ergänzt).
-
DocShoe schrieb:
Bei mir sind die im boost Unterverzeichnis
stage/libgelandet, das hängt aber vom Kommandozeilenaufruf ab, mit dem du boost übersetzt hast. Zur Not musst du dein OS (oder Dateisuchprogramm deiner Wahl) mal suchen lassen.der TotalCommander hat da ja eben nichts gefunden auf der Platte...
dort heist sie z.B. libboost_python-vc80-mt-1_54.lib
-
seldon schrieb:
Um Boost.Python zu bauen, muss Python installiert und dem Buildsystem bekannt sein (d. h. %PATH%, Include- und Linkerpfade entsprechend ergänzt).
python 2.7.4 war schon installiert
%PATH% ist:
C:\Program Files (x86)\National Instruments\Shared\ULx\;C:\Program Files (x86)\Measurement Computing\DAQ\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\TortoiseSVN\bin;C:\Program Files\MATLAB\R2012a\bin;C:\opencv\build\x86\vc9\bin;c:\Python27;C:\Program Files (x86)\IVI Foundation\IVI\bin;C:\Program Files\IVI Foundation\IVI\bin;C:\Program Files\IVI Foundation\VISA\Win64\Bin\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin;C:\Program Files (x86)\MySQL\MySQL Utilities\
dennoch kommt:
Fehler 2 fatal error LNK1104: Datei "c:\Python27\libs\.obj" kann nicht geöffnet werden. dlltest
joh