On Aug 13, 2007, at 6:43 PM, Jean-Marc Lasgouttes wrote:
Bennett Helm <[EMAIL PROTECTED]> writes:
On Aug 13, 2007, at 6:11 PM, Jean-Marc Lasgouttes wrote:
Bennett Helm <[EMAIL PROTECTED]> writes:
Not sure exactly what you're looking for. Here are the bits of
config.h relevant to uid_t:
This is apple's signal.h. I want LyX' config.h.
That's what I get for rushing. Here is the relevant bit of config.h:
/* Define to `int' if <sys/types.h> doesn't define. */
#define uid_t int
What do you have in 1.5?
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */
Changing trunk to this, allows compilation to proceed a little bit
before I get:
gcc -c -DLOCALEDIR=\"/Applications/LyX-devel.app/Contents/Resources/
locale\" -DLOCALE_ALIAS_PATH=\"/Applications/LyX-devel.app/Contents/
Resources/locale\" -DLIBDIR=\"/Applications/LyX-devel.app/Contents/
Resources\" -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -
DINSTALLDIR=\"/Applications/LyX-devel.app/Contents/Resources\" -
DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -
Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -
I. -I. -I../src -Wextra -Wall -I/System/Library/Frameworks/
CoreFoundation.framework/Headers -g -Os finddomain.c
In file included from finddomain.c:25:
/usr/include/sys/types.h:114: error: two or more data types in
declaration specifiers
make[1]: *** [finddomain.o] Error 1
make: *** [all-recursive] Error 1
Bennett