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
> 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
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
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
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
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
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