-
Same here - I am using GNU/Linux and I cannot compile the software. Otherwise it sounds fantastic!
2009-10-26 15:58:32 UTC by louigiverona
-
For the GUI.cxx, these are just warnings. I hate to proceed with even warnings myself, but they seem not to be a problem ultimately.
For the PAaudiooutput.cpp error, you need to install portaudio dev libraries v1.9. I had 2.0 by default on my Ubuntu 9.04 install and they weren't called correctly.
VorbisOutputS.cpp is a warning, same comment as GUI.cxx.
Input/P3InputS.cpp err is from a...
2009-09-21 01:00:40 UTC by catraeus
-
Please consider adding support for the Monkey's Audio file format (APE) to Paul's Extreme Sound Stretch. The SDK is available at http://www.monkeysaudio.com/developers.html.
2009-08-20 13:22:04 UTC by ixix
-
PAaudiooutput.cpp:27: error: expected constructor, destructor, or type conversion before ‘*’ token
PAaudiooutput.cpp: In function ‘void PAaudiooutputinit(Player*, int)’:
PAaudiooutput.cpp:40: error: ‘PaStreamCallback’ was not declared in this scope
PAaudiooutput.cpp:40: error: expected primary-expression before ‘)’ token
VorbisOutputS.cpp: In member function ‘bool...
2009-05-28 13:04:08 UTC by nobody
-
With GCC 4.4.0 :
Input/MP3InputS.cpp: In member function ‘virtual int MP3InputS::read(int, short int*)’:
Input/MP3InputS.cpp:114: erreur: ‘memmove’ was not declared in this scope
I had to add #include to Input/MP3InputS.h.
2009-05-28 12:50:15 UTC by nobody