Re: Precompiled libraries in D

2012-11-20 Thread Jacob Carlborg
On 2012-11-20 22:58, Matthew Caron wrote: Apologies if this is a "generic D" question, but I can't find an answer in any of the D documentation, and folks on this list are quite helpful. This is a fairly generic D question which would have fit better in the digitalmars.D newsgroup. But I'll an

Precompiled GDC binary issues

2012-11-20 Thread Elliott Darfink
Hi! I have been trying to transition from DMD on Windows (32bit) to GDC. At first I tried to compile the GDC sources myself, but with the shallow documentation of the process I had no success. After this I searched and found out about the pre-compiled binaries for GDC (found at github[1]). At

Re: GDC build comes with C/C++ ... ?

2012-11-20 Thread H. S. Teoh
On Tue, Nov 20, 2012 at 11:44:31PM +0100, Joseph Rushton Wakeling wrote: > I realized that the from-source GDC build also puts in place C and > C++ compilers. Any way of disabling this? Other build processes > are suddenly wanting to use these versions instead of the > system-installed gcc/g++ :-

GDC build comes with C/C++ ... ?

2012-11-20 Thread Joseph Rushton Wakeling
I realized that the from-source GDC build also puts in place C and C++ compilers. Any way of disabling this? Other build processes are suddenly wanting to use these versions instead of the system-installed gcc/g++ :-(

Precompiled libraries in D

2012-11-20 Thread Matthew Caron
Apologies if this is a "generic D" question, but I can't find an answer in any of the D documentation, and folks on this list are quite helpful. The precompiled-library-and-header paradigm is very common in C. Is there a similar one in D? I've used wxd, which is a port of wxWidgets to D, and i

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

2012-11-20 Thread Iain Buclaw
On 20 November 2012 20:07, Swen wrote: > On Tuesday, 20 November 2012 at 19:50:46 UTC, Johannes Pfau wrote: >> >> Am Sun, 18 Nov 2012 21:13:54 +0100 >> schrieb "Swen" : >> >>> Thanks for your patience! >>> OK i will try to recompile gdc. >>> So how i understand, i have to build gdc with this tutor

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

2012-11-20 Thread Swen
On Tuesday, 20 November 2012 at 19:50:46 UTC, Johannes Pfau wrote: Am Sun, 18 Nov 2012 21:13:54 +0100 schrieb "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%2

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

2012-11-20 Thread Iain Buclaw
On 20 November 2012 19:50, Johannes Pfau wrote: > Am Sun, 18 Nov 2012 21:13:54 +0100 > schrieb "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%28Har

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

2012-11-20 Thread Johannes Pfau
Am Sun, 18 Nov 2012 21:13:54 +0100 schrieb "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://

Re: gdc build: how to change includedir/d

2012-11-20 Thread Iain Buclaw
On 20 November 2012 03:14, Ellery Newcomer wrote: > On 11/18/2012 03:53 PM, Iain Buclaw wrote: >> >> 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 t