Well, the reason is simple: Your installed Qt has (like mine) the version 3.2.1 but the ui files where generated with version 3.3 so they are too new to be compiled with our old uic.
Installing a newer qt (at least 3.3) will fix the problem.
Except we get the developer to downgrade the ui files to qt 3.2.1 ;) which would prevent me from having more that one qt version installed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the tip, I guess I will wait until Suse 9.1 comes out next month and hopefully they will have it upgraded to the latest version. I am a casual linux user with no programming experience.. but if I were a programmer, I would try to at least code my programs so that they are compatable with the majority of linux users out there. Suse 9.0 is by no means outdated....
Thanks again for the info
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wasn't sure, this little programm would take attention that soon. I made use of qt 3.3, because i tought, if time comes and konticki is more usable than now, qt 3.3 should be more or less standard.
If you want, I can make a tarball which needs qt 3.2 for the current release.
Cheers
Nexotap
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello... I need some help compiling this project.
I have Suse 9.0.
the ./configure goes as planned... no errors, even get greeting that all went well and now I should make.
Make, however, dies very quickly.... This is the error...
usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -o globalsettingsinterface.h ./globalsettingsinterface.ui
uic: File generated with too recent version of Qt Designer (3.3 vs. 3.2.1)
make[3]: *** [globalsettingsinterface.h] Error 1
make[3]: Leaving directory `/temp/konticki-0.2/src/settings'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/temp/konticki-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/temp/konticki-0.2'
make: *** [all] Error 2
Any help would be appreciated
Thanks
Well, the reason is simple: Your installed Qt has (like mine) the version 3.2.1 but the ui files where generated with version 3.3 so they are too new to be compiled with our old uic.
Installing a newer qt (at least 3.3) will fix the problem.
Except we get the developer to downgrade the ui files to qt 3.2.1 ;) which would prevent me from having more that one qt version installed.
Thanks for the tip, I guess I will wait until Suse 9.1 comes out next month and hopefully they will have it upgraded to the latest version. I am a casual linux user with no programming experience.. but if I were a programmer, I would try to at least code my programs so that they are compatable with the majority of linux users out there. Suse 9.0 is by no means outdated....
Thanks again for the info
I wasn't sure, this little programm would take attention that soon. I made use of qt 3.3, because i tought, if time comes and konticki is more usable than now, qt 3.3 should be more or less standard.
If you want, I can make a tarball which needs qt 3.2 for the current release.
Cheers
Nexotap
That would be very kind.