Bug 53946 - Gideon fails at importing kdenonbeta/cookbook as a KDE C++ project
Summary: Gideon fails at importing kdenonbeta/cookbook as a KDE C++ project
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 2.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-02 21:03 UTC by Jens
Modified: 2003-02-23 22:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2003-02-02 21:03:17 UTC
Version:           2.2 (using KDE 3.1.9)
Compiler:          gcc version 3.2.2 20030124 (Debian prerelease)
OS:          Linux (i686) release 2.4.19-jb-preempt-w4l

Hi,

as Gideon can't import .kdevprj files (from 2.x.y) yet (I don't know if this is planned) I tried importing a KDE C++ project manually, namely cookbook from kdenonbeta.

After importing, the file group tab is empty, the file list doesn't even appear, the class browser displays only classes in subdirectories (not the main classes and functions) and I can't "make -f Makefile.cvs" the project.

I don't know if you _must_ import the whole kdenonbeta project (which works but is _really_ not what I want because then you get thousands of source and other files in the file groups browser, and compiling everything just because you want to use on one single project is kind of cumbersome).


Please have a look into this, if it can be solved. If it can't, I'd like to know how I can start helping with kdenonbeta subprojects ... I'd like to do it with Gideon but can't, at the moment.


Thanks!

Jens
Comment 1 Caleb Tennis 2003-02-02 21:56:44 UTC
Does using the "kdevprj2kdevelop" script in the kdevelop directory work?
Comment 2 Jens 2003-02-07 23:28:31 UTC
Subject: Re:  Gideon fails at importing kdenonbeta/cookbook as a KDE C++ project

On Sun, Feb 02, 2003 at 08:56:44PM -0000, Caleb Tennis wrote:

> Does using the "kdevprj2kdevelop" script in the kdevelop directory work?

Hi,

I don't have that script in my distribution. Could you send it to me?

Thanks,


Comment 3 Harald Fernengel 2003-02-08 01:56:54 UTC
It is in CVS and you can also get it via webcvs: 
http://webcvs.kde.org/cgi-bin/cvsweb.cgi/~checkout~/kdevelop/kdevprj2kdevelop?rev=1.2&content-type=text/plain 
Comment 4 Jens 2003-02-11 19:17:37 UTC
Subject: Re:  Gideon fails at importing kdenonbeta/cookbook as a KDE C++ project

On Sat, Feb 08, 2003 at 12:56:56AM -0000, Harald Fernengel wrote:

> It is in CVS and you can also get it via webcvs:
> http://webcvs.kde.org/cgi-bin/cvsweb.cgi/~checkout~/kdevelop/kdevprj2kdevelop?rev=1.2&content-type=text/plain

Thanks,

are there plans to integrate this into kdevelop/gideon? 
I wouldn't have found it without your help.


Comment 5 Caleb Tennis 2003-02-23 22:10:19 UTC
I'll try and make sure that distributions pick up this script in future releases.