Re: Setup development evironment

2010-04-21 Thread Daniel Gnoutcheff
On 04/22/2010 11:14 PM, Nguyen Canh Toan wrote: The problems is I cannot find autogen.sh in nm-applet-0.7.0 source from CVS I suspect the CVS repo is not what you want; that sounds like an old abandoned repo. I believe current nm-applet development is done in a git repo, found here: http://g

RE: Setup development evironment

2010-04-21 Thread Nguyen Canh Toan
The problems is I cannot find autogen.sh in nm-applet-0.7.0 source from CVS -Original Message- From: Mirsal Ennaime [mailto:mirsal.enna...@gmail.com] Sent: Wednesday, April 21, 2010 3:51 AM To: Nguyen Canh Toan Cc: networkmanager-list@gnome.org Subject: Re: Setup development evironment

Re: Setup development evironment

2010-04-21 Thread Mirsal Ennaime
On Thu, Apr 22, 2010 at 2:27 PM, Nguyen Canh Toan wrote: > For newbie information: After modify those file, instead of calling > autoconf, we should call autoreconf. AFAIK, running the autogen.sh script takes care of that. -- Mirsal ___ networkmanager

RE: Setup development evironment

2010-04-21 Thread Nguyen Canh Toan
aime [mailto:mirsal.enna...@gmail.com] Sent: Tuesday, April 20, 2010 11:19 PM To: Nguyen Canh Toan Cc: networkmanager-list@gnome.org Subject: Re: Setup development evironment On Thu, Apr 22, 2010 at 8:38 AM, Nguyen Canh Toan wrote: > Hi all, Hello, > At the moment, I am trying to modifying nm-app

Re: Setup development evironment

2010-04-21 Thread Marc Herbert
Le 21/04/2010 06:45, Nguyen Canh Toan a écrit : > But, I know that modifying directly > Makefile is wrong way of developing my application based on opensource > code, so I try to use GNU build tools (aclocal, autoconf, automake). Modifying generated code is the wrong way. Not everyone is using t

Re: Setup development evironment

2010-04-20 Thread Mirsal Ennaime
On Thu, Apr 22, 2010 at 8:38 AM, Nguyen Canh Toan wrote: > Hi all, Hello, > At the moment, I am trying to modifying nm-applet source code. In order to > compiling some new source file, that I added new source files into certain > project source directory then I modified directly into Makefile, a

Setup development evironment

2010-04-20 Thread Nguyen Canh Toan
Hi all, At the moment, I am trying to modifying nm-applet source code. In order to compiling some new source file, that I added new source files into certain project source directory then I modified directly into Makefile, and the result run correctly. But, I know that modifying directly Makefi