[Ilugc] compiling dhvani in ubuntu 11.10

2012-04-10 Thread Shrinivasan T
I am trying to compile dhvani in ubuntu 11.10 Got the code dhvani-0.95 from http://sourceforge.net/projects/dhvani/ when compiling using just ./configure, getting the error as can not find zlib header. zlib is there in my system. $whereis zlib zlib: /usr/include/zlib.h /usr/share/man/man3/zlib.

Re: [Ilugc] compiling dhvani in ubuntu 11.10

2012-04-10 Thread 0
> when compiling using just ./configure, > getting the error as > can not find zlib header. > It will help if you can paste the error report from configure script. -- 0 ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] Basic Cricket Score Fetching App - Python + Tkinter

2012-04-10 Thread Prasanna Venkadesh
Dear all, Ganesh Katrapati forked GillyCricket project and added a new file called "GillyLive.py" which fetches the score in regular interval of time and displays it using system notifications alone (does not require GUI packages). README file format changed to MARKDOWN. So it looks decent now th

Re: [Ilugc] compiling dhvani in ubuntu 11.10

2012-04-10 Thread Shrinivasan T
On Tue, Apr 10, 2012 at 7:34 PM, 0 <0...@0throot.com> wrote: > >> when compiling using just ./configure, >> getting the error as >> can not find zlib header. >> > > It will help if you can paste the error report from configure script. Get the output of ./configure here. http://paste.ubuntu.com/923

Re: [Ilugc] compiling dhvani in ubuntu 11.10

2012-04-10 Thread Mohan L
On Tue, Apr 10, 2012 at 7:18 PM, Shrinivasan T wrote: > I am trying to compile dhvani in ubuntu 11.10 > > Got the code dhvani-0.95 from > http://sourceforge.net/projects/dhvani/ > > when compiling using just ./configure, > getting the error as > can not find zlib header. > > zlib is there in my sy

Re: [Ilugc] compiling dhvani in ubuntu 11.10

2012-04-10 Thread Mohan L
On Tue, Apr 10, 2012 at 8:02 PM, Mohan L > >> > Hi Shrini, > > In configure.in : > > AC_CHECK_HEADER([gsm.h],, [AC_MSG_ERROR([[cannot find zlib header]])]) > > > $ sudo apt-get install libgsm1 libgsm1-dev > > Now try configure : > > $./configure > > Just installing libgsm1-dev disappear "cannot

Re: [Ilugc] Basic Cricket Score Fetching App - Python + Tkinter

2012-04-10 Thread AJIT KUMAR
HI Prasana, I have downloaded the GillyCricket application. But that is for 64bit window machine as you have mention in Readme file. How to run that in window32 system. I have window xp 32 bit machine. Thanking you. ajit On Tue, Apr 10, 2012 at 7:35 PM, Prasanna Venkadesh wrote: > Dear all, > >

Re: [Ilugc] Basic Cricket Score Fetching App - Python + Tkinter

2012-04-10 Thread Prasanna Venkadesh
Hi Ajit Kumar, On Tue, Apr 10, 2012 at 9:17 PM, AJIT KUMAR wrote: > HI Prasana, > > I have downloaded the GillyCricket application. > But that is for 64bit window machine as you have mention in Readme file. > How to run that in window32 system. > I have window xp 32 bit machine. > I have sent y

Re: [Ilugc] Basic Cricket Score Fetching App - Python + Tkinter

2012-04-10 Thread satyaakam goswami
> > I have sent you in offlist to your mail id personally, since it deals with > Windows stuff, this place would not be right to put and even i don't want > to bring in Windows discussion into Linux user group mailing list. :-) > it does not matter as long as its Foss .We do have Firefox , Libre o

Re: [Ilugc] Basic Cricket Score Fetching App - Python + Tkinter

2012-04-10 Thread AJIT KUMAR
Hi Prasanna i try with Ubuntu 10.4 according to readme file instruction. but got a error like"couldn't find python-feedparser. How to fix this. As i m very new to Ubuntu use so it seems difficult to me updating the python module i did same in my window. As i m very excited for this application but

Re: [Ilugc] Basic Cricket Score Fetching App - Python + Tkinter

2012-04-10 Thread Mehul Ved
On Tue, Apr 10, 2012 at 11:32 PM, AJIT KUMAR wrote: > Hi Prasanna > i try with Ubuntu 10.4 according to readme file instruction. > but got a error like"couldn't find python-feedparser. > How to fix this. Open a terminal and type sudo apt-get install python-feedparser _

Re: [Ilugc] compiling dhvani in ubuntu 11.10

2012-04-10 Thread Shrinivasan T
Hi, > Just installing libgsm1-dev disappear "cannot find zlib header" error for > me. I just conformed in Ubuntu 11.10. Thanks for the info. I installed libgsm1-dev and the zlib error disappeared. But, now soundtouch is giving errors. Check the outout of ./configure here. http://paste.ubuntu.c