gretl-devel-bounces(a)lists.wfu.edu skrev 2009-03-13 18:37:45 :
On Fri, 13 Mar 2009, Allin Cottrell wrote:
> [A]fter you've run the installer once, it should be possible
to
> _update_ the installation by simply copying the updated files
> from the build tree to their final position, e.g. under
>
> c:\program files\gretl
>
> (without having to create and run a new installer). I'm working
> on a shell script that will do that job.
I've added win32/wininstall.sh to CVS. Hopefully this should do
the job, though I haven't yet tested it on Windows. The PREFIX at
the top of this script indicates the final installation path, and
will have to be changed if the path is not c:/program files/gretl
Allin.
First of all, thanks for your efforts. I have tried the wininstall.sh
script by typing "wininstall.sh" in MSYS under c:\gretl\win32, and gets the
errors below. The only misc-dll files I have are installed at
c:\mingw\winbuild\misc-dll. Likewise, the gui2 files are at c:\gretl\gui2,
share is at c:\gretl\share, pixmaps is at c:\gretl\pixmaps, the .hlp file
are at c:\mingw\winbuild\help, and so on.
I suppose this explains these errors.
Here is the output:
cp: cannot stat `/misc-dll/libgmp-3.dll': No such file or directory
cp: cannot stat `/misc-dll/libxml2.dll': No such file or directory
cp: cannot stat `/misc-dll/readline5.dll': No such file or directory
cp: cannot stat `/misc-dll/history5.dll': No such file or directory
cp: cannot stat `/misc-dll/zlib1.dll': No such file or directory
cp: cannot stat `/misc-dll/libblas.dll': No such file or directory
cp: cannot stat `/misc-dll/liblapack.dll': No such file or directory
cp: cannot stat `/misc-dll/libgtksourceview.dll': No such file or directory
cp: cannot stat `/misc-dll/iconv.dll': No such file or directory
cp: cannot stat `/misc-dll/intl.dll': No such file or directory
cp: cannot stat `/misc-dll/libfftw3-3.dll': No such file or directory
cp: cannot stat `/misc-dll/libpng12-0.dll': No such file or directory
cp: cannot stat `/gui2/*.xml': No such file or directory
cp: cannot stat `/gui2/gnuplot.lang': No such file or directory
cp: cannot stat `/gui2/R.lang': No such file or directory
cp: cannot stat `/gretlgui.hlp': No such file or directory
cp: cannot stat `/gretlcmd.hlp': No such file or directory
cp: cannot stat `/gretlcli.hlp': No such file or directory
cp: cannot stat `/genrcli.hlp': No such file or directory
cp: cannot stat `/genrgui.hlp': No such file or directory
cp: cannot stat `/genrcli.hlp.it': No such file or directory
cp: cannot stat `/genrgui.hlp.it': No such file or directory
cp: cannot stat `/share/texfigs/*.png': No such file or directory
cp: cannot stat `/gretlgui.hlp.es': No such file or directory
cp: cannot stat `/gretlcmd.hlp.es': No such file or directory
cp: cannot stat `/gretlcli.hlp.es': No such file or directory
cp: cannot stat `/gretlgui.hlp.it': No such file or directory
cp: cannot stat `/gretlcmd.hlp.it': No such file or directory
cp: cannot stat `/gretlcli.hlp.it': No such file or directory
cp: cannot stat `/COPYING': No such file or directory
cp: cannot stat `/pixmaps/gretl-logo.xpm': No such file or directory
cp: cannot stat `/gretl-guide.pdf': No such file or directory
cp: cannot stat `/gretl-ref.pdf': No such file or directory
cp: cannot stat `/share/data/*.gdt': No such file or directory
cp: cannot stat `/share/data/*.dtd': No such file or directory
cp: cannot stat `/share/data/descriptions': No such file or directory
cp: cannot stat `/share/data/greene/*.gdt': No such file or directory
cp: cannot stat `/share/data/greene/wg_descriptions': No such file or
directory
cp: cannot stat `/share/data/misc/*.gdt': No such file or directory
cp: cannot stat `/share/data/misc/descriptions': No such file or directory
cp: cannot stat `/tests/*.dat': No such file or directory
cp: cannot stat `/share/scripts/*.inp': No such file or directory
cp: cannot stat `/share/scripts/ps_descriptions': No such file or directory
cp: cannot stat `/share/scripts/wg_ps_descriptions': No such file or
directory
cp: cannot stat `/share/scripts/misc/*.inp': No such file or directory
cp: cannot stat `/share/scripts/misc/ps_descriptions': No such file or
directory
make: Entering directory `/c/gretl/win32/db'
make: `fedstl.bin' is up to date.
make: Leaving directory `/c/gretl/win32/db'
cp: cannot stat `/share/bcih/fedstl.idx': No such file or directory
make: Entering directory `/c/gretl/win32/mo'
make: Nothing to be done for `all'.
make: Leaving directory `/c/gretl/win32/mo'
cat: /po/LINGUAS: No such file or directory
cp: cannot stat `/plugin/data/urcdata.gz': No such file or directory
cp: cannot stat `/plugin/data/dwdata.gz': No such file or directory
Andreas