Opened 14 years ago

Closed 14 years ago

#24894 closed defect (fixed)

TOra: Could not find QScintilla library

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: petr@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: TOra

Description

I can't seem to get past the configure stage of TOra @2.1.1_1. It says:

CMake Error at cmake/modules/FindQScintilla.cmake:53 (MESSAGE):
  Could not find QScintilla library

Full log attached.

qscintilla @2.4.3_0 is installed and active.

Attachments (2)

TOra.txt (60.9 KB) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
debug log
Portfile.diff (1.4 KB) - added by petr@… 14 years ago.
portfile patch (workaround, version bump)

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: TOra.txt added

debug log

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: TOra:TOra: Could not find QScintilla library

Changed 14 years ago by petr@…

Attachment: Portfile.diff added

portfile patch (workaround, version bump)

comment:2 Changed 14 years ago by petr@…

you're right. The cmake detection of include files has been modified. I'm in contact with the FindQt4.cmake maintainer to solve it.

This patch for tora's Portfile contains:

  • a temporary workaround fix for QScintilla detection - it will be solved upstream in tora/cmake later - now it's using internal copy of the qscintilla library
  • tora version bump to 2.1.2

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Thanks, that builds. Committed in r67826. I also dropped the revision line and commented out the qscintilla dependency for now.

Note: See TracTickets for help on using tickets.