Closed GoogleCodeExporter closed 9 years ago
This seems to be a problem with the setjmp.h include file used on this system.
The symbol _UKJBLEN doesn't appear in the gcc setjmp.h file, and of course
leptonica doesn't call it.
This is the first report of anyone attempting to compile on OS/400.
Original comment by dan.bloo...@gmail.com
on 23 Jan 2013 at 1:12
Okay, here's a variant of the same. This time it's a genuine AIX 5.3 box.
./configure works, gmake fails, citing a the lack of a jpegio.h, which I've
noticed is missing in the source package.
Original comment by hewhocutsdown
on 11 Feb 2013 at 8:13
and..the SVN repo has nothing in it, and there are no deprecated versions I
might steal it from. To the internet!
...
Looks like all the header files it's yelling about are in the jpeg-9 project.
Could you have maybe omitted that requirement?
Original comment by hewhocutsdown
on 11 Feb 2013 at 8:26
Okay, so the three files that seem to be missing in order to compile are
jpeglib.h, jconfig.h and jmorecfg.h.
I found copies of jpeglib.h and jmorecfg.h in the jpeg-9 project, and some
Googling yielded jconfig.h, but I suspect these are not the preferred files for
compilation.
Original comment by hewhocutsdown
on 12 Feb 2013 at 3:00
Am I correct in assuming that you fixed the problem with the jpeg-9 include
files?
Original comment by dan.bloo...@gmail.com
on 6 Feb 2014 at 3:55
Honestly, I gave up.
Original comment by hewhocutsdown
on 6 Feb 2014 at 5:47
This may be broken on big-endians; never determined why. The 32-bit code path
should work properly on big-endians. Absence of a red channel indicates that
it was taking the 32-bit path but the endian setting was wrong
(L_LITTLE_ENDIAN).
Investigation finished for now.
Original comment by dan.bloo...@gmail.com
on 6 Feb 2014 at 11:08
Original issue reported on code.google.com by
hewhocutsdown
on 22 Jan 2013 at 8:25