On Friday, 10 July 2015 at 12:26:02 UTC, Per Nordlöw wrote:
On Friday, 10 July 2015 at 12:04:53 UTC, Nordlöw wrote:
Should be
LFLAGS="-L/usr/lib/llvm-3.6/lib" dub build
--compiler=/usr/bin/dmd
but still fails
I can't find any place in the DUB sources that reads `LFLAGS`
from the envir
On Friday, 10 July 2015 at 12:04:53 UTC, Nordlöw wrote:
Should be
LFLAGS="-L/usr/lib/llvm-3.6/lib" dub build
--compiler=/usr/bin/dmd
but still fails
I can't find any place in the DUB sources that reads `LFLAGS`
from the environment. Only one place when `DFLAGS` is read.
A regression?
On Friday, 10 July 2015 at 11:56:23 UTC, Nordlöw wrote:
fails aswell:
Should be
LFLAGS="-L/usr/lib/llvm-3.6/lib" dub build
--compiler=/usr/bin/dmd
but still fails
On Friday, 10 July 2015 at 11:21:34 UTC, Rikki Cattermole wrote:
No no, LFLAGS not LDFLAGS. It's basically lflags from dub file
but in environment args.
No, doesn't work:
LFLAGS="-L-L/usr/lib/llvm-3.6/lib" dub build
--compiler=/usr/bin/dmd
fails aswell:
Target tango 1.0.1+2.067 is up t
On Friday, 10 July 2015 at 11:02:16 UTC, Nordlöw wrote:
What's wrong with my call to DUB?
I'm sitting on DUB git master.
Found
DFLAGS="-L-L/usr/lib/llvm-3.6/lib" dub build
--compiler=/usr/bin/dmd
to work but that's a bit ugly.
On 10/07/2015 11:02 p.m., "Nordlöw" wrote:
On Friday, 10 July 2015 at 09:37:42 UTC, Rikki Cattermole wrote:
On 10/07/2015 9:34 p.m., "Nordlöw" wrote:
On Friday, 10 July 2015 at 09:29:49 UTC, Martin Nowak wrote:
On Friday, 10 July 2015 at 09:27:19 UTC, Nordlöw wrote:
How do I tell `dub build`
On Friday, 10 July 2015 at 09:37:42 UTC, Rikki Cattermole wrote:
On 10/07/2015 9:34 p.m., "Nordlöw" wrote:
On Friday, 10 July 2015 at 09:29:49 UTC, Martin Nowak wrote:
On Friday, 10 July 2015 at 09:27:19 UTC, Nordlöw wrote:
How do I tell `dub build` where to find libraries in
non-standard
dir
On 10/07/2015 9:34 p.m., "Nordlöw" wrote:
On Friday, 10 July 2015 at 09:29:49 UTC, Martin Nowak wrote:
On Friday, 10 July 2015 at 09:27:19 UTC, Nordlöw wrote:
How do I tell `dub build` where to find libraries in non-standard
directories?
You're missing the development package libclang-dev, wh
On Friday, 10 July 2015 at 09:29:49 UTC, Martin Nowak wrote:
On Friday, 10 July 2015 at 09:27:19 UTC, Nordlöw wrote:
How do I tell `dub build` where to find libraries in
non-standard directories?
You're missing the development package libclang-dev, which
should come with a pkg-config.
I've
My DUB building of dstep on Ubuntu 15.04 fails because it can't
find the libclang which is placed in
/usr/lib/llvm3-6/lib/libclang.so.1
How do I tell `dub build` where to find libraries in non-standard
directories?
On Friday, 10 July 2015 at 09:27:19 UTC, Nordlöw wrote:
How do I tell `dub build` where to find libraries in
non-standard directories?
You're missing the development package libclang-dev, which should
come with a pkg-config.
On Friday, 10 July 2015 at 09:27:19 UTC, Nordlöw wrote:
How do I tell `dub build` where to find libraries in
non-standard directories?
From the command line that is...
12 matches
Mail list logo