Re: Compilation fails with Padre (a Perl IDE) on RHEL-based distros (CentOS, etc.)

2015-05-26 Thread Shawn H Corey
On Tue, 26 May 2015 11:53:55 -0400 "someone called" wrote: > I tried but failed (wxWidgets is a requirement of Padre) as root: Wx requires some development libaries: libgconf*-dev libgtk*-dev libgstreamer*dev libgstreamer-plugins-base*-dev where * is to be replace with the version number, if an

Re: Compilation fails with Padre (a Perl IDE) on RHEL-based distros (CentOS, etc.)

2015-05-26 Thread John SJ Anderson
On Tue, May 26, 2015 at 8:53 AM, someone called wrote: > ATTENTION: It apperars 'g++' is not a working compiler, please make > sure all necessary packages are installed. > > that is your problem. For whatever reason, g++ (the GNU C++ compiler) is not installed properly, or is not being foun

Re: Compilation 5.18.0 on RHEL 6.4 fails to use threads (?)

2013-09-19 Thread Alexander Karner
atement is a lie as RHEL does not contain a threaded Perl. But I'll try perlbrew Mit freundlichen Grüßen / Kind regards Alexander Karner From: Brian Fraser To: Alexander Karner/Germany/IBM@IBMDE, Cc: Perl Beginners Date: 19.09.2013 14:29 Subject:Re: Compilation

Re: Compilation 5.18.0 on RHEL 6.4 fails to use threads (?)

2013-09-19 Thread Brian Fraser
On Thu, Sep 19, 2013 at 8:16 AM, Alexander Karner wrote: > Hi! > > I got the list of options from there: * > http://mail.perlide.org/pipermail/padre-dev/2010-June/001863.html* > > But I checked a compilation with > sh Configure -d

Re: Compilation 5.18.0 on RHEL 6.4 fails to use threads (?)

2013-09-19 Thread Alexander Karner
I don't understand why there is this strange behavior, as the tests for threading succed but the specific variables are still undefined. Any idea from your side? Mit freundlichen Grüßen / Kind regards Alexander Karner From: Brian Fraser To: Alexander Karner/Germany/IBM@IBMDE, Cc:

Re: Compilation 5.18.0 on RHEL 6.4 fails to use threads (?)

2013-09-18 Thread Brian Fraser
On Wed, Sep 18, 2013 at 10:02 AM, Alexander Karner wrote: > Hi! > While I'm not a beginner with Perl it seems that I'm somewhat a beginner > if it comes to compilation: > > I try to compile 5.18.0 on my RHEL 6.4 system. Primarily in order to be > able to use Padre. > This is the command to create

Re: Compilation failed in require

2006-08-23 Thread Ranish George
Bala Murugan wrote: Hi All, While running the following temp.pl script, it throws the following error message. $ perl temp.pl HELLO Compilation failed in require at temp.pl line 2. $ $ cat temp.pl #!/usr/bin/perl require "/home/bala/hello.pl"; $ cat hello.pl #!/usr/bin/perl die "HELLO\n"; If

Re: Compilation failed in require

2006-08-23 Thread John W. Krahn
Bala Murugan wrote: > Hi All, Hello, > While running the following temp.pl script, it throws the following error > message. > > $ perl temp.pl > HELLO > Compilation failed in require at temp.pl line 2. > $ > > $ cat temp.pl > #!/usr/bin/perl > require "/home/bala/hello.pl"; > > $ cat hello.pl

RE: compilation of Devel-Size for DataDumper

2006-06-15 Thread Smith, Derek
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom >Phoenix >Sent: Thursday, June 15, 2006 3:21 PM >To: Smith, Derek >Cc: beginners@perl.org >Subject: Re: compilation of Devel-Size for DataDumper >On 6/15/06, Smith, Derek &

Re: compilation of Devel-Size for DataDumper

2006-06-15 Thread Tom Phoenix
On 6/15/06, Smith, Derek <[EMAIL PROTECTED]> wrote: How can I tell the HPUX 11.11 system to not use it default C compiler /usr/bin/cc but instead use gcc version 4.1.1? If you're compiling a module, use the same compiler that built your perl binary. But that should happen automatically, if you

Re: Compilation

2004-03-30 Thread WC -Sx- Jones
Wiggins d Anconia wrote: (attribute missing from OP) is there a way to compile perl programs without perlcc or is there any other way to hide my source code? perldoc -q 'hide the source' True - however ... The ONLY way to hide the source is to render it completely unmaintainable by any reasonally

Re: Compilation

2004-03-30 Thread Wiggins d Anconia
> is there a way to compile perl programs without perlcc or is there any > other way to hide my source code? > perldoc -q 'hide the source' http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re : Compilation Errors

2003-06-28 Thread R. Joseph Newton
Derek Byrne wrote: > Last question on this, but, is there anything I should be aware of if I code > the Fred prog like this : Yes > #!perl -w use strict; # always use warnings; # unless you fully understand why you are turning them off. The strict and warnings commands will

RE: Re : Compilation Errors

2003-06-26 Thread Derek Byrne
ent: 27 June 2003 00:51 To: 'Derek Byrne'; '[EMAIL PROTECTED]' Subject: RE: Re : Compilation Errors > -Original Message- > From: Derek Byrne [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 4:44 PM > To: 'LoBue, Mark'; Derek Byrne; '[EMAIL

RE: Re : Compilation Errors

2003-06-26 Thread LoBue, Mark
> -Original Message- > From: Derek Byrne [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 4:44 PM > To: 'LoBue, Mark'; Derek Byrne; '[EMAIL PROTECTED]' > Subject: RE: Re : Compilation Errors > > > Oopsie - just saw my own mistake, f

RE: Re : Compilation Errors

2003-06-26 Thread Derek Byrne
Mark [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 00:45 To: 'Derek Byrne'; '[EMAIL PROTECTED]' Subject: RE: Re : Compilation Errors > -Original Message- > From: Derek Byrne [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 4:15 PM > To: '[EMAIL PROTEC

RE: Re : Compilation Errors

2003-06-26 Thread LoBue, Mark
> -Original Message- > From: Derek Byrne [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 4:15 PM > To: '[EMAIL PROTECTED]' > Subject: FW: Re : Compilation Errors > > > Just a note - running win2k and perl v5.8.0 (built for > MSWin32-x86-mult

FW: Re : Compilation Errors

2003-06-26 Thread Derek Byrne
Just a note - running win2k and perl v5.8.0 (built for MSWin32-x86-multi-thread). -Original Message- From: Derek Byrne Sent: 27 June 2003 00:13 To: [EMAIL PROTECTED] Subject: Re : Compilation Errors Hi All, Reading through Learning Perl (3rd Ed), and messing around with Binary

Re : Compilation Errors

2003-06-26 Thread Derek Byrne
Hi All, Reading through Learning Perl (3rd Ed), and messing around with Binary Assignment Operators (2.5.3). Code is as follows : #!perl -w $fred = 4; print "Fred is now : $fred \n"; $fred += 4; print "Add 4 to Fred : $fred \n"; $fred *= 2; print "Multiply by 2 : $fred \n"; $fred -= 6; print "

Re: Compilation problem in TKSteal Widget software.

2002-02-11 Thread John W. Krahn
[PLEASE DO NOT post HTML and binary files] > Pankaj Warade wrote: > --=_NextPart_001_003E_01C1B322.4F739780 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Glacier