http://gdcproject.org/bugzilla/show_bug.cgi?id=39
--- Comment #1 from J 2013-03-06 06:42:42 UTC ---
gdb stack trace to help localize the problem:
$gdb gdc
(gdb) # have to follow the child process or we aren't tracing the process that
crashes:
(gdb) set follow-fork-mode child
(gdb) set args gdmd_
http://gdcproject.org/bugzilla/show_bug.cgi?id=39
Bug #: 39
Summary: gdmd segfault during compilation of simple matrix
multiplication routine
Classification: Unclassified
Product: GDC
Version: 4.7.x
Platform: x86_64
Ok I just tested it with vanialla mingw, same problem itimerval is not
defined in any of the mingw headers and thus compilation of ppl will fail.
Kind Regards
Benjamin Thaut
Am 05.03.2013 10:54, schrieb Daniel Green:
On 3/4/2013 12:49 PM, Benjamin Thaut wrote:
when building ppl I get the error message "'itimerval' does not name a
type". Is this a known issue too?
I don't believe I've ran into that specific problem. What more can you
tell me about the build enviro
On 3/4/2013 12:49 PM, Benjamin Thaut wrote:
when building ppl I get the error message "'itimerval' does not name a
type". Is this a known issue too?
I don't believe I've ran into that specific problem. What more can you
tell me about the build environment/error generated?
On 2/26/2013 6:29 PM, Vladimir Panteleev wrote:
Are the instructions at http://gdcproject.org/wiki/MinGW64 up to date?
I noticed it mentions some patches attached to a BitBucket ticket, but
the ticket now points to a patch queue, and GDC development had since
moved to GitHub.
The instructions a