Re: Regarding ./configure file

2008-11-22 Thread Detlef Riekenberg
On Fr, 2008-11-21 at 10:57 -0800, Juan Lang wrote: > > I thought that if you want to add anything to wine you: > > > > 1 - simply add it to git > > 2 - ./tools/make_makefiles > > 3 - autoconf > > 4 - ./configure > > 5 - make depend && make > > > > Is this wrong? > > Yes. On occasion we need to a

Re: Regarding ./configure file

2008-11-21 Thread Juan Lang
> Isn't all the configuration done via ./tools/make_makefiles ? No, not all. > I thought that if you want to add anything to wine you: > > 1 - simply add it to git > 2 - ./tools/make_makefiles > 3 - autoconf > 4 - ./configure > 5 - make depend && make > > Is this wrong? Yes. On occasion we need

Re: Regarding ./configure file

2008-11-21 Thread Andrew Fenn
Isn't all the configuration done via ./tools/make_makefiles ? I thought that if you want to add anything to wine you: 1 - simply add it to git 2 - ./tools/make_makefiles 3 - autoconf 4 - ./configure 5 - make depend && make Is this wrong? On Sat, Nov 22, 2008 at 1:33 AM, Francois Gouget <[EMAIL P

Re: Regarding ./configure file

2008-11-21 Thread Francois Gouget
On Wed, 19 Nov 2008, Massimo Del Fedele wrote: > I've looked into configure and configure.ac and I've seen that configure > is quite more recent than configure.ac and it seems to have been > changed manually. Am I wrong ? Yes. configure is really not a file that anyone would want to modify

Re: Regarding ./configure file

2008-11-19 Thread Massimo Del Fedele
Sent:* Tuesday, November 18, 2008 10:27 AM > *To:* wine-devel@winehq.org > *Subject:* Regarding ./configure file > > > > Sir/Madam, > > I need to add few functions related to libwnck. It requires some header > files to be included. I included them in wine source code. But w

RE: Regarding ./configure file

2008-11-19 Thread Stefan Dösinger
i Sent: Tuesday, November 18, 2008 10:27 AM To: wine-devel@winehq.org Subject: Regarding ./configure file Sir/Madam, I need to add few functions related to libwnck. It requires some header files to be included. I included them in wine source code. But when compiled it says header files not f

Regarding ./configure file

2008-11-19 Thread shanmukha sainath addepalli
Sir/Madam, I need to add few functions related to libwnck. It requires some header files to be included. I included them in wine source code. But when compiled it says header files not found. I haven't updated configure file. How can i update it? please tell me what r the changes that i need to ma