Notes |
(0000126)
subzero (administrator)
2008-01-20 20:06
|
what OS are you using? And do you have Qscintilla 2 installed? The API has been changed from version 1.
QScintilla cmake "find" module is located at:
subzero@mojo-jojo:~/sqliteman/trunk/Sqliteman/cmake/modules> ll
-rw-r--r-- 1 subzero users 1715 2007-12-19 10:08 FindQScintilla.cmake
anyway, you can build sqliteman with -DWANT_INTERNAL_QSCINTILLA=1 parameter for cmake like workaround. |
|
(0000127)
propanbutan (reporter)
2008-01-21 02:23
|
linux. yes qscintilla2 is installed, i know about the workaround, but i want to link against it. i was using the recent svn-snapshot from sourceforge, which doesn't include that file. i'll just checkout the repo, case closed. |
|
(0000128)
subzero (administrator)
2008-01-24 19:47
|
should I understand that you solved it? It's cool if it is so ;)
Anyway, You're right. The tarballs does not contain custom cmake files. It's a bug in svn2dist script from KDE4 propably. It does not pack required files for that. I'll fix it ASAP. |
|
(0000129)
propanbutan (reporter)
2008-01-24 22:54
|
way cool, i just checked out the trunk and cmake found libqscintilla2 without me having to do anything :) |
|
(0000164)
subzero (administrator)
2008-02-05 13:53
|
the tarballs now contain custom cmake modules (release script changed). The next SVN snapshot release will include it. |
|