From: Tatsuro M. <tma...@ya...> - 2014-03-21 06:52:45
|
Hello I have tried to make a installer for gnuplot for windows on MinGW bplatform (gcc-4.8.2, MinGW-w64 32bit) using cvs source (changelog 2014-03-20). The make all and make install worded correctly. Howerver, make installer failed. The error messages are : ******************************************************************** PATCHLEVEL`-win32-setup/" \ ../../win/gnuplot.iss > ./dist/gnuplot.iss (cd ./dist; "/c/PROGRA~1/INNOSE~1/iscc/" gnuplot.iss) Inno Setup 5 Command-Line Compiler Copyright (C) 1997-2012 Jordan Russell. All rights reserved. Portions Copyright (C) 2000-2012 Martijn Laan Inno Setup Preprocessor Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved. Compiler engine version: Inno Setup 5.5.4 (a) [ISPP] Preprocessing. [ISPP] Preprocessed. Error on line 1 in d:\usr\Tatsu\mingw32work\gnuplot\gnuplotcvs\gnuplot\config\mingw\dist\gnuplot.iss: Text is not inside a section. Compile aborted. make: *** [installer] Error 2 ******************************************************************** Top 13 lines of gnuplot.iss ********************************************** ; ; $Id: gnuplot.iss,v 1.7 2014/03/15 04:24:34 markisch Exp $ ; ; GNUPLOT - gnuplot.iss ; ;[ ; Copyright 2011,2012 Bastian Märkisch ; ; Permission to use, copy, and distribute this software and its ; documentation for any purpose with or without fee is hereby granted, ; provided that the above copyright notice appear in all copies and ; that both that copyright notice and this permission notice appear ; in supporting documentation. ********************************************************** What is the error message "Text is not inside a section." ? It will grateful for me if some suggestions will be given. Regards Tatsuro |