FLTK native in 'D'. Would that be useful?

MatthiasM dm at matthiasm.com
Tue Aug 15 12:57:06 PDT 2006


Anders F Björklund wrote:
> Carlos Santander wrote:
> 
>>> revision 5313 says:
>>>
>>> button Program received signal EXC_BAD_ACCESS, Could not access memory.
>>
>> Try "make clean" before each new "make".
> 
> I did. But "button" still crashes, rev. 5316
> 
> #0  0x00028928 in _D9invariant12_d_invariantFC6ObjectZv ()
> #1  0x000177c4 in _D2fl6window9Fl_Window9iconlabelFZAa (this=@0x1) at 
> fl/window.d:378
> #2  0x0000297c in _Dmain (args={length = 1, ptr = 0x301160}) at 
> test/button.d:54

Oh, yes, I had that one before. "make clean" did not clean every file. I 
just checked in a better attempt at the Makefile.

make clean; make

should now fix this problem.

Is there something like a "makedepend" for "D"?

   Matthias



More information about the Digitalmars-d-dwt mailing list