2008/7/28 M.McNeil <[EMAIL PROTECTED]>: > Hi, > > I tried installing a fresh copy of E17 this morning, but again, I'm getting > the following errors when trying to compile: > > e_fm_op.c: In function 'main': > e_fm_op.c:120: error: 'PATH_MAX' undeclared (first use in this function) > e_fm_op.c:120: error: (Each undeclared identifier is reported only once > e_fm_op.c:120: error: for each function it appears in.) > e_fm_op.c: In function '_e_fm_op_scan_idler': > e_fm_op.c:622: error: 'PATH_MAX' undeclared (first use in this function) > e_fm_op.c: In function '_e_fm_op_copy_link': > e_fm_op.c:1015: error: 'PATH_MAX' undeclared (first use in this function) > gmake[3]: *** [enlightenment_fm_op-e_fm_op.o] Error 1 > gmake[3]: *** Waiting for unfinished jobs.... > gmake[3]: Leaving directory `/usr/home/mmcneil/e17_cvs/e17/apps/e/src/bin' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/home/mmcneil/e17_cvs/e17/apps/e/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/home/mmcneil/e17_cvs/e17/apps/e' > gmake: *** [all] Error 2 >
Platform (maybe FreeBSD)? Built by hand or using some shell script? Looking at your output, it seems that the compiler don't know PATH_MAX (defined in sys/syslimits.h). Massimiliano ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
