help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about glib


From: Ludovic Courtès
Subject: Re: Question about glib
Date: Fri, 12 Jul 2019 23:08:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

Tobias Dausend <address@hidden> skribis:

> I wanted to tryout compiling Vice as C64-emulator, but got finally an
> error message about "glib-compile-resources" being missed out. Has
> anybody more clues for me what to do about this?

Hopefully you found out in the meantime, but in any case, this binary is
in the “bin” output of glib.  Thus, you need to add the “bin” output of
glib to your package’s dependencies, like so:

  (native-inputs `(("glib:bin" ,glib "bin") …))

HTH!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]