FLTK native in 'D'. Would that be useful?
kris
foo at bar.com
Tue Aug 15 13:53:52 PDT 2006
MatthiasM wrote:
> 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"?
Yes, Matthias ~ it's called Build, and it effectively adds each import
to the compilation list. You can find Build on dsource.org
More information about the Digitalmars-d-dwt
mailing list