From: <cod...@go...> - 2012-02-15 15:10:05
|
Comment #3 on issue 24 by meric...@gmail.com: Bindings do not compile using Mac OS 10.6 SDK http://code.google.com/p/hoc/issues/detail?id=24 One of the reasons Bindings do not compile using Mac OS 10.6 SDK is because of macros present in the header files breaking the parser. Using gcc -E -P on those headers before parsing them would expand all the macros, but also expand all the #includes. Do you think the preprocessor is a viable option for making the ifgen parse the header files successfully? |