Project

General

Profile

Could someone please compile audacious for me?

Added by Davin Pearson over 6 years ago

I have issues regarding my trying to build audacious from the sources.

Specifically, I want to change the constant AUD_EQ_BANDS from 10 to 11 in equalizer.h

and to add 20000 Hz to the end of the array static const float CF[AUD_EQ_BANDS] in equalizer.c

Could some please compile audacious with the above two changes and email me the binary file thus generated?

My email address is davin dot pearson at gmail dot com.


Replies (5)

RE: Could someone please compile audacious for me? - Added by Jim Turner over 6 years ago

Can you provide:

1) OS / distro / platform & version you are attempting to build under.
2) your "./configure" line.
3) Compile errors you are getting.
4) What happens if you try to compile the sources without your changes.

Regards,

Jim

RE: Could someone please compile audacious for me? - Added by Davin Pearson over 6 years ago

Jim Turner wrote:

Can you provide:

1) OS / distro / platform & version you are attempting to build under.
2) your "./configure" line.
3) Compile errors you are getting.
4) What happens if you try to compile the sources without your changes.

Regards,

Jim

GNU/Linux lubuntu.net i386 Version 16.04

www@davin-Aspire-ES1-511:~/audacious$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking operating system type... Linux
checking whether the C/C++ compiler supports -Wtype-limits... yes
checking whether the C++ compiler supports -Woverloaded-virtual... yes
checking whether byte ordering is bigendian... (cached) no
checking whether ln -s works... yes
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for cp... /bin/cp
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for windres... no
checking for library containing pthread_create... -lpthread
./configure: line 5968: syntax error near unexpected token `GLIB,'
./configure: line 5968: `PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32)'
www@davin-Aspire-ES1-511:~/audacious$

RE: Could someone please compile audacious for me? - Added by Davin Pearson over 6 years ago

Instead of emailing me the binary, could someone please upload the binary
to this forum instead?

RE: Could someone please compile audacious for me? - Added by Audacious User2 over 6 years ago

I don't think anyone's going to do that for you. You can build it yourself. You need the prerequisite -dev packages to get past the error you are seeing.

sudo apt-get build-dep audacious audacious-plugins

RE: Could someone please compile audacious for me? - Added by Jim Turner over 6 years ago

Did you follow these steps exactly?:

from: http://redmine.audacious-media-player.org/boards/1/topics/788?r=1762#message-1762

Dependencies:

sudo apt-get install git automake build-essential libasound2-dev \
libavformat-dev libbinio-dev libbs2b-dev libcddb2-dev libcdio-cdda-dev \
libcue-dev libcurl4-gnutls-dev libdbus-glib-1-dev libfaad-dev libflac-dev \
libfluidsynth-dev libgl1-mesa-dev-lts-utopic libgtk2.0-dev libguess-dev \
libjack-jackd2-dev liblircclient-dev libmms-dev libmodplug-dev libmp3lame-dev \
libmpg123-dev libneon27-gnutls-dev libnotify-dev libpulse-dev \
libsamplerate0-dev libsdl1.2-dev libsidplayfp-dev libsndfile1-dev libsoxr-dev \
libvorbis-dev libwavpack-dev libxml2-dev

git clone git://github.com/audacious-media-player/audacious.git audacious
git clone git://github.com/audacious-media-player/audacious-plugins.git audacious-plugins

cd audacious
./autogen.sh
./configure --prefix=/usr[/local] ([/local] is optional)!

Regards,

Jim

    (1-5/5)