Thanks Gopal, that did solve the problem =) Enlightenment runs fine one OpenBSD now, but the fonts look displaced due to the lack of c99 functions in OpenBSD. Linking eet with libtrio doesn't work 100%.
Well, at least I can play around with E a little now =) Leonardo Rodrigues On 9/10/07, Gopal Venkatesan <[EMAIL PROTECTED]> wrote: > On Sun, Sep 09, 2007 at 04:46:43AM -0300, Leonardo Rodrigues wrote: > > 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: > > > > <snip> > > > 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? > > > > I believe the OpenBSD limits.h does not define _POSIX_HOST_NAME_MAX. > A work-around is to add the following in your copy of "src/bin/e.h" and > try again: > > #ifndef _POSIX_HOST_NAME_MAX > #define _POSIX_HOST_NAME_MAX 255 > #endif > > HTH. > > -- > Gopal Venkatesan > > http://gopalarathnam.com/weblog/ > -- 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
