Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
Description
Shane Dell wrote:
While testing I had two issues getting the code compiled because of the typedefs for "stack_t" and "strtonum". This was on macOS, the errors were that these types were already defined in another header file but it seemed to be something dealing with the macOS developer platform so should only be macOS affected and was fixed easily by commenting them out in the macOS defined areas. But I don't think it should hold up this release. Maybe if remapping these to something like "dfdl_stack_t" and "dfdl_strtonum" to avoid the error would be nice.