Skip to content

fails to link libboost_python #244

@wwestlake

Description

@wwestlake

LINK : fatal error LNK1104: cannot open file 'boost_python36-vc141-mt-gd-x64-1_70.lib'

The build system produces file: 'libboost_python36-vc141-mt-gd-x64-1_70.lib'

in file boost/python/detail/config.hpp line 110 need to change from:

#define BOOST_LIB_NAME BOOST_PYTHON_CONCAT(boost_python, PY_MAJOR_VERSION, PY_MINOR_VERSION)

to

#define BOOST_LIB_NAME BOOST_PYTHON_CONCAT(libboost_python, PY_MAJOR_VERSION, PY_MINOR_VERSION)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions