On 2013-09-04 02:53, Nick Sabalausky wrote:

The current status:
-----------------------
- OSX 10.7: Works fine. (At least it did last time I tried it, a couple
   weeks ago. It *could* have regressed but I won't have access to the
   machine again until maybe Sunday.)

I can test it on Mac OS X 10.8. Are you building a universal binary of the libraries?

- Debian 6 (32-bit OS): This tool isn't intended to support 32-bit OSes
   (since it must compile both 32-bit and 64-bit phobos), but it works
   fine up until it gets to the 64-bit stuff. If I manually comment out
   the 64-bit stuff, then everything else works fine.

Why don't you just version that out?

- Debian 6 (64-bit OS): It fails when linking the 32-bit phobos
   complaining that it can't link with libcurl. I'm fairly certain this
   is because I have no freaking idea how to install the 32-bit
   libcurl*-*-dev on a 64-bit Debian. (I *did* install
   "libcurl4-openssl-dev", but I'm pretty sure it only installed for
   64-bit. And I can't figure out how to get the 32-bit.)

Using "apt-get install package:architecture" as suggested here:

https://wiki.debian.org/Multiarch/HOWTO

Requires Debian 7.0 or later. For Debian 6, install the the packages "gcc-multilib" and "ia32-libs".

- FreeBSD 9.1 (32-bit OS): Same as 32-bit Debian 6: It works, except
   for the 64-bit stuff.

- FreeBSD 9.1 (64-bit OS): No idea, I don't have access to a 64-bit
   FreeBSD machine, and my stupid Intel CPU lacks the ability to run a
   64-bit OS in a VM.

I can give you a help with this, if no one else beats me.

- Windows 7 (64-bit OS): This is where I'm having the biggest trouble.
   I can coaxing it to handle v2.063.2 just fine (ie, if I update the
   "tools" makefiles as described above, and comment out all the
   "libcurl" and "chm" stuff.) However, on master, after it compiles
   DMD/druntime/phobos, the resulting DMD/phobos can't compile anything
   that uses phobos because OPTLINK will spew out a bunch of errors. I
   am *completely* at a loss on this one. It seems like an sc.ini issue,
   but I've spent days checking everything and I still can't make heads
   or tails of it.



--
/Jacob Carlborg

Reply via email to