Re: gdc build: how to change includedir/d

2012-11-18 Thread Iain Buclaw
On 18 November 2012 19:30, Ellery Newcomer wrote: > hi. is there a quick way to make the build use something like > > $includedir/gdc-d instead of $includedir/d I do intend to make this configured, but you'll have to edit a couple of files. Make-lang.in - Look for D_include_dir. configure.ac - L

Re: How to compile RABCDAsm on the Raspberry Pi !?

2012-11-18 Thread Swen
Thanks for your patience! OK i will try to recompile gdc. So how i understand, i have to build gdc with this tutorial http://gdcproject.org/wiki/Raspberry%20Pi/build/Raspbian%28Hardfloat%29 but instead of this line: git clone https://github.com/D-Programming-GDC/GDC.git i have to use this: git clo

gdc build: how to change includedir/d

2012-11-18 Thread Ellery Newcomer
hi. is there a quick way to make the build use something like $includedir/gdc-d instead of $includedir/d

Re: How to compile RABCDAsm on the Raspberry Pi !?

2012-11-18 Thread Johannes Pfau
Am Sun, 18 Nov 2012 19:15:51 +0100 schrieb "Swen" : > Hi! i compiled rdmd and put it to /opt/gdc/bin. RDMD seems now to > work. But when i try to compile RABCDAsm with: > > DC=gdmd-4.7 DCFLAGS="-O -inline -fno-section-anchors" gdmd-4.7 > -run build_rabcdasm.d > > i get: > * Checking for workin

Re: How to compile RABCDAsm on the Raspberry Pi !?

2012-11-18 Thread Swen
Hi! i compiled rdmd and put it to /opt/gdc/bin. RDMD seems now to work. But when i try to compile RABCDAsm with: DC=gdmd-4.7 DCFLAGS="-O -inline -fno-section-anchors" gdmd-4.7 -run build_rabcdasm.d i get: * Checking for working compiler... Segmentation fault Error: Test failed h

Re: D for embedded system

2012-11-18 Thread Jacob Carlborg
On 2012-11-18 00:07, maarten van damme wrote: Why wasn't opted for making opIndex overloadable with other objects so AA's could be moved out of druntime and in phobos? One reason for why AA's are in druntime is for the syntax sugar: int[string] aa; If the AA's where only in Phobos, this woul

Re: D for embedded system

2012-11-18 Thread Timo Sintonen
On Saturday, 17 November 2012 at 23:08:04 UTC, maarten van damme wrote: Why is so much built in to druntime? creating classes, AA's, Is it normal? does c++ do the same thing? Why wasn't opted for making opIndex overloadable with other objects so AA's could be moved out of druntime and in p