Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2012 00:25:16 -0600
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        freebsd-ports@FreeBSD.org
Cc:        xfce@xfce.org
Subject:   xfce4-panel-4.9.0 build failure on FreeBSD 10.0-CURRENT
Message-ID:  <20120212002516.68b65868@cox.net>

next in thread | raw e-mail | index | archive | help
Just tried compiling xfce4-panel-4.9.0, but got a failure in
plugins/clock/clock.c, due to the lack of the type "sigval_t", which
FreeBSD does not define in either <signal.h> or <sys/signal.h>.

static void
clock_plugin_timeout_expired (sigval_t info)

I tried substituting 'union sigval' (which does contain the member
sival_ptr used in this function), and the build succeeded, but the
clock applet now crashes repeatedly on startup.

Any clues, anyone?

Thanks!

-- 
Conrad J. Sabatier
conrads@cox.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120212002516.68b65868>