Skip to content

Instantly share code, notes, and snippets.

@adamski
Last active August 29, 2015 14:10
Show Gist options
  • Save adamski/8fad8e0724a03854912b to your computer and use it in GitHub Desktop.
Save adamski/8fad8e0724a03854912b to your computer and use it in GitHub Desktop.
:YCMDiags output
/Users/adamelemental/dev/juce_projects/Chapter02_07/JuceLibraryCode/modules/juce_core/system/juce_TargetPlatform.h|110 col 6 error| "Neither NDEBUG or DEBUG has been defined - you should set one of these to make it clear whether this is a release build,"
/Users/adamelemental/dev/juce_projects/Chapter02_07/JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h|62 col 10 error| 'cstdlib' file not found
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|32 col 5 error| no matching member function for call to 'addAndMakeVisible'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|33 col 5 error| cannot initialize object parameter of type 'juce::Button' with an expression of type 'juce::ToggleButton'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|35 col 5 error| no matching member function for call to 'addAndMakeVisible'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|36 col 5 error| cannot initialize object parameter of type 'juce::Button' with an expression of type 'juce::TextButton'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|38 col 5 error| no matching member function for call to 'addAndMakeVisible'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|42 col 26 error| cannot initialize a parameter of type 'juce::Slider::Listener *' with an rvalue of type 'CustomComponent *'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|44 col 5 error| no matching member function for call to 'addAndMakeVisible'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|53 col 5 error| no matching member function for call to 'addAndMakeVisible'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|57 col 27 error| cannot initialize a parameter of type 'juce::Slider::Listener *' with an rvalue of type 'CustomComponent *'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|63 col 5 error| cannot initialize object parameter of type 'juce::Component' with an expression of type 'CustomComponent'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|70 col 18 error| exception specification in declaration does not match previous declaration
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|100 col 19 error| no matching member function for call to 'setBounds'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|101 col 17 error| no matching member function for call to 'setBounds'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|102 col 13 error| no matching member function for call to 'setBounds'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|103 col 17 error| no matching member function for call to 'setBounds'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|104 col 14 error| no matching member function for call to 'setBounds'
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|114 col 30 error| invalid operands to binary expression ('juce::Button *' and 'ScopedPointer<juce::ToggleButton>')
dev/juce_projects/Chapter02_07/Source/CustomComponent.cpp|119 col 35 error| invalid operands to binary expression ('juce::Button *' and 'ScopedPointer<juce::TextButton>')
/Users/adamelemental/dev/juce_projects/Chapter02_07/JuceLibraryCode/modules/juce_core/text/juce_CharacterFunctions.h|190 col 34 error| default initialization of an object of const type 'const double'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment