On Thu, Dec 1, 2016 at 6:22 AM, John Benediktsson wrote:
> I just removed the call to ``g_type_init``, which has been deprecated since
> maybe glib 2.36.
>
> Want to give headless factor another try?
That worked, thanks!
--
http://bluishcoder.co.nz
-
I just removed the call to ``g_type_init``, which has been deprecated since
maybe glib 2.36.
Want to give headless factor another try?
On Tue, Nov 29, 2016 at 4:59 PM, John Benediktsson wrote:
> Looks like that's required by ``images.loader.gtk``.
>
> I guess "headless" still can load images us
Looks like that's required by ``images.loader.gtk``.
I guess "headless" still can load images using the Gtk libraries... maybe
we should make ``g_type_init`` a startup hook or something.
On Tue, Nov 29, 2016 at 4:43 PM, Chris Double
wrote:
> What libraries are needed for a headless Factor runni
What libraries are needed for a headless Factor running on a VPS?
I tried doing a "NO_UI=1 ./build.sh" but it fails at a point during
the bootstrap wanting libgobject:
3: USING: io.pathnames sequences ui.images ;
^
Cannot resolve C library function
Librar