AW: Gideon: How to open a KDevelop 2.1.x project

Roberto Raggi raggi at cli.di.unipi.it
Sat Jul 12 13:44:42 BST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday 12 July 2003 14:21, you wrote:
> Hello,
>
> this was not the problem. It does not work.
sorry can you explain what's problem? it fails with the same error you have 
reported in the previous mail or now you have a different error?

this is the piece of code in src/projectmanager.cpp that search for 
kdevprj2kdevelop script, as you can see it fails only if KDE doesn't find the 
script in a valid 'bin' directory or if the script is not an executable.

    QString cmd = KGlobal::dirs()->findExe( "kdevprj2kdevelop" );
    if (cmd.isEmpty()) {
        KMessageBox::sorry(0, i18n("You don't have 'kdevprj2kdevelop' 
installed."));
        return false;
    }

ciao robe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/EAK/FprNbhKbO+8RAsrXAJ94CUjebpRXCvMjR/VtN3B9F33R/QCgoAih
eo/D8UR9Vq5DZbkT1PbLp08=
=c7FT
-----END PGP SIGNATURE-----

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list