Build failed // Also: spelling error on wiki page?
MacOS 10.13.6
QT 5.12.9
Following along the docu at:
https://musescore.org/en/handbook/developers-handbook/compilation/compi…
I get this error:
/[path/to]/MuseScore/thirdparty/fluidsynth/fluidsynth-2.1.4/src/utils/fluidsynth_priv.h:76:10: fatal error: 'malloc.h' file not found
#include
^~~~~~~~~~
** BUILD FAILED **
The following build commands failed:
CompileC build.release/framework/midi/mscore.build/Release/mu4_midi.build/Objects-normal/x86_64/fluid_filerenderer.o thirdparty/fluidsynth/fluidsynth-2.1.4/src/bindings/fluid_filerenderer.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make: *** [release] Error 65
Any ideas?
More errors are shown in one of the screenshots (c_cpp_properties.json dependenciy errors).
Also, in the docu, there seems to be a backslash missing in the path info (see screentshot)
Attachment | Size |
---|---|
dependency_errors.png | 105.34 KB |
spelling_error.png | 9.92 KB |
Comments
I am also getting exactly that error "malloc.h not found", from the same file. We could report an issue, or I could ask in the developer chat.
In reply to I am also getting exactly… by cbjeukendrup
An issue would be great. If you do it, I'll see it, if you want me to do it, let me know!
What do you mean backslash missing? I don’t see any point where one would need to be inserted.
In reply to What do you mean backslash… by mirabilos
Because I fix it meanwhile...
In reply to What do you mean backslash… by mirabilos
@mirabilos It needs another "/" after "/Qt" and before the version number.
Usually people mention it, when they change something...
In reply to It needs another "/" after "… by rowild
Ah, slash, not backslash then. That’s completely different.
(And not visible from your screenshot either…)
But everything is okay now.
In reply to Ah, slash, not backslash… by mirabilos
The screenshot is not the best, I admin. Next time I'll add some visual indication and better description. Thanks!