Hi all,

Attached is a patch for configure.in.  I modified it to test g++ for
version 2.95.  I assume you don't need gcc at 2.95, right?  Debian allows
you to install different versions of these compilers.  I've also fixed up
the messages.  They were not matching up.

I'm still not able to play any songs on Linux 2.2.13 and ALSA .4.1e.  My
first problem is I don't have GTK, and I don't want to install it.  I
placed mpg123 as the TextUI, but somehow freeamp is always looking at the
UI value.  How do I force it to look at the TextUI value?  I tried placing
various command line ui's in the UI variable, but they all seem to do
nothing.

Then I tried setting the *Log variables to true.  This generated a
freeamp.log file which didn't say much.  When I changed the variables back
to false, freeamp would exit immediately.

Is there more documentation on how to use freeamp from the command line?

--jc
--
Jimen Ching (WH6BRR)      [EMAIL PROTECTED]     [EMAIL PROTECTED]
Index: configure.in
===================================================================
RCS file: /src/repository/freeamp/configure.in,v
retrieving revision 1.63
diff -u -r1.63 configure.in
--- configure.in        1999/11/25 17:51:08     1.63
+++ configure.in        1999/11/26 01:18:53
@@ -138,6 +138,8 @@
 esac  
 
 if test "$isunix" = "true" ; then
+    AC_LANG_SAVE
+    AC_LANG_CPLUSPLUS
     AC_MSG_CHECKING(for GCC >= 2.91)
     AC_TRY_RUN([
 #include <stdlib.h>
@@ -166,6 +168,7 @@
         echo "Re-run this configure script after you have a newer version."
         exit 1
     fi
+    AC_LANG_RESTORE
 fi
  
 AC_SUBST(OSTYPE)
@@ -286,13 +289,14 @@
     }
 }
 
-],, have_esound=false, have_esound=false)
+], AC_MSG_RESULT(yes), have_esound=false, have_esound=false)
      CFLAGS="$ac_save_CFLAGS"
      LIBS="$ac_save_LIBS"
      AC_LANG_RESTORE
   fi
 fi
 
+AC_MSG_CHECKING(whether ESound output device will be supported)
 if test "$have_esound" = "true"; then
   AC_MSG_RESULT(yes)
   ESOUNDPLUGIN=plugins/esound.pmo

Reply via email to