|
From: Tatsuro M. <tma...@ya...> - 2016-04-11 01:46:43
|
> From: Tatsuro MATSUOKA > To: gnuplot-beta; bmaerkisch > Cc: > Date: 2016/4/10, Sun 08:51 > Subject: Trouble installer package for gnuplot for mingw( Inno Setup error) > > Hello > > I have met a trouble at "make installer" > > ************************************************************** > (cd ./dist; /c/Program\ Files\ \(x86\)/Inno\ Setup\ > 5/iscc gnuplot.iss) > Inno Setup 5 Command-Line Compiler > Copyright (C) 1997-2016 Jordan Russell. All rights reserved. > Portions Copyright (C) 2000-2016 Martijn Laan > Inno Setup Preprocessor > Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved. > > Compiler engine version: Inno Setup 5.5.9 (a) > > [ISPP] Preprocessing. > [ISPP] Preprocessed. > > Error on line 1 in > D:\usr\Tatsu\msys2mingw64_530\gnuplot\gnuplotcvs\gnuplot\config\mingw\dist\gnuplot.iss: > Text is not inside a section. > Compile aborted. > Makefile:1029: recipe for target 'installer' failed > make: *** [installer] Error 2 > > ************************************************************** > > I have cleanly installed windows 10 and use the recent version of Inno Setup 5. > Is this related? > > > "make zip" goes well without issue. > > > Any suggestions? > > Tatsuro > I found a trash character at the top of gnuplot.iss. (I do not know why it exists.) I deleted it and "make installer" worked without problem. Tatsuro |