kdevelop hello world

Ralf Habacker ralf.habacker at freenet.de
Fri Mar 5 11:25:21 CET 2004


On Thursday 04 March 2004 12:47, Peter Kuemmel wrote:
> Hello,
>
> creating a "hello world" from template in kdevelop I get the following
> error message in the message window:
>
> *** Exited with status: 2 ***
>
>
>
> Doing the perlcommand by hand,
>
> $ perl /opt/kde3/share/apps/kdevappwizard/template-cpphello/script
> --author='U-A2\p,S-1-5-21-527237240-1078145449-1343024091-1001'
> --email='p at A2' --version='0.1'
> --appname='hello' --dest='/home/p/hello'
> --source='/opt/kde3/share/apps/kdevappwizard'
> --license='GPL'
> --licensefile='COPYING'
> --filetemplates='h,/tmp/kde-p/kdevelopFVUxua.tmp,cpp,/tmp/kde-p/kdevelopWVR
>aka.tmp'
>
> produces the message
>
> Can't locate kdevelop.pm in @INC (@INC contains:
> /usr/lib/perl5/5.8.2/cygwin-thread-multi-64int
> /usr/lib/perl5/5.8.2
> /usr/lib/perl5/site_perl/5.8.2/cygwin-thread-multi-64int
> /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl .
> /var/tmp/portage/kdevelop-3.0.0-r8/image//opt/kde3/share/apps/kdevappwizard
>/template-common) at
> /opt/kde3/share/apps/kdevappwizard/template-cpphello/script line 3.
> BEGIN failed--compilation aborted at
> /opt/kde3/share/apps/kdevappwizard/template-cpphello/script line 3.
>
Try 
cd /opt/kde3/share/apps/kdevappwizard/
for i in ` grep -sHr kdevelop-3.0.0-r8 * | sed 's,:#!.*,,g'` ; do echo $i; \
   perl -pi -e "s,/var/tmp/portage/kdevelop-3.0.0-r8/image/,,g" $i; done

Ralf 



More information about the kde-cygwin mailing list