Displaying 20 results from an estimated 81 matches for "activeperl".
2008 Aug 29
0
Slow perl on CentOS - ActivePerl as a solution
Hi all,
I found out that one of my perl scripts is heavily affected by the
current bug. I was lazy to compile anything and I didn't want to mess
up my system doing some experiments, so I tried to install ActivePerl as
a temporary solution instead (RPMs are available). ActivePerl 5.8 is
approximately 73x faster that CentOS version and ActivePerl 5.10 even
slightly faster. Both versions and all installed packages (GUI ppm)
work flawlessly and at least for me it is the way how to survive until
CentOS 5.3 will b...
2008 Feb 05
1
[LLVMdev] Working on getting MingW32/native tools-only source build up
Using MingW32/GCC 4.2.1 binary release, mix of Cygwin and MingW32
auxilliary tools, ActivePerl's Perl 5.8.8; operating system Vista. I'm
not going to worry about bootstrapping llvm-gcc until I know I can
bootstrap gcc.
1) ActivePerl uses the wrong shell (cmd.exe rather than sh.exe) when
doing backticks. I had to moderately rewrite llvm-config to use the Cwd
module's abs_pa...
2002 Sep 29
1
Runnin R prorams from a command line
...y later.
When I first ran "rcmd BATCH --help" it said that
perl was not found. after installing perl and
running again, I received the following error:
C:\Program Files\R\rw1051\bin>rcmd BATCH -h
Can't locate R/Utils.pm in @INC (@INC contains:
C:\PROGRA~1\R\rw1051\share\per
C:/ActivePerl/Perl/lib C:/ActivePerl/Perl/site/lib
.) at C:\PROGRA~1\R\rw1051/
n/BATCH line 22.
BEGIN failed--compilation aborted at
C:\PROGRA~1\R\rw1051/bin/BATCH line 22.
Any help would be much appreciated...
ARI
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing...
2010 Jun 10
1
Wrong results in dir listing with wildcard
...with Samba 3.4.7.
Samba is configured as standalone, and shares only a single directory
/data for backup purposes.
I stumbled across this issue while trying to get my original problem
fixed (which I did, thanks to this helpful list.) Run the following in
a temporary directory:
echo abc > ActivePerl-5.10.1.1007-MSWin32-x86-291969.msi
echo abc > ActivePython-2.6.5.12-win32-x86.msi
echo abc > ActiveTcl8.6.0.0b2.291226-win32-ix86-threaded.exe
echo abc > authenclientcp.bat
echo abc > authencp.bat
echo abc > authenejbcp.bat
I put this into a batch file. By trial and error, I discov...
2003 Feb 15
3
Perl on Windows XP for Rcmd build
...d to install it. All that happens when I execute
the installer is that I get a command prompt window that exits a few
moments later, apparently with no effect. I tried this a few times,
rebooted the computer and tried again and still no luck. I then
removed the 5.8.0 installer and downloaded the ActivePerl-5.6.1.635
MSI installer instead but the same thing happened.
Should I try Apache Perl or some other binary distribution instead?
--
Douglas Bates bates at stat.wisc.edu
Statistics Department 608/262-2598
University of Wisconsin - Madison http:...
2008 Feb 07
1
[LLVMdev] Working on getting MingW32/native tools-only source build up
Hello, Kenneth
> Libraries weren't being linked in;
This means, that generation of llvm-config for you is broken. I really
suggest to use perl from msys-DTK, not ActivePerl.
--
WBR, Anton Korobeynikov
2008 Jul 30
2
[LLVMdev] Is there room for another build system?
Kenneth Boyd <zaimoni at zaimoni.com> writes:
> The LLVM test suite requires expect as a dependency of DejaGNU. The
> stock source of expect requires a *NIX fork, so it's relatively
> difficult to build under MinGW even though Tk/Tcl is easy to build
> under MinGW. (I'm not aware of a precompiled MinGW binary for expect,
> although it might be in one of the more
2008 Jul 31
0
[LLVMdev] Is there room for another build system?
...gt; About two years ago, ActiveState added the Windows port of Expect to its
> Tcl distribution, which is the de-facto canonical source of Tcl/Tk for
> Windows users. Check www.activestate.com
>
And at such time as I get approval to correctly patch the current build
system to work with ActivePerl, the patch should be ready within a
couple of days.
Kenneth
2008 Feb 05
1
[LLVMdev] Working on getting MingW32/native tools-only source build up
Hello, Kenneth
> Using MingW32/GCC 4.2.1 binary release, mix of Cygwin and MingW32
> auxilliary tools, ActivePerl's Perl 5.8.8; operating system Vista. I'm
> not going to worry about bootstrapping llvm-gcc until I know I can
> bootstrap gcc.
Don't do this. Use either pure cygwin or pure mingw (with msys + msysDTK)
installation. This will save bunch of time for you. Seriously.
> 1) Act...
2020 Oct 06
2
Installing Perl For Use in R
I?m getting nowhere with this. From the website below I clicked on the ActivePerl 5.26 button which seems to lead me into creating projects on the Cloud rather than downloading the software to my hard drive.
https://www.activestate.com/products/perl/downloads/
Can someone give me some advise? What the website is trying to do seems rather shady.
Thanks,
Philip
[[alternat...
2007 May 14
2
How to write data to astdb?
...bin\asterisk.exe -rx 'database put cidname 123 "My cellphone"'
C:\cygroot\bin\asterisk.exe -rx 'database put cidname 456 "This is a test"'
----------------------------------------
I don't know why the batch script stops after the first line.
So, I installed ActivePerl and the asterisk-perl package from CPAN, and
tried this, but it doesn't work either:
----------------------------------------
use Asterisk::AGI;
$AGI = new Asterisk::AGI;
$AGI->database_put('cidname', '5555', 'my number');
----------------------------------------...
2009 Aug 19
2
[LLVMdev] Build issues on Solaris
...I'd adjust it to be able to run in the first place (attaching patch).
It's intended to run exactly when nm fails to find dependencies, so
die'ing out is pointless before it runs. If allowed to run, this
supports Perls whose native C system command shell is cmd.exe:
Strawberry Perl, ActivePerl, and any Perl built for Windows *other* than
the MingW32 pre-built binaries. (cmd.exe chokes on the pipe into sed,
causing the whole construct to fail.)
If the first nm finds any dependencies at all, the by-hand version won't
run. It's currently optimized for MingW32 nm.
Kenneth
----...
2004 Nov 07
4
writing a simple package in R 2.0 under Windows XP
...quot;packaging" for beginner (without compiled
code, etc...) could be. I also read
http://www.rap.ucar.edu/staff/ericg/RWinBuild.html It is very easy to build
R packages in Windows (for Windows)...
Perl has been installed and works fine C:\Perl (source
http://www.activestate.com/Products/ActivePerl/Download.html).
R Tools have been installed: C:\Perl\Rtools (source:
http://www.murdoch-sutherland.com/Rtools/tools.zip)
R tools functions delivered work fine (ex: ls, etc...)
R has been installed "at the root" of C:\ to avoid any blank in directory
names: C:\R\rw2000
The PATH has been...
2009 Jan 18
0
[LLVMdev] Build problems on MinGW solved - possible llvm-config bug
...a terminal llvm-config inserts double slashes at the start of
> any absolute path it generates (e.g. //lib/LLVMX86CodeGen.o) - this breaks g++.
That's strange, never seen this before. Do you have two different
version of perl installed? (for example, one msys DTK and another one
- standalone ActivePerl, etc.)
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Dec 08
2
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
...f="#pf_8">8</a>,
+ <a href="#pf_11">11</a></sup></td>
<td>GCC 3.4.X, binutils 2.15</td>
</tr>
<tr>
@@ -331,6 +332,9 @@ up</a></li>
before any Windows-based versions such as Strawberry Perl and
ActivePerl, as these have Windows-specifics that will cause the
build to fail.</a></li>
+<li><a name="pf_11">At the moment, LLVM modules requiring dynamic linking can
+ not be built on Cygwin. However, you can build LLVM tools using
+ <i>"make tools-only...
2003 Sep 20
1
Errors in making a DLL file
Hi, all:
I want to call a c program in the windows version R, so I installed ActivePerl and
MinGw, wrote the code below in command prompt:
Rcmd SHLIB filename.c
and I got the error message as follows:
Error: c:/R/rw1071/src/gnuwin32/MakeDLL 16: common syntax error.
.....
There are errors on line 16 18 20 22 25 28 43 44 45 47 49 50 51 52 53 79 80 81 83.
Has any one met the same pr...
2008 Dec 16
1
Creating a pdf
Hi guys,
I'm working on a package, and I want to create a new version file pdf.
On R 2.6.2 it ran ok with the code: R CMD Rd2dvi.sh --pdf pkg.
But it doesn't run on R 2.8.0.
What I'm doing wrong?
These are my components:
ActivePerl-5.8.8.822-MSWin32-x86-280952
basic-miktex-2.7.2960
htmlhelp
MinGW-3.2.0-rc-3
Rtools28
Thanks in advance,
Sergi M.Garrido
[[alternative HTML version deleted]]
2007 Mar 13
1
Adding a dir to PATH without using regedit (for an NFS install)
...work fine -
I've even modified the /nfs_path/wine/bin/wineprefixcreate,
so that an additional dir (c:/Perl) is created under ~/.wine
for each user (by mere linking to /nfs_path/Perl)
My problem is that currently each user of my Wine-installation
has to run "wine regedit" and add the ActivePerl directory
manually to the HKEY_CURRENT_USER/Environment/Path variable.
Is there please a way for adding "c:\Perl\bin" to the %Path%
without regedit, so that I could do it in wineprefixcreate?
Regards
Alex
PS: I've also searched the source code for the strings
like "path&qu...
2009 Aug 06
0
[LLVMdev] Problems building on Msys/MingW
...ig, but had no error.
>
> Running make again at the llvm directory yielded different errors this
> time:
>
Ok, sounds like a different problem than the one I have to patch around
(stock LLVM always dies on me with the cited error message, problem is
cmd.exe command shell from using ActivePerl; you got past that). Which
distribution of Perl are you using?
Kenneth
2004 Dec 22
1
help with creating package
Hello,
I'm trying to create a source package (on Win2k system). I followed the
instructions from R-extns.pdf, installed ActivePerl and RTools with setting
the DOS path to it.
Then I did "Rcmd check" and had an error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\R\rw2001\bin>Rcmd check D:/prime7/SpnInstall/spectrino
* checking for working latex ...latex: not found
NO
* using log directory 'C:/R/rw2001/bin/spectrino.Rche...