Guile 100 Prob #3 LZW compression / Solution #1 echo and cat

2013-03-25 Thread Mike Gran
Challenge #3 in the Guile 100 Programs Project is to write a version the Posix program `compress'.  This includes the task of writing procedures to do LZW compression. It is the third challenge in this month's theme, which is "/bin - reimplementing common Posix tools". Details are at http://www.

Re: building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Yagnesh Raghava Yakkala
Hello Mark, I was able to install guile. Thank you for the help. > If you install the 'automake' package from Debian experimental and > remove your locally-built version (recommended), then this won't be an > issue. Thanks for letting me know. I will remove local built. If I may ask, how are

Re: building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Yagnesh Raghava Yakkala
Hello Ludovic, Thanks for the reply. > So we’d just requiring that from people who are likely developers (to be) of > Guile. This doesn’t sound unreasonable to me. Agreed. > Make sure to install libtool-dev and gettext-dev (or similar packages). > They should provide the Autoconf macros menti

Re: building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Ludovic Courtès
Hi, Yagnesh Raghava Yakkala skribis: > It seems to build guile I need to have automake 1.12 atleast. Yes. > I feel that dependency is somewhat harsh given that ubuntu 12.04 is the > latest LTS. Automake is not needed when building from a tarball. So we’d just requiring that from people who

Re: building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Mark H Weaver
Mark H Weaver writes: > Yagnesh Raghava Yakkala writes: >> It seems to build guile I need to have automake 1.12 atleast. > [...] >> I feel that dependency is somewhat harsh given that ubuntu 12.04 is >> the latest LTS. > > Sorry about that. I've forgotten the exact details, but unfortunately >

Re: building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Mark H Weaver
Yagnesh Raghava Yakkala writes: > I am trying to build guile from repository on ubuntu 12.04 LTS. I cloned git > repo > and checked out stable branch. > > tried to run "autgen.sh" > > First, problem automake version. > > It seems to build guile I need to have automake 1.12 atleast. [...] > I fee

Re: SOLVED; building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Yagnesh Raghava Yakkala
Hello Stefan, On Mar 26 2013, Stefan Israelsson Tampe wrote: > Maybe packages is missing. Look in the docs for the dependencies and check > that the corresponding dev packages is installed that is the suspects > for including these macros. I actually have all dependencies installed. You were r

Re: building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Stefan Israelsson Tampe
Maybe packages is missing. Look in the docs for the dependencies and check that the corresponding dev packages is installed that is the suspects for including these macros. /Stefan On Mon, Mar 25, 2013 at 4:40 PM, Yagnesh Raghava Yakkala wrote: > > Hello Stefan, > > Thanks for the reply, > >> H

Re: building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Yagnesh Raghava Yakkala
Hello Stefan, Thanks for the reply, > Hi, > > I had the same problem. The problem is that the aclocal directory in > /usr/local/share or something doesn't get the m4 macro files that you > can find in e.g. /usr/shara/aclocal and it's there the build system > looks. Maybe there is a better fix du

Re: building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Stefan Israelsson Tampe
Hi, I had the same problem. The problem is that the aclocal directory in /usr/local/share or something doesn't get the m4 macro files that you can find in e.g. /usr/shara/aclocal and it's there the build system looks. Maybe there is a better fix dunno. /Stefan On Mon, Mar 25, 2013 at 2:19 PM, Ya

building guile problem (configure: possibly undefined macro)

2013-03-25 Thread Yagnesh Raghava Yakkala
Hello Guilers, My first post on this list, so please go easy. I am trying to build guile from repository on ubuntu 12.04 LTS. I cloned git repo and checked out stable branch. tried to run "autgen.sh" First, problem automake version. It seems to build guile I need to have automake 1.12 atlea

Re: Anniversary hack: Zile editor with Guile support

2013-03-25 Thread Gary V. Vaughan
Hi Ian, On 25 Mar 2013, at 13:24, Ian Price wrote: > "Gary V. Vaughan" writes: >> I think we are misunderstanding one another somewhere :( >> >> I'm talking about this: >> >> 1. user writes some Guile Scheme, and feeds it to Lua Zile >> 2. Lua Zile runs zlc to translate Guile Scheme to Lua >