Re: How to build programs with gdc installed in /opt/gdc (using SCons)?

2012-08-23 Thread Ed
Nevermind, I think I figured it out. Looks like libgphobos2 depends on libm, libpthread, and librt. So, changing the SConstruct file to: DefaultEnvironment(DC='/opt/gdc/bin/gdmd') Program('helloworld', 'main.d', LIBPATH=['/opt/gdc/lib64','/usr/lib'], LIBS=['gphobos2','m'

How to build programs with gdc installed in /opt/gdc (using SCons)?

2012-08-23 Thread Ed
I come from a Java background, using mostly just IDEs to handle builds, so I'm very confused about how all this linking is done. I installed GDC from source into /opt/gdc, and I'm trying to build a simple program using SCons. After a lot of experimenting, I came up with this SConstruct file:

Re: test suite html output

2012-08-23 Thread Iain Buclaw
On 23 August 2012 18:53, Alex Rønne Petersen wrote: > On 23-08-2012 19:13, Johannes Pfau wrote: >> >> I wrote a small tool to generate html tables from the testsuite logs, >> an example is here: >> http://dl.dropbox.com/u/24218791/gdc-testsuite/testsuite.html >> >> I'll publish the tool/sources so

Re: test suite html output

2012-08-23 Thread Alex Rønne Petersen
On 23-08-2012 19:13, Johannes Pfau wrote: I wrote a small tool to generate html tables from the testsuite logs, an example is here: http://dl.dropbox.com/u/24218791/gdc-testsuite/testsuite.html I'll publish the tool/sources soon. Current features: * Summary of the test results (overall, compi

test suite html output

2012-08-23 Thread Johannes Pfau
I wrote a small tool to generate html tables from the testsuite logs, an example is here: http://dl.dropbox.com/u/24218791/gdc-testsuite/testsuite.html I'll publish the tool/sources soon. Current features: * Summary of the test results (overall, compilable, runnable, fail_compilation) * Deta

Re: Wiki updates

2012-08-23 Thread Johannes Pfau
Am Thu, 23 Aug 2012 15:29:13 +0200 schrieb Sönke Ludwig : > > OK it was the package 'quilt' that was missing. Thanks, I added a "sudo apt-get build-dep gcc-4.7" step to the guide, that should hopefully fix all dependency issues. > Also the regex did > not work for me, I changed it to just '^4\.7

Re: Wiki updates

2012-08-23 Thread Stefan Frijters
On Tuesday, 21 August 2012 at 19:01:17 UTC, Johannes Pfau wrote: I restructured the http://gdcproject.org/wiki/Installation I also added a Raspberry Pi overview page http://gdcproject.org/wiki/Raspberry Pi and a new installation guide for raspbian http://gdcproject.org/wiki/Raspberry%20Pi/build

Re: Wiki updates

2012-08-23 Thread Sönke Ludwig
Am 23.08.2012 10:04, schrieb Johannes Pfau: Am Wed, 22 Aug 2012 23:56:35 +0200 schrieb Sönke Ludwig : conftest.c:1:0: sorry, unimplemented: -mfloat-abi=hard and VFP I've had this issue before. The armhf-triplet.diff patch (shipped with debian sources) wasn't applied for some reason. So someth

Re: Wiki updates

2012-08-23 Thread Johannes Pfau
Am Thu, 23 Aug 2012 00:12:17 +0200 schrieb "Iain Buclaw" : > > Back online and finished last tweaks. Great, thanks! > By the way, how's the > styling doing for you? I'm not really much of an eye for > design... I think it's quite good. I don't really like the red text color in the 'code boxe

Re: Wiki updates

2012-08-23 Thread Johannes Pfau
Am Wed, 22 Aug 2012 23:56:35 +0200 schrieb Sönke Ludwig : > conftest.c:1:0: sorry, unimplemented: -mfloat-abi=hard and VFP I've had this issue before. The armhf-triplet.diff patch (shipped with debian sources) wasn't applied for some reason. So something went wrong when running "debian/rules patc