Compiling superkaramba on Fedora Core 3?
Ok, so I upgraded from RH9 to FC3 (clean install). Now I'm going through and adding things back in that I used to have in RH9. I downloaded superkaramba and tried to ./configure it but it complains about QT must be > 3.0.
So I figured that I didn't have the QT source, just the libs and so ./configure wasn't passing it's tests. So I downloaded qt-3.3.3-8 sources and pointed ./configure to the appropriate directory and it still failed.
So then I actually looked at the ./configure script to see what it was doing. Turns out the program it's trying to run as a test is complaining about "qconfig.h" and "qmodules.h" not being on my system.
But I checked the qt sources and low and behold those files are NOT included with the qt sources. So now that you are caught up with my situation :-) Here's my question:
1. Are the header files really not included with QT anymore? If so then I guess I have to modify the ./configure script myself?
2. Does anyone know of an RPM for FC3 I could use? I tried yum and apt but they couldn't find superkaramba.
3. Can I use a FC2 rpm? Is it that different that it would mess things up?
Thanks
|