search for: activestate

Displaying 20 results from an estimated 125 matches for "activestate".

2003 Feb 15
3
Perl on Windows XP for Rcmd build
Is there a recommended binary version of perl to use under Windows XP for `Rcmd build'? The R FAQ for Windows just mentions "perl". I think that Kevin Wang's document on R for Windows suggests ActiveState perl but I have not been able to install it. I am running Windows XP Professional on a laptop. The operating system was originally Windows 98 then upgraded to Windows ME then to XP Pro. I have downloaded the MSI installer version of ActiveState perl 5.8.0 and tried to install it. All that hap...
2005 Jul 11
2
ActiveState Perl, cygwin and R (was: cygwin tar?)
Hello! I have just read mails in thread <http://tolstoy.newcastle.edu.au/R/devel/04a/0583.html> about problems with Cygwin and Rtools. I had the same problems and kept just the newest cygwin1.dll and things seem OK now. However I currently hit the problem with Perl (I have ActiveState and Cygwin Perl installed). When I tried to work with 'Rdconv' in Cygwin I get the following: $ R CMD Rdconv --help Can't locate R/Rdconv.pm in @INC (@INC contains: c \Programs\R\rw2011beta\share\perl; /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /us...
2019 Apr 08
1
ActiveTCL has non open-source license
https://cran.r-project.org/doc/manuals/R-admin.html#Installing-R-under-macOS https://www.activestate.com/activetcl/downloads links to ActiveTCL which has non open-source license: http://docs.activestate.com/activetcl/8.5/get/license/ "ActiveState Confidential Information includes the Software, including all source and object code, and all associated documentation, but not Accessible Code.&quo...
2008 Jul 30
2
[LLVMdev] Is there room for another build system?
...ld 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 obscure packages). I'd be > interested in a successful build (with patches) for expect myself 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 [snip] -- Oscar
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 [[alternative HTML version deleted]]
2000 Oct 22
1
How to build the RMySQL package on Windows?
Hello! I tried to build the RMySQL package by myself on an NT machine. I have a NT machine with cygwin compiler and activestate Perl installed on it. Perl details: D:\prog\rw1011\src\gnuwin32>perl -v This is perl, version 5.005_03 built for MSWin32-x86-object (with 1 registered patch, see perl -V for more detail) Copyright 1987-1999, Larry Wall Binary build 522 provided by ActiveState Tool Corp. http://www.ActiveState.c...
2020 Oct 06
0
Installing Perl For Use in R
Hi, What OS are you on? It has been years since I used ActiveState, but it looks like you now need to create an account with them prior to downloading the installation files. They seem to give you the option of creating an account with them, or using Github. I would opt for the former, even though I have a Github account. If you are on Windows, an alternative Per...
2008 Jul 31
0
[LLVMdev] Is there room for another build system?
Óscar Fuentes wrote: > 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 read...
2005 Sep 21
0
[LLVMdev] How to compile llvm with mingw on Windows ?
...t) which is rather outdated compared to the main > trunk of the unix version. The problem is that dejagny uses some > functionality not present in the outdated ExpectNT. If you can spare > some bucks try an updated Expect for Windows with dejagnu. I haven't > tried this option yet. ActiveState now provides a free version of expect with ActiveTcl. It seems to be fairly close to the last unix version. http://www.activestate.com/Products/Download/Download.plex?id=ActiveTcl Baptiste.
2006 Jan 08
8
I need untyped associations
...holds *all* associations. This allows each object, regardless of type, to have a unique ID and thus it is easy to allow any object to associate with any other object regardless of type. This is handy for things such as Folder objects which should be able to contain objects of arbitrary type. In ActiveState, it appears that ID''s are only unique within a particular table and associations require explicit type information (to refer to a particular table). So folder.contents can''t really refer to an arbitrary collection of objects. I''m sure this has come up within the ROR com...
2005 Sep 20
2
[LLVMdev] How to compile llvm with mingw on Windows ?
>From: "Baptiste Lepilleur" >Date: Tue, 20 Sep 2005 09:29:07 +0200 > >Henrik Bach wrote: >>Hi, >> >>Please have a look on my private Getting started with MinGW: >> >>http://www.geocities.com/henrik_bach_llvm/ > > >Thanks Henrik.The make line was most useful. Though, in my case I also >needed to add a -L so libimagehlp.a would be
2006 Jan 11
3
natural sorting
It would be nifty to incorporate this into R or into an R package: http://sourcefrog.net/projects/natsort/
2007 Mar 19
1
Winelib for creating makefile to run on Windows?
...e makefile that can be run from a Windows command prompt? (unfortunately cygwin is not part of our standard development environment) The code is C and C++. If so, how maintainable are the makefiles? We'd have to update the deps by hand. Can the winelib perl script be run on Windows with the ActiveState engine? Thanks, JeanneP PS: The reply-to address will bounce. Please post your response to this newsgroup. Thanks!
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
...for i in myarray: sendstuff(i) #Must pause, and send IDLE for dialog box to close time.sleep(5) sendstuff("IDLE " + dateandtime) =========== In another forum, people told me that I should fork twice. Is that really necessary? http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278731 Thank you.
2002 Feb 19
3
Samba PDC and User Management with Perl scripts
Hello, I want to implement a perl logon script which would map network shares depending on group membership. This way when I move a user to or from a group it automatically gets the new shares. The PDC is Samba 2.2.1 or 2.2.2 on BSD and clients are NT workstation and 2000 Pro. Perl is latest activestate for win32 and is intended to run on Win32 clients. The big trouble is getting user Group membership to work when I call Win32::Lanman::GroupIsMember() or LocalGroupIsMember(). Right now, even though Samba is configured OK they always return false, even if a user is member of a group. I can use Use...
2004 Nov 07
4
writing a simple package in R 2.0 under Windows XP
...out what a most simple "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\r...
2015 Sep 28
2
Link R with Tcl 8.6 on Windows
...-angle option for canvas text items. R for Windows currently still ships with Tcl 8.5. Does anyone have experience with linking R under Windows to a Tcl interpreter of version 8.6? When I link R 3.2.2 (installed from the binary on Windows 8) to a custom Tcl installation of version 8.6 (e.g. from ActiveState for both 32bit or 64bit) using the MY_TCLTK environment variable, then loading the tcltk package will result with a tk85.dll not found error. This problem can be ?fixed? by copying and renaming the tk86.dll and the tcl86.dll files in the bin folder of the activetcl installation to tk85.dll and tcl8...
2007 Sep 23
16
WinRuby?
Hi all, With the latest 1.8.6 release out today, I was wondering - what would you all think of a Windows-only fork of Ruby? I mean Perl has ActiveState, right? It ships with a slightly different interpreter and different libraries, so why not Ruby? Here''s what I''m thinking: * Win2k or later. No 95/98/ME support. No cygwin/mingw, either. * Assume VC++ 8. Use whatever switches we want to optimize. * Scrap huge chunks of the stdl...
2011 Jun 11
2
[LLVMdev] llvm fails on MinGW-32 (Windows) because Python is not supported there
This page says that llvm works on MinGW: http://llvm.org/docs/GettingStarted.html I tried to build llvm trunk. llvm build now requires Python: llvm[2]: Creating 'llvm-lit' script... /bin/sh: python: command not found And current stable python version (3.2) doesn't even build on MinGW (see http://bugs.python.org/issue9098). What is the solution on MinGW? Maybe Python was introduced
2011 Jun 11
0
[LLVMdev] llvm fails on MinGW-32 (Windows) because Python is not supported there
...ound > > And current stable python version (3.2) doesn't even build on MinGW (see > http://bugs.python.org/issue9098). > > What is the solution on MinGW? There are various precompiled Windows binaries for Python (yes, even 3.2), from http://www.python.org/download/ or http://www.activestate.com/activepython-3 Hope this helps, Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. &quot...