summaryrefslogtreecommitdiff
path: root/src/runtime/c
diff options
context:
space:
mode:
authorpeter.ljunglof <peter.ljunglof@gu.se>2012-11-22 08:50:49 +0000
committerpeter.ljunglof <peter.ljunglof@gu.se>2012-11-22 08:50:49 +0000
commiteebae7591c0ffd3e072c5455324438ebb116b556 (patch)
tree6ef11c4ee8a3763e81cc3c0f01021b92ee22bf95 /src/runtime/c
parent7bcf05e3e7b3181c685d61102c435bac81d53e84 (diff)
Added C compilation notes for Mac OSX
Diffstat (limited to 'src/runtime/c')
-rw-r--r--src/runtime/c/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/runtime/c/README b/src/runtime/c/README
index a48eb8909..61f4113be 100644
--- a/src/runtime/c/README
+++ b/src/runtime/c/README
@@ -42,6 +42,18 @@ interesting special configuration options.
Pkg-config configuration files for the library are also provided.
+Note For Mac OSX users
+----------------------
+
+You have to comment out the following line in config.h:
+
+ #define HAVE_STATEMENT_EXPRESSIONS 1
+
+This has to be done AFTER you have called './configure', but before you call 'make'!
+
+(Tested on Mac OSX 10.8 Mountain Lion with XCode installed)
+
+
STATUS
------