Probleme mit kompilieren von Boost und Python.



  • Hallo,
    ich habe ein Problem mit dem Kompilieren von Boost und python: Es kommt immer folgende Meldung:
    Skipping build of: libs/python/build/boost_python <build>no in common properties
    Eingestellt in project-config.jam habe ich:
    using python : 2.6 : "D:\Programme\Python\v. 2.6.4" ;

    Bitte sagt mir jemand, wie ich das richtig kompiliere



  • ok es lag am backslash :P.
    Es muss heißen:

    using python : 2.6 : "D:/Programme/Python/v. 2.6.4/" ;
    

Log in to reply