Comment 3 for bug 1155595

Revision history for this message
David Garcia Garzon (dgarcia-ubuntu) wrote :

This error is still persitent in 1.1.2-4

Cflags is still defined as:

      Cflags: -I/usr/include/python2.7;/usr/include/x86_64-linux-gnu/python2.7 -I${includedir}/

Which causes problems with the semicolon in any command you use pkg-config.
Seems to be autogenerated.

Instead hardcoding the paths, a line like:
      Depends: python2.7
would do the job and ease maintenance.

prefix=/usr
exec_prefix=/usr
libdir=/usr/lib/x86_64-linux-gnu
includedir=/usr/include/shiboken
generator_location=/usr/bin/shiboken
python_interpreter=/usr/bin/python2.7
python_include_dir=/usr/include/python2.7;/usr/include/x86_64-linux-gnu/python2.7

Name: shiboken
Description: Support library for Python bindings created with Shiboken generator.
Depends: python2.7
Version: 1.1.2
Libs: -lshiboken-python2.7
Cflags: -I${includedir}/