AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2005.08.09 20:08 "[Tiff] Compile error on AIX 5.1", by Philip Watkinson
2005.08.10 19:58 "Re: [Tiff] Compile error on AIX 5.1", by Andrey Kiselev
2005.08.17 19:07 "RE: [Tiff] Compile error on AIX 5.1", by Philip Watkinson
2005.08.17 20:06 "RE: [Tiff] Compile error on AIX 5.1", by Bob Friesenhahn
2005.08.18 21:06 "Re: [Tiff] Compile error on AIX 5.1", by Andrey Kiselev
2005.08.18 21:37 "Re: [Tiff] Compile error on AIX 5.1", by Bob Friesenhahn
2005.08.18 22:59 "Re: [Tiff] Compile error on AIX 5.1", by Bob Friesenhahn

2005.08.17 20:06 "RE: [Tiff] Compile error on AIX 5.1", by Bob Friesenhahn

Your proposed solution did not work. Getting same error message.

The most likely cause of the '"char*" and "int" is not allowed' error is that the header which includes the prototype for strchr() has not been included for some reason. Note that C defaults the function return type to 'int' if there is no prototype. I suggest seeing if there is a header which can be included in order to obtain the prototype.

Bob