Setting up Clang compiler

2011-09-01 Thread Omar Campos
Hi everyone, A while back I asked on this list why things like @property don't seem to work on GNUStep, and I was told that these belong to Objective-C 2.0, and that if I wanted to use them, I needed to either use the Clang compiler, or something called lib_objc2 (if I remember correctly). I

Re: Setting up Clang compiler

2011-09-01 Thread David Chisnall
I wrote a tutorial for installing GNUstep on FreeBSD a week or so ago: http://etoileos.com/news/archive/2011/08/14/1206/ For Windows, you'll need to change a few things. For a start, all of this stuff will need to run inside a MinGW install. You may want to use a different filesystem layout

Re: Setting up Clang compiler

2011-09-01 Thread Eric Wasylishen
Hey Omar and David, On 2011-09-01, at 7:01 AM, David Chisnall wrote: I wrote a tutorial for installing GNUstep on FreeBSD a week or so ago: http://etoileos.com/news/archive/2011/08/14/1206/ For Windows, you'll need to change a few things. For a start, all of this stuff will need to run

Re: Setting up Clang compiler

2011-09-01 Thread David Chisnall
On 1 Sep 2011, at 18:40, Eric Wasylishen wrote: I think implementing support for Window's native SEH is on both gcc's and clang/llvm's wish list. SEH is a parent nightmare, so I don't think anyone is working on it - doing so would basically mean you can't distribute in the USA. There is

Re: Setting up Clang compiler

2011-09-01 Thread David Chisnall
On 1 Sep 2011, at 18:40, Eric Wasylishen wrote: When mingw does a release with gcc4.6 or clang, it should be easy for us to make an installer where ObjC2 works out of the box. There are prebuilt binaries of Clang for MingW32 available from the LLVM web site: