Re: Very vague compiler error message

2014-08-17 Thread Jeremy DeHaan via Digitalmars-d-learn
I didn't have access to my compute for longer than I thought, but I finally got around to this. After some messing around, I not only managed to track down the cause, but I got it fixed and the Audio module for DSFML is back to where it was. In one of my D classes, SoundStream, I defined a

Re: Very vague compiler error message

2014-08-14 Thread Jeremy DeHaan via Digitalmars-d-learn
On Thursday, 14 August 2014 at 13:47:58 UTC, Théo Bueno wrote: On Thursday, 14 August 2014 at 13:28:03 UTC, bearophile wrote: Théo Bueno: Same issue here with dsfml-audio, this is really annoying :/ Have you filed the issue? Bye, bearophile Jebbs filed an issue on his bugtracker : https:/

Re: Very vague compiler error message

2014-08-14 Thread via Digitalmars-d-learn
On Thursday, 14 August 2014 at 13:28:03 UTC, bearophile wrote: Théo Bueno: Same issue here with dsfml-audio, this is really annoying :/ Have you filed the issue? Bye, bearophile Jebbs filed an issue on his bugtracker : https://github.com/Jebbs/DSFML/issues/125 ... and he seems to have a fi

Re: Very vague compiler error message

2014-08-14 Thread bearophile via Digitalmars-d-learn
Théo Bueno: Same issue here with dsfml-audio, this is really annoying :/ Have you filed the issue? Bye, bearophile

Re: Very vague compiler error message

2014-08-14 Thread via Digitalmars-d-learn
On Tuesday, 12 August 2014 at 07:16:50 UTC, Jeremy DeHaan wrote: I recently got this error messege when building my library: dmd: cppmangle.c:154: void CppMangleVisitor::cpp_mangle_name(Dsymbol*): Assertion `0' failed. I have no idea what it means and haven't found much information about it

Re: Very vague compiler error message

2014-08-12 Thread Jeremy DeHaan via Digitalmars-d-learn
Awesome, thanks everyone. I'll take the suggestion to use Dustmite as an excuse to familiarize myself with it, but if normally extern(C++) types cause it I know just where to look.

Re: Very vague compiler error message

2014-08-12 Thread H. S. Teoh via Digitalmars-d-learn
On Tue, Aug 12, 2014 at 07:16:49AM +, Jeremy DeHaan via Digitalmars-d-learn wrote: > I recently got this error messege when building my library: > > dmd: cppmangle.c:154: void CppMangleVisitor::cpp_mangle_name(Dsymbol*): > Assertion `0' failed. > > I have no idea what it means and haven't fo

Re: Very vague compiler error message

2014-08-12 Thread Rikki Cattermole via Digitalmars-d-learn
On 12/08/2014 7:16 p.m., Jeremy DeHaan wrote: I recently got this error messege when building my library: dmd: cppmangle.c:154: void CppMangleVisitor::cpp_mangle_name(Dsymbol*): Assertion `0' failed. I have no idea what it means and haven't found much information about it. I think I have narrow

Re: Very vague compiler error message

2014-08-12 Thread ketmar via Digitalmars-d-learn
On Tue, 12 Aug 2014 07:16:49 + Jeremy DeHaan via Digitalmars-d-learn wrote: > but does anyone know what the heck causes something like this? it's internal compiler error, the thing that should never happen. try to use dustmite to build minimalictic test case and fill the bug. signature.asc