Basic questions ...

Andreas Pakulat apaku at gmx.de
Tue May 15 21:05:24 UTC 2007


On 15.05.07 17:29:01, Sandro Andrade wrote:
> On 5/14/07, Andreas Pakulat <apaku at gmx.de> wrote:
> >
> >On 14.05.07 10:43:36, Sandro Andrade wrote:
> >6) My kdevelop4 snapshot does not allow the creation of new projects. No
> >> project template is exhibited in the new project dialog.
> >> I noticed the following lines commented in main.cpp:
> >
> >Thats correct. What snapshot? Do you have a tar.bz2 under
> ><kdevelop-install-dir>/share/apps/kdevappwizard/app_templates? If not,
> >do you have a subdir in
> ><kdevelop-source-dir>/languages/cpp/app_templates? Were there any errors
> >during building KDevelop4?
> 
> 
> In <kdevelop-source-dir>/languages/cpp/app_templates I have
> qmake_qt4guiapp.tar.bz2, but I realized that this file is in gzip format
> instead of bzip2 format. KDevelop compiles fine, but an error occurs when
> KDevelop tries to uncompress this file. I'll try to reconstruct it using
> bzip.

I suggest to update to the latest svn. Yes there was an error at some
point with the flags for tar when the file is generated...

> Another question: Why kdevelop relies in classes such as KApplication and
> KParts::MainWindow, instead of QApplication and QMainWindow ?

Because its a KDE application, its not a plain Qt program and it can't
be because many things that we want to have rely on features that are
only available in KDE (like kio slaves that automatically download
projects from a remote place).

Andreas

-- 
Be cautious in your daily affairs.




More information about the KDevelop-devel mailing list