www.digitalmars.com         C & C++   DMDScript  
Archives

D Programming
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger
D.gnu
D

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics


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
 

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
 

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