Skip to content

shiboken build bug #12

@ezralanglois

Description

@ezralanglois

For Mac and Linux, the build scripts try to create an executable called shiboken in a directory which contains a subdirectory called shiboken.

To fix this do the following:

In shiboken-1.1.2/generator/

Renamed directory from shiboken to shiboken2

Updated with the following shiboken-1.1.2/generator/CMakeLists.txt

set(shiboken_SRC
generator.cpp
shiboken2/cppgenerator.cpp
shiboken2/headergenerator.cpp
shiboken2/overloaddata.cpp
shiboken2/shibokengenerator.cpp
shiboken2/shibokennormalize.cpp
main.cpp
)

if (NOT DISABLE_DOCSTRINGS)
set(shiboken_SRC ${shiboken_SRC} qtdoc/qtdocgenerator.cpp)
add_definitions(-DDOCSTRINGS_ENABLED)
endif()

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/shiboken2

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