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
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
hi. is there a quick way to make the build use something like
$includedir/gdc-d instead of $includedir/d
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
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
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
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