agfline / LibAAF

Library for Advanced Authoring Format (AAF) file reading.
GNU General Public License v2.0
25 stars 5 forks source link

Missing limits.h include #27

Closed x42 closed 4 months ago

x42 commented 6 months ago

Compiling libAAF on macOS fails with missing INT_MAX, CHAR_MIN, UCHAR_MAX` etc.

Can you backport the following commit from Ardour? https://github.com/Ardour/ardour/commit/c012ab19e0b3f424499db856ac07e5ead2cd3813

or would you prefer me to file a pull-request?

agfline commented 6 months ago

No pb, I can backport it. BTW what is your toolchain for compiling the OSX version ? Are you compiling on debian ? I'd like to implement it with libaaf, so I can also check OSX support.

x42 commented 6 months ago

Are you compiling on debian ?

I'm afraid not. We use macOS to compile Ardour.