We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think you forgot to rename the export.h in src/midi/midiconverter.h:
export.h
src/midi/midiconverter.h
#ifdef MIDIEXPORT #ifndef __midiConverter__ #define __midiConverter__ #include "export.h" #include "guidoelement.h" #include "midicontextvisitor.h" #include "MidiShareLight.h" #include "midifile.h"
and I get fatal error: 'export.h' file not found when compiling.
fatal error: 'export.h' file not found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think you forgot to rename the
export.h
insrc/midi/midiconverter.h
:and I get
fatal error: 'export.h' file not found
when compiling.The text was updated successfully, but these errors were encountered: