According to [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > In file included from types.h:18, > from ttftool.c:6: > ../../../../src/af/util/xp/ut_endian.h:59: endian.h: No such file or directory > gmake[4]: Leaving directory >`/export/home/meuh/Temp/abiword/abi/src/tools/ttftool/unix' > ... > > if compilation search for endian.h, this if because OS_NAME seem's to be > linux and not SunOS (cf. file ut_endian.h) !? > > I can modify ut_endian.h but maybe other compilations need a OS_NAME corect ? > > How can I define this variable correctly ?
in ut_endian.h #elif defined(SunOS) /* this is defined by src/config/platform/sunos.mk */ BTW, Solaris 8 sparc or intel ? Hub ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
