Branches
Comments
[»]
Compile errors on Linux RH7.3... with fixes :-)
by rivimey - Sep 30th 2002 19:04:28
I found the following patch sorted some compile
errors:
diff -u -r jpgtn-2.01/jpgtn.c jpgtn-2.01-1/jpgtn.c
--- jpgtn-2.01/jpgtn.c Sun Jun 23 20:24:23 2002
+++ jpgtn-2.01-1/jpgtn.c Mon Sep 30 23:49:36
2002
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
diff -u -r jpgtn-2.01/writejpeg.c
jpgtn-2.01-1/writejpeg.c
--- jpgtn-2.01/writejpeg.c Fri Jun 14 21:50:57 2002
+++ jpgtn-2.01-1/writejpeg.c Mon Sep 30 23:49:59
2002
@@ -24,6 +24,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <jpeglib.h>
#include "jpgtn.h"
[reply]
[top]
[»]
Re: Compile errors on Linux RH7.3... with fixes :-)
by sauoq - Feb 15th 2003 14:27:50
> I found the following patch sorted some
> compile
> errors:
Jpgtn now uses an autoconf driven build process. The next release will
include a configure script and should fix this error.
-- -sauoq
"My two cents aren't worth a dime."
[reply]
[top]
|