Issue status update for
http://smalltalk.gnu.org/project/issue/274
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/274
Project: GNU Smalltalk
Version: <none>
Component: Build
Category: bug reports
Priority: normal
Assigned to: Unassigned
Reported by: ZuLuuuuuu
Updated by: stefan.izota
Status: active
Hi,
I've downloaded the sources from
http://git.savannah.gnu.org/cgit/smalltalk.git/snapshot/smalltalk-master....
Autoreconf worked fine make fails when trying to run libgst/genbc.exe:
...
make[2]: Leaving directory `/home/stef/temp/smalltalk-master/snprintfv'
Making all in libgst
make[2]: Entering directory `/home/stef/temp/smalltalk-master/libgst'
make[3]: Entering directory `/home/stef/temp/smalltalk-master/libgst'
make[3]: `genbc.exe' is up to date.
make[3]: Leaving directory `/home/stef/temp/smalltalk-master/libgst'
./genbc ./byte.def ./byte.c ./opt.c ./xlat.c > match.h
make[2]: *** [match.stamp] Error 5
make[2]: Leaving directory `/home/stef/temp/smalltalk-master/libgst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stef/temp/smalltalk-master'
make: *** [all] Error 2
Using GDB:
$ gdb genbc.exe
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(gdb) run
Starting program:
d:\msys\1.0\home\stef\temp\smalltalk-master\libgst/genbc.exe
[New thread 4956.0xc7c]
Usage: genbc ...
Program exited with code 01.
(gdb) set args a b
(gdb) run
Starting program:
d:\msys\1.0\home\stef\temp\smalltalk-master\libgst/genbc.exe a b
[New thread 2776.0xa40]
Program received signal SIGSEGV, Segmentation fault.
0x7c90100b in ntdll!RtlEnumerateGenericTableLikeADirectory ()
from C:\WINDOWS\system32\ntdll.dll
Any idea?
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk