discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typedef errors when building llvm/clang/gnustep


From: James Carthew
Subject: Typedef errors when building llvm/clang/gnustep
Date: Mon, 25 Mar 2013 06:43:52 +1030

When compilling gnustep-base receiving error messages like these:

Making all for subproject ObjectiveC2...
 Compiling file NSBlocks.m ...
In file included from NSBlocks.m:19:
../../Headers/ObjectiveC2/objc/runtime.h:83:15: error: typedef redefinition with different types ('void *' vs
      'struct objc_property *')
typedef void *objc_property_t;
              ^
Have been trying to use the gnustep install script which checks out and downloads llvm/clang/gnustep/gnustep-apps from svn. I've also tried to manually compile each package using llvm/clang.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]