mansoor-ahmed / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

libopenjpeg/opj_malloc.h breaks on FreeBSD/Darwin systems #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the current opj_malloc.h code assumes malloc.h is available when __GNUC__
is available when really this check should be like __GLIBC__.

at any rate, here's a patch:
http://sources.gentoo.org/media-libs/openjpeg/files/openjpeg-1.3-freebsd.patch?v
iew=markup

similar issue for Apple/GCC users:
http://sources.gentoo.org/media-libs/openjpeg/files/openjpeg-1.3-darwin.patch?vi
ew=markup

Original issue reported on code.google.com by vapier....@gmail.com on 20 Mar 2010 at 6:07

GoogleCodeExporter commented 9 years ago
The current opj_malloc.h code has evolved and is now different from the one you 
patched. Could you check the latest revision and update your patch ?

Original comment by fodev...@gmail.com on 8 Apr 2010 at 6:17

GoogleCodeExporter commented 9 years ago
Closing issue. A new will be created if we breaks on BSD.

Original comment by mathieu.malaterre on 11 Jan 2012 at 7:18