e_mpika
04-04-2002, 12:55 PM
Hi!
im tryin to compile the tools for the envy24 sound chip on my m-audio delta-44 sound card. here is the out put from the console when i run ./configure in the source directory:
hansolo:/usr/src/alsa-tools-0.9.0beta12/envy24control# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for gtk-config... (cached) no
checking for GTK - version >= 1.0.1... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 0.9.0... found.
checking for snd_seq_create_event in -lasound... (cached) yes
creating ./config.status
creating Makefile
it cant find the gtk-config file, it was because i didnt have one, but apt-get'ed libgtk1.2-dev and installed it and now i have a "gtk-config" in my /usr/bin .
i set this environment variable in my .bashrc right? but im not sure of the line i must put in!
any pointers would be great!
cheers -eddy
im tryin to compile the tools for the envy24 sound chip on my m-audio delta-44 sound card. here is the out put from the console when i run ./configure in the source directory:
hansolo:/usr/src/alsa-tools-0.9.0beta12/envy24control# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for gtk-config... (cached) no
checking for GTK - version >= 1.0.1... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 0.9.0... found.
checking for snd_seq_create_event in -lasound... (cached) yes
creating ./config.status
creating Makefile
it cant find the gtk-config file, it was because i didnt have one, but apt-get'ed libgtk1.2-dev and installed it and now i have a "gtk-config" in my /usr/bin .
i set this environment variable in my .bashrc right? but im not sure of the line i must put in!
any pointers would be great!
cheers -eddy