Tried to compile using the default Makefile provided in the extras/the jucer/build/linux directory and received the following output:
==== Building Jucer ====
jucer_Main.cpp
juce_LibrarySource.cpp
In file included from ../../src/juce_LibrarySource.cpp:14:
../../src/../../../juce_amalgamated.cpp:254382:27: warning: extra tokens at end of #ifdef directive
In file included from ../../src/juce_LibrarySource.cpp:14:
../../src/../../../juce_amalgamated.cpp:254386: error: variable or field ‘getDeviceSampleRates’ declared void
../../src/../../../juce_amalgamated.cpp:254386: error: ‘snd_pcm_t’ was not declared in this scope
../../src/../../../juce_amalgamated.cpp:254386: error: ‘handle’ was not declared in this scope
../../src/../../../juce_amalgamated.cpp:254386: error: expected primary-expression before ‘&’ token
../../src/../../../juce_amalgamated.cpp:254386: error: ‘rates’ was not declared in this scope
../../src/../../../juce_amalgamated.cpp:255965: error: expected `}' at end of input
make[1]: *** [build/intermediate/Debug/juce_LibrarySource.o] Error 1
make: *** [Jucer] Error 2
Any idea what I’m doing wrong? I already had the juce libs built but hadn’t done anything afterwards.
