kos-ports missing includes for jpeg

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
Chilly Willy
DC Developer
DC Developer
Posts: 414
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Thu Aug 20, 2009 11:00 am
Has thanked: 0
Been thanked: 2 times

kos-ports missing includes for jpeg

Post by Chilly Willy »

You missed a couple include files for libjpeg. The makefile needs the last two added like this

Code: Select all

INSTALLED_HDRS =	jconfig.h jmorecfg.h jpeg.h jpeglib.h jpegint.h jerror.h
Not many use jpegint.h, but quite a few I've seen use jerror.h. Both need to be present if the app defines JPEG_INTERNALS.
User avatar
BlueCrab
The Crabby Overlord
The Crabby Overlord
Posts: 5658
Joined: Mon May 27, 2002 11:31 am
Location: Sailing the Skies of Arcadia
Has thanked: 9 times
Been thanked: 69 times
Contact:

Re: kos-ports missing includes for jpeg

Post by BlueCrab »

Fixed. Thanks for pointing it out.
Post Reply