Changes between Initial Version and Version 1 of Ticket #1575, comment 18
- Timestamp:
- 05/17/18 20:41:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1575, comment 18
initial v1 1 Started from scrat h again today ran into some issues with libxml2. It would always just build the python2 variant and then would also fail with1 Started from scratch again today ran into some issues with libxml2. It would always just build the python2 variant and then would also fail with 2 2 3 3 {{{ … … 8 8 9 9 {{{ 10 ./configure --prefix /Users/xpragtk3/gtk/inst --libdir="$JHBUILD_LIBDIR" --with-python --with-python-install-dir=/Users/xpragtk3/gtk/inst/lib/python2.7/site-packages }}} 10 ./configure --prefix /Users/xpragtk3/gtk/inst --libdir="$JHBUILD_LIBDIR" --with-python --with-python-install-dir=/Users/xpragtk3/gtk/inst/lib/python2.7/site-packages 11 }}} 11 12 12 13 I'm not sure where the --with-python-install-dir comes from it doesn't appear in the moduleset?