You are not logged in.

#1 2006-08-17 17:55:38

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

How install GNUsound?

[al@myhost gnusound-0.7.4]$ ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... none
checking number of CPUs in this machine...
checking for a BSD-compatible install... /bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for int8_t... yes
checking size of int8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking return type of signal handlers... void
checking for asprintf... yes
checking for vasprintf... yes
checking for mlock... yes
checking for munlock... yes
checking for backtrace_symbols... yes
checking for location of chunk.xsl... not found, ``make dist'' will fail
checking for audiofile-config... /usr/bin/audiofile-config
checking whether /usr/bin/audiofile-config works... yes
checking lame/lame.h usability... yes
checking lame/lame.h presence... yes
checking for lame/lame.h... yes
checking for lame_init in -lmp3lame... yes
checking for pkg-config... /usr/bin/pkg-config
checking for sndfile >= 1.0.4... yes
checking SNDFILE_CFLAGS...
checking SNDFILE_LIBS... -lsndfile
checking for gmerlin_avdec = 0.1.2... no
checking for ogg_stream_init in -logg... yes
checking for vorbis_info_init in -lvorbis... yes
checking for vorbis_encode_init in -lvorbisenc... yes
checking ffmpeg/avformat.h usability... yes
checking ffmpeg/avformat.h presence... yes
checking for ffmpeg/avformat.h... yes
checking for av_open_input_file in -lavformat... yes
checking FLAC/format.h usability... yes
checking FLAC/format.h presence... yes
checking for FLAC/format.h... yes
checking for FLAC__file_decoder_new in -lFLAC... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.2... found.
checking for snd_ctl_open in -lasound... yes
checking for jack >= 0.9.4... yes
checking JACK_CFLAGS...
checking JACK_LIBS... -ljack
checking for samplerate... yes
checking SAMPLERATE_CFLAGS...
checking SAMPLERATE_LIBS... -lsamplerate
checking for libgnomeui-2.0 >= 2.0.0 libglade-2.0 gthread-2.0... checking for gnome-config... no
configure: error: *** cannot find gnome-config, set GNOME_CONFIG environment variable to path of gnome-config script ***


Goodbye!

Offline

#2 2006-08-17 18:46:04

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: How install GNUsound?

Do you have  libgnomeui and  libglade installed?

Offline

#3 2006-08-18 13:19:16

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How install GNUsound?

[root@myhost ~]# pacman -S libgnomeui
:: libgnomeui-2.14.1-2: is up to date.  Upgrade anyway? [Y/n] y

Targets: libgnomeui-2.14.1-2

Total Package Size:   1.2 MB

Proceed with upgrade? [Y/n] y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading libgnomeui... done.
[root@myhost ~]# pacman -S libglade
:: libglade-2.6.0-1: is up to date.  Upgrade anyway? [Y/n] y

Targets: libglade-2.6.0-1

Total Package Size:   0.1 MB

Proceed with upgrade? [Y/n] y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading libglade... done.

I think last lines of './configure' command:

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... none
checking number of CPUs in this machine...
checking for a BSD-compatible install... /bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for int8_t... yes
checking size of int8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking return type of signal handlers... void
checking for asprintf... yes
checking for vasprintf... yes
checking for mlock... yes
checking for munlock... yes
checking for backtrace_symbols... yes
checking for location of chunk.xsl... not found, ``make dist'' will fail
checking for audiofile-config... /usr/bin/audiofile-config
checking whether /usr/bin/audiofile-config works... yes
checking lame/lame.h usability... yes
checking lame/lame.h presence... yes
checking for lame/lame.h... yes
checking for lame_init in -lmp3lame... yes
checking for pkg-config... /usr/bin/pkg-config
checking for sndfile >= 1.0.4... yes
checking SNDFILE_CFLAGS...
checking SNDFILE_LIBS... -lsndfile
checking for gmerlin_avdec = 0.1.2... no
checking for ogg_stream_init in -logg... yes
checking for vorbis_info_init in -lvorbis... yes
checking for vorbis_encode_init in -lvorbisenc... yes
checking ffmpeg/avformat.h usability... yes
checking ffmpeg/avformat.h presence... yes
checking for ffmpeg/avformat.h... yes
checking for av_open_input_file in -lavformat... yes
checking FLAC/format.h usability... yes
checking FLAC/format.h presence... yes
checking for FLAC/format.h... yes
checking for FLAC__file_decoder_new in -lFLAC... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.2... found.
checking for snd_ctl_open in -lasound... yes
checking for jack >= 0.9.4... yes
checking JACK_CFLAGS...
checking JACK_LIBS... -ljack
checking for samplerate... yes
checking SAMPLERATE_CFLAGS...
checking SAMPLERATE_LIBS... -lsamplerate
checking for libgnomeui-2.0 >= 2.0.0 libglade-2.0 gthread-2.0... checking for gnome-config... no
configure: error: *** cannot find gnome-config, set GNOME_CONFIG environment variable to path of gnome-config script ***


Goodbye!

Offline

#4 2006-08-19 01:18:03

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: How install GNUsound?

I think gnome-config is part of gnome 1.x
You might want to try some of the patches (perhaps the debian one) on the gnusound web site.

Offline

#5 2006-08-19 11:55:13

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How install GNUsound?

I download from http://debian.duckcorp.org/stable/binary-i386/ gnusound_0.6.1-1_i38..>, extract and run:
[al@myhost ~]$ '/home/al/gnusound0.6.1/usr/bin/gnusound'
/home/al/gnusound0.6.1/usr/bin/gnusound: error while loading shared libraries: libglade-gnome.so.0: cannot open shared object file: No such file or directory


Goodbye!

Offline

Board footer

Powered by FluxBB