August 01, 2014
hmm it looks like you are not linking llvm in ...
do you use the most recent version from my sdc32-experimental repo ?
please not that the dub build is broken because i can't get the link order right.
so you have to `make` it :D
August 01, 2014
On Fri, 01 Aug 2014 15:07:56 +0000
Stefan Koch via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> wrote:

> hmm it looks like you are not linking llvm in ...
but i am. %-) or, better to say, your makefile doing it with `llvm-config --libs`.

> do you use the most recent version from my sdc32-experimental repo ?
yes, just cloned it before sending report.
commit 34fdd6a73e6137173a3840218a76dfd2f6c50d68

> so you have to `make` it :D
yes, i read README and did 'make'. %-) actually, i'm not using DUB at all.

and before anyone will ask: it's Slackware, there is no need to install any '-devel' packages. %-)

also please note that i'm using the lastest DMD git, not any of the officially released versions. and gcc 4.9.1.

p.s. maybe i should rebuild llvm from sources before we continue. i'll try to do it tomorrow.


August 01, 2014
please do `git pull` and if the error presists post the full error-message on dpaste or similar.
August 01, 2014
Are you on a 64bit system ?
my makesfiles are hardcoded to use -m32
so I guess it will not link with 64bit libs
August 01, 2014
On Fri, 01 Aug 2014 15:33:05 +0000
Stefan Koch via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> wrote:

> please do `git pull` and if the error presists post the full error-message on dpaste or similar.
you're welcome.

upgated to git commit 58a36a1acdc6b9a5bcd07edf69b958c3b4ac1657 build log: http://dpaste.com/2NBTC2W


August 01, 2014
On Fri, 01 Aug 2014 15:40:31 +0000
Stefan Koch via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> wrote:

> Are you on a 64bit system ?
no, i said somewhere in the previous messages that i'm using x86 arch. %-)


August 01, 2014
On Friday, 1 August 2014 at 15:26:08 UTC, ketmar via Digitalmars-d-announce wrote:
> yes, just cloned it before sending report.
> commit 34fdd6a73e6137173a3840218a76dfd2f6c50d68
Hmm I can't find commit 34fdd6a73e6137173a3840218a76dfd2f6c50d68 ...
it must have a commit I have squashed.
I do this quite often since sometimes I commit stuff that causes my build to fail :p
August 01, 2014
On Friday, 1 August 2014 at 15:46:14 UTC, ketmar via Digitalmars-d-announce wrote:
> On Fri, 01 Aug 2014 15:33:05 +0000
> Stefan Koch via Digitalmars-d-announce
> <digitalmars-d-announce@puremagic.com> wrote:
>
>> please do `git pull` and if the error presists post the full error-message on dpaste or similar.
> you're welcome.
>
> upgated to git commit 58a36a1acdc6b9a5bcd07edf69b958c3b4ac1657
> build log: http://dpaste.com/2NBTC2W

AFAICS this it because you are using dmd-master
if it fails with the dmd-2.065 then I have a real nut to crack
August 01, 2014
I can say it has nothing todo with llvm (so far)
August 01, 2014
On Fri, 01 Aug 2014 15:54:42 +0000
Stefan Koch via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> wrote:

> AFAICS this it because you are using dmd-master
> if it fails with the dmd-2.065 then I have a real nut to crack
sorry, you are right. downgrading to dmd-2.065 fixes the build.