running ./autogen.sh I get:
configure.ac:468: warning: underquoted definition of AC_PATH_FILE
run info '(automake)Extending aclocal'
or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac:509: warning: underquoted definition of AC_PATH_HEADER
configure.ac:545: warning: underquoted definition of AC_PATH_LIBRARY
I've already tried copying the windef.h into fst-1.6/include.
c.
Cesare Marilungo wrote:
I have wine20040505.1-i586 (also the -devel package)
installed.
I already got fst working on ubuntu i386.
On suse 9.3 (x86_64) the configure script can't include 'windef.h', even
if it is inside /usr/incude/wine/windows.
Running:
./configure --prefix=/usr --with-wine-include=/usr/include/wine
i get:
checking for windef.h... configure: error: Could not find the Wine
headers (windef.h)
c.