gtk - configure error for --- gobject ---- python header not found -
python header files not found when configuring gobject-introspection.
i have downloaded tar :-----
gobject-introspection-1.34.2
command :-----
gobject-introspection-1.34.2$ ld_library_path=/usr/local/lib:/usr/lib:$ld_library_path ./configure --disable-static
error :----
checking python script directory... ${prefix}/lib/python2.7/dist-packages checking python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages checking headers required compile python extensions... not found configure: error: python headers not found
how can resolve error, please suggest ?
the compiler looking python header files. on linux distro solved via installing python-dev
or similar package. under hood, should able specify include directory via gcc's -i
option.
Comments
Post a Comment