This issue comes when the .sln file is not in the root folder where all
projects are stored.
For large projects and numerous dependencies its useful to keep dependencies
outside of the base project folder
What is the expected output?
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c
../../modules/juce_audio_basics/effects/juce_IIRFilter.cpp
$(Debug_Include_Path) -o
gccDebug/modules/juce_audio_basics/effects/juce_IIRFilter.o
What do you see instead?
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c
../../modules/juce_audio_basics/effects/juce_IIRFilter.cpp
$(Debug_Include_Path) -o
gccDebug/../../modules/juce_audio_basics/effects/juce_IIRFilter.o
Original issue reported on code.google.com by sgissin...@gmail.com on 10 Dec 2013 at 1:26
Original issue reported on code.google.com by
sgissin...@gmail.com
on 10 Dec 2013 at 1:26