re macros conflict with macros within the iOS SDK #285
Replies: 3 comments
-
Is |
Beta Was this translation helpful? Give feedback.
-
We simply Lines 30 to 44 in 198fbd9 |
Beta Was this translation helpful? Give feedback.
-
I have documented this a little better here: https://github.com/baresip/re/wiki/Development#conflicting-macro-definitions I think it is better to solve this in the application itself, because it also makes you aware that there are conflicts. Let me know if this fixes your problems. |
Beta Was this translation helpful? Give feedback.
-
Two macros (that I am aware of),
LIST_INIT
andLIST_FOREACH
conflict with macros withinsys/queue.h
in the iOS SDK. re can't be built with these due to multiple definitions and they need to be altered in some way before they can build.Beta Was this translation helpful? Give feedback.
All reactions