[Wine] Re: Install LiveZilla In wine

jmmarca wineforum-user at winehq.org
Tue Apr 7 12:25:39 CDT 2009


austin987 wrote:
> On Tue, Apr 7, 2009 at 12:13 PM, jmmarca <wineforum-user at winehq.org> wrote:
> 
> > until now I did the following:
> > git clone git://source.winehq.org/git/wine.git ~/wine-git
> > 
> > only is this? Now I run the patch?
> > 
> 
> Yes
> 
> 
> > http://bugs.winehq.org/attachment.cgi?id=18322
> > what should I do with the content of this page?
> > 
> 
> Save it as a file, e.g., iphlpapi.txt
> 
> Then, in ~/wine-git, use:
> $ patch -p1 < /path/to/iphlpapi.txt
> 
> Then use:
> $ ./configure && make depend && make
> 
> -- 
> -Austin



return console


usuario at alex-ti:~/wine-git$ patch -p1 < ip.diff
patching file dlls/iphlpapi/iphlpapi.spec
patching file dlls/iphlpapi/iphlpapi_main.c
Hunk #1 succeeded at 434 (offset -214 lines).
patching file include/iphlpapi.h
patching file include/iptypes.h

usuario at alex-ti:~/wine-git$ ./configure && make depend && make 
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.
usuario at alex-ti:~/wine-git$







More information about the wine-users mailing list