mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Added C compilation notes for Mac OSX
This commit is contained in:
@@ -42,6 +42,18 @@ interesting special configuration options.
|
|||||||
Pkg-config configuration files for the library are also provided.
|
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
|
STATUS
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user