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

Carlos Santander csantander619 at gmail.com
Wed Aug 9 06:29:16 PDT 2006


MatthiasM escribió:
> 
> Thanks. I added the quickdraw.d header file.

Ok. Now I get "make: *** No rule to make target `test/button.o', needed by
`button'.  Stop." I guess test/button.d is missing.

> 
> If you get a bus error (which is very likely in this early state), it 
> would be helpful if you could run 'gdb' on the executable and post the 
> first eight or so lines of the traceback. Just enter:
> 

Ok, here it is (rev 5288):

(gdb) bt
#0  0xffff8824 in ___memcpy () at
/System/Library/Frameworks/System.framework/PrivateHeaders/ppc/cpu_capabilities.h:189
#1  0x00026bd8 in _adDup (a={length = 2, ptr = 0x0}, szelem=4218832) at
../../../gcc-4.0.3/libphobos/internal/adi.d:576
#2  0x000104a0 in _D2fl6widget9Fl_Widget10copy_labelFAaZv (this=@0x407f80,
a={length = 2, ptr = 0x0}) at fl/widget.d:356
#3  0x00002600 in _Dmain (args={length = 1, ptr = 0x303610}) at test/hello.d:37
#4  0x00028a28 in _d_run_main2goFZv () at
../../../gcc-4.0.3/libphobos/internal/dgccmain2.d:83
#5  0x00028afc in _d_run_main (argc=4218832, argv=0x0, main_func=0x2) at
../../../gcc-4.0.3/libphobos/internal/dgccmain2.d:93
#6  0x00001e7c in _start (argc=1, argv=0xbffffb70, envp=0xbffffb78) at
/SourceCache/Csu/Csu-58/crt.c:272
#7  0x00001d24 in start ()


-- 
Carlos Santander Bernal




More information about the Digitalmars-d-dwt mailing list