Re: wicd porting so far.

2015-02-02 Thread 宋文武
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

Re: wicd porting so far.

2015-02-01 Thread Omar Radwan
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

Re: wicd porting so far.

2015-01-31 Thread David Thompson
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,

Re: wicd porting so far.

2015-01-31 Thread Omar Radwan
>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

Re: wicd porting so far.

2015-01-31 Thread David Thompson
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

Re: wicd porting so far.

2015-01-31 Thread Omar Radwan
>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/

Re: wicd porting so far.

2015-01-31 Thread Cyril Roelandt
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