On 11-06-27 12:28 PM, Chris Tooley wrote:
On 11-06-27 12:10 PM, Yasha Karant wrote:
Does anyone have a working copy and/or RPM of LabPlot for RHEL 6 (SL 6)
x86-64?
URL: http://labplot.sourceforge.net/
In the past, I have built this application from source. With SL 6, I
get the following message from configure:
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
despite having loaded all the SL KDE development packages, having
/usr/lib64/kde4 and /usr/include/kde4 present.
Any assistance would be appreciated.
Yasha Karant
Try installing kde3 development files, it looks like that program was
last edited in 2008, and may not understand kde4. I'm not a kde
programmer so I don't know if kde4 is backwards compatible with kde3 or not.
In SL6, that would be "yum install qt3-devel" (afaik)
Hope that works for you!
-Chris
Also, it looks like labplot 2.0 might use qt4...
http://labplot.svn.sourceforge.net/viewvc/labplot/2.0/CMakeLists.txt?revision=291&view=markup
"find_package(KDE4 REQUIRED)"
And, it looks like my statement about it last being in development in
2008 was incorrect, browsing the source code on sf:
http://labplot.svn.sourceforge.net/viewvc/labplot/
"3 days" for 2.0,
"4 months" for 1.6.0
Just thought I would correct that misstatement ;)
-Chris