Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative projects path error #33

Closed
GoogleCodeExporter opened this issue Mar 26, 2015 · 2 comments
Closed

Relative projects path error #33

GoogleCodeExporter opened this issue Mar 26, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Hi sgissinger,

I think this is the same issue we encountered in Issue #25. I'll merge it there.

Original comment by florian.sainjeon on 18 Dec 2013 at 9:45

  • Changed state: Duplicate
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant