Bug#571007: FTBFS: configure: error: cannot find PyQt4 dev tools

Petr Salinger Petr.Salinger at seznam.cz
Tue Feb 23 15:35:23 UTC 2010


Hi,

the fix/workaround/hack bellow
to configure.ac and similar to configure
is sufficient to build code-saturne on kfreebsd-amd64.

Petr


--- configure.ac
+++ configure.ac
@@ -447,7 +447,7 @@
  path = app.applicationDirPath()
  sys.stdout.write(path)]"

-    PYPATH=`${PYTHON} -c "${prog}"`
+    PYPATH=$PATH:`${PYTHON} -c "${prog}"`

    else
      PYPATH=${PYQT4_EXE}






More information about the debian-science-maintainers mailing list