From: akl Date: Mon, 27 Aug 2007 14:04:15 +0000 (+0000) Subject: Add input parameter for script to fix problem with testing Fortran compilers. X-Git-Tag: IMP_BR_4~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=035caa3d22c2dc5b5df0254c67640e8c99af57d6;p=tools%2Finstall.git Add input parameter for script to fix problem with testing Fortran compilers. --- diff --git a/src/SALOME_InstallWizard.cxx b/src/SALOME_InstallWizard.cxx index d74f059..e4e97d0 100644 --- a/src/SALOME_InstallWizard.cxx +++ b/src/SALOME_InstallWizard.cxx @@ -2476,6 +2476,7 @@ void SALOME_InstallWizard::onStart() statusLab->setText( tr( "Check Fortran compiler..." ) ); // check Fortran compiler. QString script = "./config_files/checkFortran.sh find_compilers"; + script += " " + QUOTE( QFileInfo( QDir::cleanDirPath( tempFolder->text().stripWhiteSpace() ) + TEMPDIRNAME ).absFilePath() ); ___MESSAGE___( "script = " << script.latin1() ); if ( system( script ) ) { QMessageBox::critical( this,