Hello everyone! So, I'm trying to compile E on an OpenBSD system, just to see if it will work. I've already compiled the base EFL libraries with some added hacks (trying to circumvent the c99 problem on eet), but while trying to compile apps/e I get these errors:
gmake[3]: Entering directory `/home/maverick/e17-cvs/e17/apps/e/src/bin' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src/bin -I../../src/lib -DUSE_E_CONFIG_H -I/usr/local/include -I/usr/local/include/efreet -I/usr/X11R6/include -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=SLOW_PC -DPACKAGE_BIN_DIR=\"/usr/local/bin\" -DPACKAGE_LIB_DIR=\"/usr/local/lib\" -DPACKAGE_DATA_DIR=\"/usr/local/share/enlightenment\" -DLOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SYSCONF_DIR=\"/usr/local/etc\" -I/usr/local/include -I/usr/include -I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/X11R6/GL -I/usr/X11R6/drm -I/usr/X11R6/xorg -g -O2 -MT e_fm.o -MD -MP -MF ".deps/e_fm.Tpo" -c -o e_fm.o e_fm.c; \ then mv -f ".deps/e_fm.Tpo" ".deps/e_fm.Po"; else rm -f ".deps/e_fm.Tpo"; exit 1; fi e_fm.c: In function `_e_fm2_uri_parse': e_fm.c:3496: error: `_POSIX_HOST_NAME_MAX' undeclared (first use in this function) e_fm.c:3496: error: (Each undeclared identifier is reported only once e_fm.c:3496: error: for each function it appears in.) e_fm.c: In function `_e_fm2_uri_path_list_get': e_fm.c:3542: error: `_POSIX_HOST_NAME_MAX' undeclared (first use in this function) gmake[3]: *** [e_fm.o] Error 1 I'm clueless here... it seems to miss some dependencies in order to recognize those POSIX_HOST_NAME_MAX stuff... What's missing? Sorry for yet another "compiling e" mail =( Does anyone have any ideas? Any hints are helpful! Thanks in advance =) Leonardo Rodrigues -- An OpenBSD user... and that's all you need to know =) Please, send private emails to [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
