jas_types.h references undefined types when filling in stuff from stdint.h that we don't have (why don't we have stdint.h??). This causes errors when, e.g., configuring ImageMagick, because jas_types.h doesn't compile without a bunch of things defined for it. Fix: mkdir files cvs add this file ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
On Fri, Sep 06, 2002 at 07:32:52 -0400, Alan Eldridge wrote: > > jas_types.h references undefined types when filling in stuff from stdint.h that > we don't have (why don't we have stdint.h??). This causes errors when, e.g., > configuring ImageMagick, because jas_types.h doesn't compile without a bunch of > things defined for it. Wrong patch. We have stdint.h, but Jasper's include files want HAVE_* defines to sense it. -- Andrey A. Chernov http://ache.pp.ru/
On Fri, Sep 06, 2002 at 04:01:16PM +0400, Andrey A. Chernov wrote: >On Fri, Sep 06, 2002 at 07:32:52 -0400, Alan Eldridge wrote: >> >> jas_types.h references undefined types when filling in stuff from stdint.h that >> we don't have (why don't we have stdint.h??). This causes errors when, e.g., >> configuring ImageMagick, because jas_types.h doesn't compile without a bunch of >> things defined for it. > >Wrong patch. We have stdint.h, but Jasper's include files want HAVE_* >defines to sense it. Not in stable, we don't. So we need *both* patches, the one I did and the one to detect stdint.h. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/)
State Changed From-To: open->closed Committed. Maintainer 2 week timeout.