My progress so far:
I get the following error message:
make -C mo
make[1]: Entering directory `/c/gretl/win32/mo'
msgfmt.exe -o de.mo ../../po/de.po
make[1]: msgfmt.exe: Command not found
make[1]: *** [de.mo] Error 127
make[1]: Leaving directory `/c/gretl/win32/mo'
make: *** [mo/de.po] Error 2
After googling it I found that I had to install the GetText package from
http://gnuwin32.sourceforge.net/packages.html .
I install it at c:/Program/GnuWin32 and changes line 21 in config.mk to
WIN32_MSGFMT = c:/Program/GnuWin32/bin/msgfmt.exe
Then the process starts again, until I get the following error:
make[1]: Leaving directory `/c/gretl/win32/mo'
gcc -Wall -O2 -mms-bitfields -DWIN32 -c -I. -I../lib/src
-Ic:/mingw/include/libxml2 ../gui2/mklang.c
gcc -Wall -O2 -mms-bitfields -DWIN32 -o mklang.exe mklang.o -L./import-libs
-lgretl -lintl
PATH=/bin:./dlls:/mingw/winbuild/misc-dll ./mklang.exe > gretl.lang
make: *** [native_lang] Error 53
Then I am stuck again. I hope you can solved it. It is close to success.
Andreas
gretl-devel-bounces(a)lists.wfu.edu skrev 2009-03-12 16:05:11 :
On Thu, 12 Mar 2009, Allin Cottrell wrote:
> I noticed yesterday that when I built gretl on Windows
everything
> was fine apart from the colored icons: these were somehow
> scrambled. However, they come out OK if I cross-build the
> resources file on Linux...
I believe this is now fixed in CVS. The icon resource file builds
OK on Windows.
Note that, if you install the Inno Setup program, the command
"make dist" will create gretl_install.exe. Unfortunately the
shell script that puts all the files in the right place for this
runs slooowly on Windows (it zips along on Linux). I'll try to
improve that.
Allin.
_______________________________________________
Gretl-devel mailing list
Gretl-devel(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-devel