install vgmstream in audacious ubuntu by eppixx at 11:59 AM EST on January 9, 2012
At first, I'm not that good in compiling, so explaining every single step is usefull to me. I' running Ubuntu Linux 11.10 and Audacious 3.12.
by bxaimc at 1:55 PM EST on January 9, 2012
You don't have to compile vgmstream. Just grab the binaries.
by eppixx at 2:00 PM EST on January 9, 2012
There are binaries for Audacious somewhere? I must be blind. Can you give me a Link?
by bxaimc at 10:25 PM EST on January 9, 2012
I think so....maybe? idk....We'll just have to wait for hcs on this one...
by hcs at 12:51 AM EST on January 10, 2012
I don't know if it will work with Audacious 3.x, I've only used it with 2.x. To compile:

1. Get these packages if you don't have 'em already:

sudo apt-get install audacious-dev libmpg123-dev libvorbis-dev libglib2.0-dev libgtk2.0-dev libpango1.0-dev autoconf automake libtool gcc make

It's possible that I missed something...

2. Checkout the code:
svn co https://vgmstream.svn.sourceforge.net/svnroot/vgmstream vgmstream

3. cd into vgmstream/

4. bootstrap the setup
./bootstrap

5. configure
./configure

6. build
make -f Makefile.unix

7. install
sudo make -f Makefile.unix install


I have a feeling that this isn't going to work for audacious3, but give it a try and let me know where it fails.
by eppixx at 7:45 AM EST on January 10, 2012
There's a problem at step 6

main.c:1:28: fatal error: audacious/util.h: No such file or directory
compilation terminated.
make[2]: *** [main.lo] Fehler 1
make[2]: Verlasse Verzeichnis '/home/thomas/vgmstream/unix'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/thomas/vgmstream/unix'
make: *** [all-recursive] Fehler 1

Theres's no util.h in the Folder /usr/include/audacious

by hcs at 8:41 AM EST on January 10, 2012
Sorry, I don't know what to tell you, we don't have 3.x support. Is audacious2 available for 11.10?
by eppixx at 12:26 PM EST on January 15, 2012
I tried it compile it with Version 2.4.4, but it gives the same error:

main.c:1:28: fatal error: audacious/util.h: No such file or directory
compilation terminated.
make[2]: *** [main.lo] Fehler 1
make[2]: Verlasse Verzeichnis '/home/thomas/vgmstream/unix'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/thomas/vgmstream/unix'
make: *** [all-recursive] Fehler 1


edited 12:32 PM EST January 15, 2012
by hcs at 2:57 PM EST on January 15, 2012
How did you try that? Is there maybe a different /usr/include/audacious2 where the files for 2.x are installed? If that is the case, you may have to change line 18 and 39 in configure.in to say audacious2 instead of audacious and rerun bootstrap. There may be other changes necessary but that would be a start.

edited 2:58 PM EST January 15, 2012
by eppixx at 8:37 AM EST on January 16, 2012
I added a Repo to get audacious 3. And after trying and breaking my auadacious so badly it won't start anymore :( I installed Xubuntu (allways wanted to try it) on my Desktop-PC. In the Ubuntu Repo is still audacious 2.44.

Unfortunaly there is no audacious2 folder in /usr/include.
There are a bunch of header files in the audacious folder but no util.h. Searching for the file brings no satisfying results.
by hcs at 11:27 AM EST on January 16, 2012
Ok, apparently util.h was removed in 2.4. Unfortunately just removing that include doesn't work, it is at least needed for the InputPlayback struct. I've got 2.3. I'll take a look and see if I can fix things for 2.4.
by eppixx at 2:37 PM EST on January 16, 2012
That would be awesome!


Go to Page 0

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source