Getting started with OTRS source code and some Errors

English! place to talk about development, programming and coding
Post Reply
eandrex
Znuny expert
Posts: 213
Joined: 04 Nov 2012, 23:58
Znuny Version: OTRS 4.x
Real Name: Esteban
Company: NORTON DE COLOMBIA

Getting started with OTRS source code and some Errors

Post by eandrex »

Hi.

I am starting with PERL and OTRS(job things), so today i got otrs source code from cvs repository and loaded it into eclipse(actually, i am using epic plugin for perl development), and everything "was" fine..until i got some errors

Image

how come i am missing that library? i haven touched source code even..look at below

Image

so according to first screenshot, i guess, it is trying to find that library in the folder i installed perl..how do i fix it?

this is my perl version

Image.

I am running windows 7 ultimate(64 bits)

thank you in advance
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Getting started with OTRS source code and some Errors

Post by reneeb »

I don't use Eclipse and the EPIC plugin, but you have to add some paths to the Perl Include Path (http://www.epic-ide.org/guide/ch03s02.php). Add <OTRS_HOME> and <OTRS_HOME>/Kernel/cpan-lib. (replace <OTRS_HOME> with the path to your CVS checkout).
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
eandrex
Znuny expert
Posts: 213
Joined: 04 Nov 2012, 23:58
Znuny Version: OTRS 4.x
Real Name: Esteban
Company: NORTON DE COLOMBIA

Re: Getting started with OTRS source code and some Errors

Post by eandrex »

Hi, thank you for your reply. it worked, but before it did, i had to do something, and i will tell you what.

Image

when i got connected to cvs repository, that was what i got...so i selected THEM ALL.

once i had downloaded those modules, too many errors like first one were showing up...after a few minuts, i realized i just had to download "otrs" module. didnt i?

anyways, i did it, and also i did what you told me to do, and some errors gone...

what perl IDE would you recommend?. PADRE seemed to be nice, but i didnt find how to connect it to cvs repository =S, so i switched hahah
Post Reply