I'm having a problem with KDevelop 1.2, same prob with 1.1 too..

Christian Couder christian at alcove.fr
Fri Aug 18 08:48:22 UTC 2000


Hi,

First you should check the kdoc install.
What do you see in "/usr/share/kdoc" ?
Can you find the Ast.pm file somewhere (it should come with kdoc) ?
If you can't find it, you should install kdoc again (see
http://rpmfind.net/linux/RPM/kdoc.html).

Then you can check if the @INC perl variable contains the path to the Ast.pm
file with:

perl -e 'for($i = 0; $INC[$i]; $i++) { print "$INC[$i] \n"; }'

and if it doesn't then you can add the path to the @INC perl variable with
something like:

export  PERL5LIB=/usr/share/kdoc

Hope this helps.

FireHawk77028 at aol.com wrote:

> Ok, I start off making a project, KDE - Normal.  I got and fill out the info.
>  Leaving everything at default.  I hit create, most of the stuff flies by
> with no probs.  Then, when its just about done I get problems....
>
> Can't locate Ast.pm in @ INC (@ INC containers: /var/tmp/kdelibs
> -build-root/usr/share/kdoc /usr/lib/perl5/5.5.0/i386 - linux
> /usr/lib/perl5/5.6.0 /usr/lib/perl5/site/perl/5.6.0/i386-linux
> /usr/lib/perl5/site_perl.......
>

--
Christian COUDER christian at alcove.fr
Ingénieur Informatique Libre
Alcôve - http://www.alcove.fr/







More information about the KDevelop-devel mailing list