Re: dummy main option (for use with --unittest)

2017-03-21 Thread dan via D.gnu
On Tuesday, 21 March 2017 at 21:36:39 UTC, kinke wrote: On Tuesday, 21 March 2017 at 19:17:53 UTC, dan wrote: Is there some option for generating a dummy main with gdc? Here: http://forum.dlang.org/thread/mailman.974.1489320559.31550.digitalmars-d-le...@puremagic.com. And so recent too, goo

dummy main option (for use with --unittest)

2017-03-21 Thread dan via D.gnu
Is there some option for generating a dummy main with gdc? Alexandrescu's book (p 133) mentions a '--main', but that doesn't seem to work for gdc, and i can't find one from 'gdc --help'. The --unittest option does work, although, for whatever reason, you cannot just stick 'void main( ) { }' i

Re: [Bug 231] Some template mixins symbols get defined in output object files, although they shouldn't

2017-01-25 Thread dan via D.gnu
and that should have been, NOT nearly as much as i want to be able to compile gtkd!! :) i long for the day when gtkd is just a package that i can install, although hopefully it will not lag too far behind the real thing. Thanks again Johannes and Sebastien. dan

Re: [Bug 231] Some template mixins symbols get defined in output object files, although they shouldn't

2017-01-25 Thread dan via D.gnu
On Wednesday, 25 January 2017 at 09:30:18 UTC, Johannes Pfau wrote: Am Wed, 25 Jan 2017 04:10:49 + schrieb dan : On Saturday, 1 October 2016 at 09:35:22 UTC, Johannes Pfau wrote: It is somewhat difficult to find the exact GDC version used by the debian/ubuntu packages but http://packa

Re: [Bug 231] Some template mixins symbols get defined in output object files, although they shouldn't

2017-01-24 Thread dan via D.gnu
On Saturday, 1 October 2016 at 09:35:22 UTC, Johannes Pfau wrote: http://bugzilla.gdcproject.org/show_bug.cgi?id=231 Johannes Pfau changed: What|Removed |Added Resolution|--

Re: command line option or other method for determining the front end version of gdc

2016-07-24 Thread dan via D.gnu
On Sunday, 24 July 2016 at 17:16:59 UTC, Iain Buclaw wrote: On 24 July 2016 at 19:00, dan via D.gnu wrote: . However, i don't know what front end is compiled into gdc, so i'm unclear on which front-end to try get an earlier version of. . Later versions will write this

command line option or other method for determining the front end version of gdc

2016-07-24 Thread dan via D.gnu
One of my machines (running ubuntu mate 16.04) did some update and gdc is no longer able to compile a library that i like to use (gtkd). So i want to build a gdc using an earlier front-end to avoid the problem. However, i don't know what front end is compiled into gdc, so i'm unclear on whi