Bug 65421 - Gideon can't find Perl Plugin
Summary: Gideon can't find Perl Plugin
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 16:38 UTC by Justin Sheckler
Modified: 2003-11-03 18:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Sheckler 2003-10-03 16:38:14 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    Slackware Packages

All versions of Gideon since alpha5 (alpha6, alpha7 and snapshot) refuse to open Perl projects created with alpha5, nor will they create new Perl projects.  A dialog box comes up with the message "Can't find Perl plugin."  It looks like the kdevelop-perl libraries are installed in $KDEDIR/lib/kde3, but they aren't getting loaded by Gideon.
Comment 1 Amilcar do Carmo Lucas 2003-10-03 18:04:59 UTC
Perl compilation is disabled by default.

edit laguages/Makefile.am to enable it.

Comment 2 Justin Sheckler 2003-10-03 18:35:28 UTC
Thank you.  Please consider adding this info. to the README file.
Comment 3 Amilcar do Carmo Lucas 2003-10-03 20:03:50 UTC
There is no README file. Only README.dox file. Added there. 
There is no maintainer and so perl will probably not even compile. :( 
Comment 4 Justin Sheckler 2003-10-03 20:21:57 UTC
Subject: Re:  Gideon can't find Perl Plugin

What happened?  Was the Perl plugin abandoned?

I added "perl" to the Makefile.am in languages/ but Gideon still can't find 
its Perl plugin.  The Perl code compiled, but Gideon doesn't seem to know 
it's there.  I'll look at the code this weekend and if I find a fix I'll 
contribute it to the developers.

I would hate to see Perl support go away; I'm a full-time Perl programmer and 
I use Gideon a5 on a daily basis.

-JKS


On Friday 03 October 2003 02:03 pm, you wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=65421
>
>
>
>
> ------- Additional Comments From a.lucas@tu-bs.de  2003-10-03 20:03 -------
> There is no README file. Only README.dox file. Added there.
> There is no maintainer and so perl will probably not even compile. :(

Comment 5 Amilcar do Carmo Lucas 2003-10-08 20:28:13 UTC
HarryF is fixing it. It will be reactivated soon I hope. 
Comment 6 Amilcar do Carmo Lucas 2003-11-03 18:23:04 UTC
Perl is back