Hi, Just FYI:
As of v4.3.0, gcc changed semantics of inlines to IIRC support the c99 standard properly. Some packages still have to catch up with the development. Right now, heartbeat fails to build because of libnet using inline. The fix: Either drop the "inline" directive from include/libnet/libnet-functions.h or upgrade to libnet 1.3 (which is not released). Similar problem is with netsnmp, but it has a macro to disable inlines, so that was easy to fix in configure.in. Thanks, Dejan _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
