Replies: 7 comments 14 replies
-
Yes, @shlyakpavel added the support, to both qmake and cmake compilations.
As I (FeatherPad's author) don't have macOS, I can't tell. I use it on Linux. However, I'd appreciate it if the needed info is added to |
Beta Was this translation helpful? Give feedback.
-
Yes
You need cmake/qmake, Qt from http://qt.io and hunspell build from https://github.com/hunspell/hunspell (not from homebrew!!) |
Beta Was this translation helpful? Give feedback.
-
@shlyakpavel: I downloaded the source, QT creator, and installed hunspell. When I went to build it, it errored out:
After installing hunspell, I ran 'sudo update_dyld_shared_cache', any idea how I get QT Creator to know about hunspell? |
Beta Was this translation helpful? Give feedback.
-
I installed pkg-config from macports. I just opened the .pro file. It didn't ask which (cmake vs qmake). However, it talks about qmake in the compiler output window. |
Beta Was this translation helpful? Give feedback.
-
OK. Well at least the error is more descriptive:
I tried it with latest hunspell and this version 1.6.2, looks like hunspell isn't reporting it's version number. I built hunspell from source as per instruction above. |
Beta Was this translation helpful? Give feedback.
-
I had the same problem. Check if your hunspell installation is correctly found by PkgConfig. It works perfectly if PkgConfig is installed by homebrew, but it may differ with macports paths. Also double check that all libraries and compilers are for the same architecture (x86-64 or arm64).
|
Beta Was this translation helpful? Give feedback.
-
Is it m1 Mac?
|
Beta Was this translation helpful? Give feedback.
-
Is featherpad currently buildable on Mac? Are there any dev setup notes for mac?
Beta Was this translation helpful? Give feedback.
All reactions