-
Notifications
You must be signed in to change notification settings - Fork 10
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 #135
Comments
Hi, thank you for reporting this problem. |
I changed it as suggested and made some additional changes, but I am still unable to build the tool. Now I have this error:
Qt4 should be installed just fine, I am using it for some own projects. |
Thank you for trying. It seems that it is unable to find I would search on some Qt forum about this problem... |
The other thing you can try is to open the Qt project: |
qmake works, when I write qmake, it prints its help. CLI is compiled , but not working:
Unfortunately I am not able to build it with QtCreator, I have problem with configuration of the project ("No suitable kits found"). |
about CLI not working, seems related to the linker does not find something. |
For building on macOS the script |
"No suitable kit found" in QtCreator it could mean that the Qt development environment it is not completely installed. |
I tried it, but I have the same result. It is looking for the dylib in wrong location.
|
Actually, folder |
seems MacOS linker look for *.dylib only in "/usr/local/lib". |
Yes exactly, I was about to say exactly the same, if you just run If, instead, you want to run AirspaceConverter from a specific folder together with the library you have to tell him that he can find the library in the same folder and not in Regarding all the Qt stuff and tools, sorry but, without the availability of a Mac I'm unable to help you at the moment. I remember that I had all the Qt stuff installed in my home so the various scripts in /macOS are looking for Qt libraries there... |
Thank you, at least CLI now works. |
QT4 has not the target 'macx-clang', only QT5 has it.
I saw that on my Linux system, but I think this is the trouble. With QT4 only, the target that may work can be: Note: I can (cross)compile 0.3.7 code with clang without the errors in SeeYou.cpp |
just before build, try: |
please note that I just cross-built the version 0.3.7 for macOS on Linux. |
Hello, I have problem building the AirspaceConverter on my Mac (macOS Catalina 10.15.6). I think I have all the dependencies installed. Here is the error:
Could you please help me?
The text was updated successfully, but these errors were encountered: