Re: Strange issue on OSX

2014-06-14 Thread Jacob Carlborg via Digitalmars-d
On 2014-06-14 04:12, Jeremy DeHaan wrote: I agree. Also, this page (http://dlang.org/dmd-osx.html) says that the base requirement is a 32 bit OSX. Why is the DMD version that is released 64 bit? That seems very counter intuitive. Technically you can run 64bit applications on 32bit OS X if you

Re: Strange issue on OSX

2014-06-14 Thread via Digitalmars-d
On Saturday, 14 June 2014 at 10:38:08 UTC, Jacob Carlborg wrote: On 2014-06-14 04:12, Jeremy DeHaan wrote: I agree. Also, this page (http://dlang.org/dmd-osx.html) says that the base requirement is a 32 bit OSX. Why is the DMD version that is released 64 bit? That seems very counter

Re: Strange issue on OSX

2014-06-14 Thread David Nadlinger via Digitalmars-d
On Saturday, 14 June 2014 at 11:16:57 UTC, Marc Schütz wrote: On Saturday, 14 June 2014 at 10:38:08 UTC, Jacob Carlborg wrote: Technically you can run 64bit applications on 32bit OS X if you have a 64bit CPU. Really? The other way round, yes, but this would really surprise me... Yes.

Re: Strange issue on OSX

2014-06-13 Thread Jacob Carlborg via Digitalmars-d
On 13/06/14 07:26, Tolga Cakiroglu wrote: In the download page, table shows for which CPU type they are available. dmd.2.065.0.zip shows i386 and x86_64. So, this should run on 32 and 64-bits. dmd.2.065.0.dmg shows only x86_64 which is for 64-bit CPU only. That's not correct. The zip file

Re: Strange issue on OSX

2014-06-13 Thread Tolga Cakiroglu via Digitalmars-d
On Friday, 13 June 2014 at 07:13:36 UTC, Jacob Carlborg wrote: On 13/06/14 07:26, Tolga Cakiroglu wrote: In the download page, table shows for which CPU type they are available. dmd.2.065.0.zip shows i386 and x86_64. So, this should run on 32 and 64-bits. dmd.2.065.0.dmg shows only x86_64

Re: Strange issue on OSX

2014-06-13 Thread via Digitalmars-d
On Friday, 13 June 2014 at 15:14:00 UTC, Tolga Cakiroglu wrote: On Friday, 13 June 2014 at 07:13:36 UTC, Jacob Carlborg wrote: On 13/06/14 07:26, Tolga Cakiroglu wrote: In the download page, table shows for which CPU type they are available. dmd.2.065.0.zip shows i386 and x86_64. So, this

Re: Strange issue on OSX

2014-06-13 Thread Jeremy DeHaan via Digitalmars-d
On Friday, 13 June 2014 at 15:14:00 UTC, Tolga Cakiroglu wrote: On Friday, 13 June 2014 at 07:13:36 UTC, Jacob Carlborg wrote: On 13/06/14 07:26, Tolga Cakiroglu wrote: In the download page, table shows for which CPU type they are available. dmd.2.065.0.zip shows i386 and x86_64. So, this

Re: Strange issue on OSX

2014-06-13 Thread Chris Cain via Digitalmars-d
On Saturday, 14 June 2014 at 02:12:45 UTC, Jeremy DeHaan wrote: I agree. Also, this page (http://dlang.org/dmd-osx.html) says that the base requirement is a 32 bit OSX. Why is the DMD version that is released 64 bit? That seems very counter intuitive. Honestly, I feel like it should be noted

Re: Strange issue on OSX

2014-06-13 Thread Jeremy DeHaan via Digitalmars-d
On Saturday, 14 June 2014 at 02:30:56 UTC, Chris Cain wrote: On Saturday, 14 June 2014 at 02:12:45 UTC, Jeremy DeHaan wrote: I agree. Also, this page (http://dlang.org/dmd-osx.html) says that the base requirement is a 32 bit OSX. Why is the DMD version that is released 64 bit? That seems very

Strange issue on OSX

2014-06-12 Thread Jeremy DeHaan via Digitalmars-d
I wanted to try out OSX to make sure all my stuff was working fine there as well, but after downloading DMD and then running it in the terminal to make sure everything was good it gives me this error: /usr/bin/dmd: Bad CPU type in executable This is my first time using a Mac, so I could very

Re: Strange issue on OSX

2014-06-12 Thread Jeremy DeHaan via Digitalmars-d
Just tried downloading the .zip instead of using the installer. I got the same problem. I also tried downloading 2.064, and again I got the same error message. I did notice that not everything give me the Bad CPU Type error message. I'll try building from source and see how that goes. On

Re: Strange issue on OSX

2014-06-12 Thread Jeremy DeHaan via Digitalmars-d
So building from source seemed to work. Is it possible that the OSX version of DMD was released as a 64 bit version? On Friday, 13 June 2014 at 03:53:30 UTC, Jeremy DeHaan wrote: Just tried downloading the .zip instead of using the installer. I got the same problem. I also tried downloading

Re: Strange issue on OSX

2014-06-12 Thread Tolga Cakiroglu via Digitalmars-d
In the download page, table shows for which CPU type they are available. dmd.2.065.0.zip shows i386 and x86_64. So, this should run on 32 and 64-bits. dmd.2.065.0.dmg shows only x86_64 which is for 64-bit CPU only. On Friday, 13 June 2014 at 04:25:38 UTC, Jeremy DeHaan wrote: So building