Project

General

Profile

Audacios Windows Build Notes updates

Added by Jim Turner almost 8 years ago

Greetings,

I built Audacious on a fresh install of Windows-7 last week (actually my Audacious fork), but these issues mentioned here should affect Audacious as well. I followed the install notes exactly and was successful! Here's what I encountered:

1) libcue: This is under new management and has moved to Github (the link will direct you to the new GIT site), but it seems to have no Makefile (so I couldn't figure out how to build it). I found another site that has the full package (configure and Makefile included), downloaded that and followed the rest of the Audacious build instructions and it seems to work properly now.

2) Lame: This no longer compiles but googling I found this one-line change to the configure file corrected the errors and I got it built and working using the normal Audacious build instructions.

3) Libbinio: This no longer compiles due to a missing #include stdio.h in src/binwrap.cpp. Fixing this got this built and working.

I also had to go into Windows Explorer and make the directoriy c:\aud owned by me and give myself "full control" to prevent Windows from making the dll files READONLY and preventing me from recompiling and subsequent "make install"s fail w/"permission denied"!

You may want to consider testing and making these changes in your notes. Otherwise, your notes were very helpful and concise!

I've attached my changed file with the details (for my fork though it also includes extra notes for it, that you should disregard) for your convenience.

Regards,

Jim


Replies (1)

RE: Audacios Windows Build Notes updates - Added by John Lindgren almost 8 years ago

Thanks, I'll be checking out new versions of all the dependencies and updating the notes as needed at some point before we release 3.8.

    (1-1/1)