octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Qscintilla not found


From: Tatsuro MATSUOKA
Subject: Re: Qscintilla not found
Date: Sat, 20 Jun 2015 10:34:10 +0900 (JST)




----- Original Message -----
> From: Michele31415
> To: octave-maintainers
> Cc: 
> Date: 2015/6/20, Sat 09:23
> Subject: Re: Qscintilla not found
> 
> I always hate replying to my own posts but here's the solution.
> 
> The variable that needs to be set is PKG_CONFIG_PATH.  I had that pointed to
> a Qt4 directory whose lib subdirectory did not contain the qscintilla libs. 
> I reassigned that to another version of Qt4 I had that did contain
> qscintilla and the "qscintilla not found" error went away.  It 
> didn't matter
> that qscintilla was present in /opt/csw/lib - Octave just wasn't looking
> there.
> 
> So bottom line - if you get this error, look in your Qt4/lib directory and
> see if qscintilla is there or not.
> 
> Might I suggest that the Octave configure file be modified so that instead
> of emitting just "Qscintilla not found", it could add "I looked 
> in x, y, and
> z."  That shouldn't be hard to do and would be more helpful to the
> struggling builder.
> 
Did you check config.log in your build directory?
In config.log, how finding the library was failed.

Here the example taken from other thread

configure:8478: $PKG_CONFIG --exists --print-errors "nettle >= 2.7 nettle < 
3.0" 
Package nettle was not found in the pkg-config search path. 
Perhaps you should add the directory containing `nettle.pc' 
to the PKG_CONFIG_PATH environment variable 
No package 'nettle' found 
Package nettle was not found in the pkg-config search path. 
Perhaps you should add the directory containing `nettle.pc' 
to the PKG_CONFIG_PATH environment variable 
No package 'nettle' found 
configure:8481: $? = 1 
configure:8496: $PKG_CONFIG --exists --print-errors "nettle >= 2.7 nettle < 
3.0" 
Package nettle was not found in the pkg-config search path. 
Perhaps you should add the directory containing `nettle.pc' 
to the PKG_CONFIG_PATH environment variable 
No package 'nettle' found 
Package nettle was not found in the pkg-config search path. 
Perhaps you should add the directory containing `nettle.pc' 
to the PKG_CONFIG_PATH environment variable 
No package 'nettle' found 
configure:8499: $? = 1 
No package 'nettle' found 
No package 'nettle' found 
configure:8527: result: no 
configure:8530: error:  


Tatsuro



reply via email to

[Prev in Thread] Current Thread [Next in Thread]