On Fri, Jul 2, 2010 at 9:09 PM, Eve V. E. Kovacs <[log in to unmask]> wrote:
> Has anybody tried to build plplot on an SL5 OS?
> I am trying to build plplot-5.9.5 and include Qt4 drivers.
> plplot uses cmake, and despite having qt4 and qt4-devel installed on
> the system, cmake can't seem to find it. I get a warning that the Qt4
> development environment is not found, so it is disabled.
> According to the documentation, if this happens one should setup
> environmental variables with the correct path:
>
> export CMAKE_INCLUDE_PATH=/usr/lib64/qt4/include/
> export CMAKE_LIBRARY_PATH=/usr/lib64/qt4/lib64/
>
> I have tried this, but it doesn't make any difference.
> cmake still can't find qt4

EPEL seems to have plplot. Have you looked at that one?

Akemi