Ok thanks Martin, the first bunch of errors have been fixed but now I'm getting some more! Being relatively new to development on OS X I'm pretty stuck. Any useful advice would be appreciated.
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -Wno-unused -O3 -c curses_drv.c curses_drv.c: In function `curses_drv_init': curses_drv.c:84: warning: implicit declaration of function `nodelay' curses_drv.c:86: warning: implicit declaration of function `intrflush' curses_drv.c:87: warning: implicit declaration of function `keypad' curses_drv.c: In function `curses_drv_getkey': curses_drv.c:307: `KEY_LEFT' undeclared (first use in this function) curses_drv.c:307: (Each undeclared identifier is reported only once curses_drv.c:307: for each function it appears in.) curses_drv.c:309: `KEY_UP' undeclared (first use in this function) curses_drv.c:311: `KEY_DOWN' undeclared (first use in this function) curses_drv.c:313: `KEY_RIGHT' undeclared (first use in this function) make[3]: *** [curses_drv.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 Thanks, George > George Agnelli wrote: >> Hi all, I'm trying to get LCDProc to compile on 10.1.5 but I'm getting the >> following when I run make. Any ideas? > [] >> chrono.c:35: `SYS_NMLN' undeclared here (not in a function) > > On Linux, SYS_NMLN is defined in /usr/include/sys/utsname.h: > # define SYS_NMLN _UTSNAME_LENGTH > > On MacOSX in the same file, there is neither SYS_NMLN nor > _UTSNAME_LENGTH. The corresponding parameter on MacOSX > would probably be _SYS_NAMELEN. ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
