Ticket #4268 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

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:1 Changed 9 years ago by Stuart Campbell

  • Status changed from new to accepted

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

comment:6 Changed 9 years ago by Janik Zikovsky

  • Status changed from verifying to closed

QScintilla was found without problems on my snowleopard laptop.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5115

Note: See TracTickets for help on using tickets.