On Mon, 28 Apr 2008, Andras Barna wrote: > thanks for the reply but the same: > > /usr/bin/cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -DNDEBUG > -I../.. -I./include -I../../include -i -xO4 -xspace -xstrconst > -xpentium -mr -xregs=no%frameptr -D__inline=inline -c tags.c -KPIC > -DPIC -o .libs/tags.o > "tags.c", line 32: warning: no explicit type given
When I dealt with this back in September (but building with GCC), it looks like I pasted this into tags.c: #ifndef FLaC__INLINE #define FLaC__INLINE #endif Apparently I was lazy. :-) Bob ====================================== Bob Friesenhahn bfriesen at simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
