Hi, On Thu, Aug 14, 2014 at 3:36 AM, Phil Thompson <[email protected]> wrote:
> On 08/08/2014 2:54 am, Larry Shaffer wrote: > >> Hi, >> >> With 2.8.3's configure.py, on Mac OS X 10.9.4, I needed to do the >> following, otherwise the resulting Qsci.so was not linked to >> libqscintilla2.dylib: >> >> https://gist.github.com/dakcarto/ca19c0411fd624c3102a >> >> >> The -lqscintilla2 bit was present in 2.8.2's configure.py. Is this a typo, >> or am I missing something here? >> > > I can't reproduce the problem. I suspect a problem with the > qscintilla2.prf file when you installed QScintilla. > Thanks! Indeed, lack of access to qscintilla2.prf was the issue. For the Homebrew project, QScintilla2 is not installed into the Qt install locations, but to a separate prefix; so, just needed to defined the QMAKEFEATURES environment variable [0]. [0] https://github.com/Homebrew/homebrew/pull/31434/files Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > Phil > _______________________________________________ > QScintilla mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/qscintilla >
_______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
