Ticket #4268 (closed: fixed)
CMake cannot find qscintilla on a Mac
Reported by: | Stuart Campbell | Owned by: | Stuart Campbell |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Infrastructure | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Due to the Mac being silly with frameworks, then finding of qscintilla doesn't always work. This is down to CMake on a Mac assuming that if you look for a file called "Qsci/somefile.h" then "Qsci" is the Framework and prepends it to the search list.
Change History
comment:2 Changed 9 years ago by Stuart Campbell
Now finds include files on a Mac. refs #4268
Basically split out the include subdir into a search path suffix so that it doesn't get misinterpreted as a Framework.
Changeset: 45a2223694731bcb0bfae7dbe0cc18b7ade18cd8
comment:3 Changed 9 years ago by Stuart Campbell
- Status changed from accepted to verify
- Resolution set to fixed
Seems to find it ok now using the QtSDK on a Mac (tested using Lion)
comment:4 Changed 9 years ago by Stuart Campbell
Now finds include files on a Mac. refs #4268
Basically split out the include subdir into a search path suffix so that it doesn't get misinterpreted as a Framework.
Changeset: 45a2223694731bcb0bfae7dbe0cc18b7ade18cd8
comment:5 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky