Discussion:
[gambit-list] [ANN] Gambit v4.8.9 released
Logiciel Gambit
2018-02-27 01:52:26 UTC
Permalink
Gambit v4.8.9 is now available.

Changelog: https://github.com/feeley/gambit/commits

The sources and prebuilt distributions can be obtained from
the Gambit web site by visiting one of the following links.

sources:
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/source/gambit-v4_8_9.tgz (for typical users)
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/source/gambit-v4_8_9-devel.tgz (for developers)

prebuilt:
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/prebuilt/gambit-v4_8_9-macosx-intel32.dmg
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/prebuilt/gambit-v4_8_9-macosx-intel64.dmg
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/prebuilt/gambit-v4_8_9-windows-mingw32.exe
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/prebuilt/gambit-v4_8_9-windows-mingw64.exe
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/prebuilt/gambit-v4_8_9-windows-visualc32.exe
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/prebuilt/gambit-v4_8_9-windows-visualc64.exe
C K Kashyap
2018-03-09 02:05:38 UTC
Permalink
Experience report:

I tried the installers on windows. First of all, its good that we have
these installers. It was good to have gsi running out of the box. I have
trouble running gsc though -
I got this issue while trying gsc (both 32 and 64 windows-visualc) -

C:\Users\ckk>gsc -exe a.scm
a.c
a_.c
libgambit.lib(os_base.obj) : error LNK2019: unresolved external symbol
___iob_func referenced in function ____display_error
libgambit.lib(os_shell.obj) : error LNK2019: unresolved external symbol
__environ referenced in function ____getenv_UCS_2
a.exe : fatal error LNK1120: 2 unresolved externals

Before trying this, I had run "C:\Program Files (x86)\Microsoft Visual
Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat" (and vcvars32 in
case of 32bit gambit). Could this be because I use a newer VC?

Regards,
Kashyap
Post by Logiciel Gambit
Gambit v4.8.9 is now available.
Changelog: https://github.com/feeley/gambit/commits
The sources and prebuilt distributions can be obtained from
the Gambit web site by visiting one of the following links.
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/
source/gambit-v4_8_9.tgz (for typical users)
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/
source/gambit-v4_8_9-devel.tgz (for developers)
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/
prebuilt/gambit-v4_8_9-macosx-intel32.dmg
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/
prebuilt/gambit-v4_8_9-macosx-intel64.dmg
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/
prebuilt/gambit-v4_8_9-windows-mingw32.exe
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/
prebuilt/gambit-v4_8_9-windows-mingw64.exe
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/
prebuilt/gambit-v4_8_9-windows-visualc32.exe
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/
prebuilt/gambit-v4_8_9-windows-visualc64.exe
_______________________________________________
Gambit-list mailing list
https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Loading...