Omar Radwan writes:
> 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
It's "utils-group". Wrong URL?
> before you
> point out anythi
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
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,
>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
On Sat, Jan 31, 2015 at 6:58 PM, David Thompson
wrote:
> Oma
Omar Radwan writes:
>>Then make && ./pre-inst-env guix build wicd
>
> For starters, the make command returns an error
> "make: *** No targets specified and no makefile found. Stop."
>
> Though there clearly are 2 makefiles. Makefile.in and Makefile.am
You need to run the './bootstrap' script fir
>Then make && ./pre-inst-env guix build wicd
For starters, the make command returns an error
"make: *** No targets specified and no makefile found. Stop."
Though there clearly are 2 makefiles. Makefile.in and Makefile.am
On Sat, Jan 31, 2015 at 11:27 AM, Cyril Roelandt wrote:
> Hey,
>
> On 01/
Hey,
On 01/31/2015 08:21 PM, Omar Radwan wrote:
> To begin with, I haven't gotten very far.
>
> I'm reading through the manual, and the first thing I figured out what to
> do is write the package definition, http://pastebin.com/2q7LCv2i .
>
> I'm not sure what exactly to do with it, it was somet