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

macOS build #1

Open
agross opened this issue Jan 5, 2017 · 0 comments
Open

macOS build #1

agross opened this issue Jan 5, 2017 · 0 comments

Comments

@agross
Copy link

agross commented Jan 5, 2017

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?

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

No branches or pull requests

1 participant