#2849 closed task (fixed)
libgsf-1.14.7 requires Python
Reported by: | caozhzh | Owned by: | Randy McMurchy |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
When I run the command below: ./configure --prefix=/usr it told me: configure: error: no suitable Python interpreter found
so,I install Python-2.5.2 first,and retry,it's ok!
Change History (7)
comment:1 by , 16 years ago
comment:3 by , 15 years ago
Priority: | normal → high |
---|
This is an old ticket and the BLFS book has since been updated to libgsf-1.14.17. Bruce did not update the dependencies to indicate Python is required. I'm escalating this because it should be very simple to find out if it is or is not required in the recent version.
comment:4 by , 15 years ago
The book already had PyGTK as an optional dependency, which requires python. There is a section that builds Python Bindings. I had python installed, and did not attempt to build libgsf without python.
There is an option in configure
--{with,without}-python Build with the python support
The default ./configure fails when the option --without-python is omitted.
I suppose we should add python as an optional dependency and add -without-python to the configure line.
comment:5 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added the parameter and explanatory text to the libgsf instructions.
Confirmed. Can either add Python as a required dependency or pass --without-python to configure to bypass python support.