I can't seem to install WineX!
I did a autoconf configure.in and i get this:
echo "/* $ac_file. Generated automatically by configure. */" >
conftest.h
cat conftest.in >> conftest.h
rm -f conftest.in
if cmp -s $ac_file conftest.h 2>/dev/null; then
echo "$ac_file is unchanged"
rm -f conftest.h
else
# Remove last slash and all that follows it. Not all systems have
dirname.
ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
if test "$ac_dir" != "$ac_file" && test
"$ac_dir" != .; then
# The file is in a subdirectory.
test ! -d "$ac_dir" && mkdir "$ac_dir"
fi
rm -f $ac_file
mv conftest.h $ac_file
fi
fi; done
EOF
cat >> $CONFIG_STATUS <<EOF
EOF
cat >> $CONFIG_STATUS <<\EOF
extra_subdirs="\
dlls/ddraw/d3ddevice \
dlls/ddraw/dclipper \
dlls/ddraw/ddraw \
dlls/ddraw/direct3d \
dlls/ddraw/dpalette \
dlls/ddraw/dsurface \
dlls/dinput/joystick \
dlls/dinput/keyboard \
dlls/dinput/mouse \
dlls/kernel/messages \
dlls/user/resources \
"
for i in $extra_subdirs; do [ -d $i ] || (echo "creating $i"
&& mkdir $i);
done
exit 0
EOF
chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS ||
exit 1
if test "$have_x" = "no"
then
echo
echo "*** Warning: X development files not found. Wine will be built
without"
echo "*** X support, which currently does not work, and would probably
not
be" echo "*** what you want anyway. You will need to install devel
packages
of"
echo "*** Xlib/Xfree86 and Xpm at the very least."
elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no"
then
echo
echo "*** Warning: Xpm development files not found. Wine will be built
without"
echo "*** Xpm support, which currently does not work. You will need to
install"
echo "*** devel packages of Xpm."
fi
if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a
"$ac_cv_lib_ncurses_waddch" = "yes"
then
echo
echo "*** Warning: resizeterm not found in ncurses. Wine will be built
without"
echo "*** terminal resize support. Consider upgrading ncurses."
fi
if test "$wine_cv_libc_reentrant" = "no"
then
echo
echo "*** Warning: non-reentrant libc detected. Wine will be build
without"
echo "*** thread support. Consider upgrading libc to a more recent"
echo "*** reentrant version of libc."
fi
if test "$wine_cv_opengl_version_OK" = "no"
then
echo
echo "*** Warning: old Mesa headers detected. Wine will be built without
Direct3D"
echo "*** support. Consider upgrading your Mesa libraries
(http://www.mesa3d.org/)."
fi
if test "$wine_cv_opengl_version_threadsafe" = "yes" -a
$OPENGL = "normal"
then
echo
echo "*** Warning: the OpenGL version you have installed relies on
libpthread for"
echo "*** thread-safety. To prevent crashes, OpenGL support has been
removed." echo "*** A fix for glibc 2.1.3 that seems to work is
included in
this version of Wine,"
echo "*** start configure with '--enable-opengl' to force OpenGL
support."
fi
if test "$wine_cv_opengl_version_threadsafe" = "yes" -a
$OPENGL = "yes"
then
echo
echo "*** Warning: you explicitly linked in a thread-safe OpenGL version.
If you"
echo "*** experience unusual crashes on DirectDraw games, try first to
disable OpenGL"
echo "*** support before reporting bugs."
fi
if test "$wine_cv_warn_cups_h" = "yes"
then
echo
echo "*** Note: You have cups runtime libraries, but no development"
echo "*** libraries. Install the cups-devel package or whichever
package"
echo "*** contains cups.h to enable CUPS support in WINE."
fi
echo
echo "Configure finished. Do 'make depend && make' to
compile Wine."
echo
Ok so i follow it. I typed make depend and pushed enter. What I got was:
make: *** No rule to make target 'depend'. Stop
So I checked and there was no Makefile file, but there was a Makefile.in.
I tried ./configure and all that came up was:
creating cache ./config.cache
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
./configure: line 5105: syntax error near unexpected token `elif'
'/configure: line 5105: `elif test "$LIBEXT" = "dll";
then
I do have the XPM Devel packages installed. I believe that the xlib is
included with the mandrake 8 installation. I'm already downloading a newer
Mesa 3D & ncurses. I just don't know where to get the Cups Devel
pacakge &
Libc. After downloading and installing these packages, will it solve my
install problem?