From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: G-golf Date: Sun, 14 Jan 2018 15:02:09 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c1b0cfa90d89c0562bcf142" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eairT-00038b-Mv for guix-devel@gnu.org; Sun, 14 Jan 2018 09:02:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eairS-0003zg-SB for guix-devel@gnu.org; Sun, 14 Jan 2018 09:02:11 -0500 Received: from mail-yb0-x232.google.com ([2607:f8b0:4002:c09::232]:39237) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eairS-0003zE-Nw for guix-devel@gnu.org; Sun, 14 Jan 2018 09:02:10 -0500 Received: by mail-yb0-x232.google.com with SMTP id 65so4709450ybz.6 for ; Sun, 14 Jan 2018 06:02:10 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel --94eb2c1b0cfa90d89c0562bcf142 Content-Type: text/plain; charset="UTF-8" In G-golf ( https://git.savannah.gnu.org/cgit/g-golf.git ) in the g-golf/init.scm file, there's this line (define %libgirepository (dynamic-link "libgirepository-1.0")) and when running make, I get In procedure dynamic-link: file: "libgirepository-1.0", message: "file not found" but both Gobect-introspection and Glib are in the ad-hoc environment (they were found by configure) --94eb2c1b0cfa90d89c0562bcf142 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In G-golf ( https://git.savannah.gnu.org/cgit/g-golf.git ) in the <= br>
g-golf/init.scm

file, there's this line
(define %libgirepository (dynamic-link "libgirepository-1.0"))
and when running make, I get

In procedure dynamic-l= ink: file: "libgirepository-1.0", message: "file not found&q= uot;

but both Gobect-introspection and Glib are in the ad= -hoc environment
(they were found by configure)
--94eb2c1b0cfa90d89c0562bcf142--