From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omar Radwan Subject: Re: wicd porting so far. Date: Sun, 1 Feb 2015 12:25:36 -0800 Message-ID: References: <54CD2CA4.1080608@gmail.com> <87zj8yjq1g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87vbjmjplw.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1140dc62eeab6d050e0ca3cc Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI15P-00030x-JI for guix-devel@gnu.org; Sun, 01 Feb 2015 15:25:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YI15N-00022N-BD for guix-devel@gnu.org; Sun, 01 Feb 2015 15:25:39 -0500 Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]:38903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI15N-000223-5x for guix-devel@gnu.org; Sun, 01 Feb 2015 15:25:37 -0500 Received: by mail-ig0-f171.google.com with SMTP id r10so13944286igi.4 for ; Sun, 01 Feb 2015 12:25:36 -0800 (PST) In-Reply-To: <87vbjmjplw.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson , guix-devel --001a1140dc62eeab6d050e0ca3cc Content-Type: text/plain; charset=UTF-8 Ok, so far, I've got the build environment setup, but I realized that I must have urwid to get an ncurses interface in wicd, so I'm doing that first. Here is the urwid.scm http://paste.lisp.org/display/14553 before you point out anything, I plan to put it on the python.scm file, just not right now because I don't want to get confused or anything. Here is the error file after I ./configure, make, ./pre-inst-env guix build urwid http://paste.lisp.org/display/145537 Also notice that I didn't change the hash, it's the same one as the less.scm hash. I still don't know how to generate the base32 string. Any help is greatly appreciated. On Sat, Jan 31, 2015 at 7:08 PM, David Thompson wrote: > Omar Radwan writes: > > >>You need to run the './bootstrap' script first. See the 'HACKING' file > >>for more details about building from git. > > > > after install autoconf as the hacking file suggested, the ./bootstrap now > > complains about not having autopoint to run > > You must also install GNU Gettext, also mentioned in the HACKING file. > > -- > David Thompson > Web Developer - Free Software Foundation - http://fsf.org > GPG Key: 0FF1D807 > Support the FSF: https://fsf.org/donate > --001a1140dc62eeab6d050e0ca3cc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Ok, so far, I've got the build environment setup, but = I realized that I must have urwid to get an ncurses interface in wicd, so I= 'm doing that first. Here is the urwid.scm=C2=A0http://paste.lisp.org/display/14553 before you= point out anything, I plan to put it on the python.scm file, just not righ= t now because I don't want to get confused or anything. Here is the err= or file after I ./configure, make, ./pre-inst-env guix build urwid=C2=A0http://paste.lisp.org/display= /145537 Also notice that I didn't change the hash, it's the sam= e one as the less.scm hash. I still don't know how to generate the base= 32 string. Any help is greatly appreciated.=C2=A0

On Sat, Jan 31, 2015 at 7:08 PM, Davi= d Thompson <dthompson2@worcester.edu> wrote:
Omar Radwan <toxemicsquire4@gmail.com> writes:

>>You need to run the './bootstrap' script first.=C2=A0 See t= he 'HACKING' file
>>for more details about building from git.
>
> after install autoconf as the hacking file suggested, the ./bootstrap = now
> complains about not having autopoint to run

You must also install GNU Gettext, also mentioned in the HACKING fil= e.

--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https= ://fsf.org/donate

--001a1140dc62eeab6d050e0ca3cc--