Hi @all, I try to compile owfs 2.7p3 and I get the error: ---snip--- ow_multicast.c: In function `FS_FindHA7': ow_multicast.c:40: error: `AI_NUMERICSERV' undeclared (first use in this function) ow_multicast.c:40: error: (Each undeclared identifier is reported only once ow_multicast.c:40: error: for each function it appears in.) make[4]: *** [ow_multicast.lo] Error 1 make[4]: Leaving directory `/usr/src/BUILD/owfs-2.7p3/module/owlib/src/c' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/BUILD/owfs-2.7p3/module/owlib/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/BUILD/owfs-2.7p3/module/owlib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/BUILD/owfs-2.7p3/module' make: *** [all-recursive] Error 1 ---snip---
the variable AI_NUMERICSERV is not defined and only used in owfs-2.7p3/module/owlib/src/c/ow_multicast.c. When I delete this variable in ow_multicast.c, I can compile owfs. Why is this variable in the source code? Build System: debian etch Regards Andreas -- Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! http://games.entertainment.web.de/de/entertainment/games/free ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
