Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gcode-importer opened this issue Mar 20, 2010 · 2 comments
Closed

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

gcode-importer opened this issue Mar 20, 2010 · 2 comments

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 20

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?view=markup

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

Reported by vapier.adi on 2010-03-20 18:07:44

@gcode-importer
Copy link
Author

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 ?

Reported by fodevaux on 2010-04-08 18:17:08

  • Status changed: Started

@gcode-importer
Copy link
Author

Closing issue. A new will be created if we breaks on BSD.

Reported by malaterre on 2012-01-11 19:18:42

  • Status changed: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant