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
Hi,
I have no idea how to compile this on macOS. Can your please help me?
First thing I needed to do is to make this change:
diff --git a/listplug.cpp b/listplug.cpp index 92cfb19..d53db3e 100644 --- a/listplug.cpp +++ b/listplug.cpp @@ -32,8 +32,11 @@ HMODULE FLibHandle=0; // PLATFORM ANY // //////////////////////////////////////////////////////////////////////////////// +#if defined(__MACH__) #include <stdlib.h> +#else #include <malloc.h> +#endif #include <math.h> #include <QTWidgets/QTextEdit>
After that if errors with #include <QTWidgets/QTextEdit> not being found. Any ideas about the error?
#include <QTWidgets/QTextEdit>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have no idea how to compile this on macOS. Can your please help me?
First thing I needed to do is to make this change:
After that if errors with
#include <QTWidgets/QTextEdit>
not being found. Any ideas about the error?The text was updated successfully, but these errors were encountered: