]> git.lyx.org Git - features.git/commit
Add some debugging code to QProcess. Reconfigure (python) starts and finishes here...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 11 May 2009 08:34:08 +0000 (08:34 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 11 May 2009 08:34:08 +0000 (08:34 +0000)
commitdc267d6dd9ed2bb5d6a405a64e74d71277bbd54c
tree68f99068c967092d360b6a5fbc832bed65a624de
parentfae3c1669f1d618438f8a65ee9bcdc28a9d742f7
Add some debugging code to QProcess. Reconfigure (python) starts and finishes here (ubuntu9.04) but doesn't proceed and returns this:

/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(66): Qprocess python -tt '/home/younes/devel/lyx/trunk/lib/configure.py' --with-version-suffix=2.0 finished!
/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(67): exitCode 2
/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(68): error 5
/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(69): state 0
/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(70): status 0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29625 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/Systemcall.cpp