Skip to content

Remove :: from shiboken include path#48

Merged
dirk-thomas merged 1 commit intoros-visualization:kinetic-develfrom
jspricke:kinetic-devel
Sep 7, 2018
Merged

Remove :: from shiboken include path#48
dirk-thomas merged 1 commit intoros-visualization:kinetic-develfrom
jspricke:kinetic-devel

Conversation

@jspricke
Copy link
Copy Markdown
Contributor

@jspricke jspricke commented Sep 7, 2018

The Variable QT_INCLUDE_DIR_WITH_COLONS is iteratively generated
starting with an empty string and adding :${dir}. This always results in
a colon as the first symbol. When combining it with the INCLUDE_PATH
adding a second colon results in :: in the string. The shiboken command
line utility currently has a bug generating an invalid command out of
this (-I without a string). This seems to have been fixed in the
development version already. Still this double colon ins superfluous so
let's remove it.

The Variable QT_INCLUDE_DIR_WITH_COLONS is iteratively generated
starting with an empty string and adding :${dir}. This always results in
a colon as the first symbol. When combining it with the INCLUDE_PATH
adding a second colon results in :: in the string. The shiboken command
line utility currently has a bug generating an invalid command out of
this (-I without a string). This seems to have been fixed in the
development version already. Still this double colon ins superfluous so
let's remove it.
@dirk-thomas
Copy link
Copy Markdown
Contributor

Thanks for the fix.

@dirk-thomas dirk-thomas merged commit 3d3efad into ros-visualization:kinetic-devel Sep 7, 2018
@jspricke jspricke deleted the kinetic-devel branch September 7, 2018 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants