Displaying 2 results from an estimated 2 matches for "winemaker_config".
2001 Jul 06
2
winelib and compiling MFC
...o errors in file or stderror; further winemaker accesses the correct directories.
But when I run ./configure as:
'./configure --with-wine=/usr/bin \
--with-wine-includes=/usr/include/wine \
--without-wine-libraries \
--prefix=./noarch \
--exec-prefix=./linuxarch \
--with-x \
--cache-file='winemaker_config.txt'
It exits and returns
'configure: warning: --with-wine-includes=/usr/include/wine: invalid host type
configure: error: can only configure for one host and one target at a time'
My questions are:
1. Do I need to specify the wine libraries for configure or is that what I am making b...
2001 Jul 09
0
compiling winelib and running configure
>'./configure --with-wine=/usr/bin \
>--with-wine-includes=/usr/include/wine \
>--without-wine-libraries \
>--prefix=./noarch \
>--exec-prefix=./linuxarch \
>--with-x \
>--cache-file='winemaker_config.txt'
>It exits and returns
>'configure: warning: --with-wine-includes=/usr/include/wine: invalid host type
>configure: error: can only configure for one host and one target at a time'
>
I found my problem. I had created a script which removes any does the chmod-ing of fil...