Re: 1 compiler error without error message

2013-05-11 Thread Maxim Fomin
On Saturday, 11 May 2013 at 15:53:04 UTC, Jonathan Dunlap wrote: So what does "Error: function std.algorithm.MapResult!(adjoin, Result).MapResult.opIndex cannot get frame pointer to adjoin" actually mean? It's a bit cryptic to me. Thanks! This means that MapResult.opIndex cannot get frame

Re: 1 compiler error without error message

2013-05-11 Thread Jonathan Dunlap
So what does "Error: function std.algorithm.MapResult!(adjoin, Result).MapResult.opIndex cannot get frame pointer to adjoin" actually mean? It's a bit cryptic to me. Thanks! On Saturday, 11 May 2013 at 05:13:18 UTC, Maxim Fomin wrote: On Saturday, 11 May 2013 at 01:18:47 UTC, Jonathan Dunlap

Re: 1 compiler error without error message

2013-05-11 Thread Jonathan Dunlap
Hmm, it must be an issue then with 2.062. I'll upgrade tomorrow and see if that helps. Thanks! On Saturday, 11 May 2013 at 05:13:18 UTC, Maxim Fomin wrote: On Saturday, 11 May 2013 at 01:18:47 UTC, Jonathan Dunlap wrote: This looks like already fixed in git head incorrect error gagging. With

Re: 1 compiler error without error message

2013-05-10 Thread Maxim Fomin
On Saturday, 11 May 2013 at 01:18:47 UTC, Jonathan Dunlap wrote: This looks like already fixed in git head incorrect error gagging. With latest dmd it prints: DMD v2.063-devel-1215bc3 DEBUG /usr/include/d/dmd/phobos/std/algorithm.d(404): Error: function std.algorithm.MapResult!(adjoin, Result

1 compiler error without error message

2013-05-10 Thread Jonathan Dunlap
Building Solution: DFizzBuzz (Debug) Building: DFizzBuzz (Debug) Performing main compilation... Current dictionary: C:\D\Projects\DFizzBuzz\DFizzBuzz C:\D\dmd2\windows\bin\dmd.exe -debug -gc "main.d" "-IC:\D\dmd2\src\druntime\import" "-IC:\D\dmd2\src\phobos" "-odobj\Debug" "-ofC:\D\Project