www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - LDC and DWT?

reply John Reimer <terminal.node gmail.com> writes:
Has anybody tried this yet?  

I assume Linux would be the first (and only?) platform to test this on since 
ldc on windows isn't operational. 

I'm hoping to investigate this a little more as soon as I figure out how 
to get ldc working. 

-JJR
Jan 04 2009
parent reply Jacob Carlborg <doob me.com> writes:
John Reimer Wrote:

 Has anybody tried this yet?  
 
 I assume Linux would be the first (and only?) platform to test this on since 
 ldc on windows isn't operational. 
 
 I'm hoping to investigate this a little more as soon as I figure out how 
 to get ldc working. 
 
 -JJR
 
 
Yes I've tried that on mac os x. Hit an assert in ldc. I think it was http://www.dsource.org/projects/ldc/browser/gen/llvmhelpers.cpp line 267 /Jacob
Jan 05 2009
parent reply John Reimer <terminal.node gmail.com> writes:
Hello Jacob,

 John Reimer Wrote:
 
 Has anybody tried this yet?
 
 I assume Linux would be the first (and only?) platform to test this
 on since ldc on windows isn't operational.
 
 I'm hoping to investigate this a little more as soon as I figure out
 how to get ldc working.
 
 -JJR
 
Yes I've tried that on mac os x. Hit an assert in ldc. I think it was http://www.dsource.org/projects/ldc/browser/gen/llvmhelpers.cpp line 267 /Jacob
Oh, good to know. Looks like there is still a fair bit of work to be done on it. Building ldc fails on "make runtime" for me (x86-32 Linux), so it's a no-go until I can figure out what's wrong. BTW, is that Mac OS X on intel x86-32? -JJR
Jan 05 2009
parent Jacob Carlborg <doob me.com> writes:
John Reimer Wrote:

 Hello Jacob,
 
 John Reimer Wrote:
 
 Has anybody tried this yet?
 
 I assume Linux would be the first (and only?) platform to test this
 on since ldc on windows isn't operational.
 
 I'm hoping to investigate this a little more as soon as I figure out
 how to get ldc working.
 
 -JJR
 
Yes I've tried that on mac os x. Hit an assert in ldc. I think it was http://www.dsource.org/projects/ldc/browser/gen/llvmhelpers.cpp line 267 /Jacob
Oh, good to know. Looks like there is still a fair bit of work to be done on it. Building ldc fails on "make runtime" for me (x86-32 Linux), so it's a no-go until I can figure out what's wrong. BTW, is that Mac OS X on intel x86-32? -JJR
Yes it's Mac OS X on x86-32, I haven't figured out how to cross-compile ldc/llvm or build tango as a 4-way (x86 32 and 64bit, ppc 32 and 64bit) universal binary /Jacob
Jan 06 2009