<p dir="ltr">Well, that was the output.</p>
<div class="gmail_quote">On 16 Nov 2015 09:37, "Stephan Haller" <<a href="mailto:nomad@froevel.de">nomad@froevel.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Lev,<br>
<br>
thanks for reporting the compile issue. It was fixed with commit 5aa475317aca2387cb6dcd15f3ab7fee1204a734.<br>
<br>
Regarding the error message I cannot say wants going wrong. I'm missing the context. If the error is reproducible, could you please run xfdashboard in a terminal with the command and send me the output (The output will get long!):<br>
<br>
----<br>
G_MESSAGES_DEBUG=xfdashboard xfdashboard<br>
----<br>
<br>
Regards,<br>
Stephan<br>
<br>
Am 15.11.2015 20:42, schrieb Lev:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
<br>
I'm on FreeBSD with clang36.<br>
<br>
To compile the code I had to modify it.<br>
<br>
diff --git a/plugins/clock-view/clock-view.c b/plugins/clock-view/clock-view.c<br>
index db09cf4..8dde594 100644<br>
--- a/plugins/clock-view/clock-view.c<br>
+++ b/plugins/clock-view/clock-view.c<br>
@@ -154,7 +154,7 @@ static gboolean<br>
_xfdashboard_clock_view_on_timeout(gpointer inUserData)<br>
        XfdashboardClockView                    *self;<br>
        XfdashboardClockViewPrivate             *priv;<br>
<br>
-       g_return_if_fail(XFDASHBOARD_IS_CLOCK_VIEW(inUserData));<br>
+       g_return_val_if_fail(XFDASHBOARD_IS_CLOCK_VIEW(inUserData), 0);<br>
<br>
        self=XFDASHBOARD_CLOCK_VIEW(inUserData);<br>
        priv=self->priv;<br>
<br>
<br>
<br>
If I run the executable, I get this error:<br>
<br>
(xfdashboard:26571): xfdashboard-CRITICAL **: Could not load<br>
application database: unknown error<br>
<br>
Any clues?<br>
<br>
Regards,<br>
Lev<br>
</blockquote>
</blockquote></div>