RE: [patch] fixes so it builds with lcc

2002-01-06 Thread Sterin, Ilya
Once the patch is applied, I can test on my own win32 lcc. I don't have on on Linux, so I can't test at this time. Ilya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Josh Wilmes Sent: Sunday, January 06, 2002 9:35 AM To: [EMAIL PROTECTED]

RE: [patch] fixes so it builds with lcc [APPLIED]

2002-01-06 Thread Sterin, Ilya
Ok, trying to compile with lcc for wint32, I get... Determining if your C compiler is actually gcc (this could take a while): cpp: Can't open input file msvcrt.lib C compiler died! at Configure.pl line 748, STDIN line 9. Also, why is this line in Configure.pl (748) system($c{cc} $c{ccflags}

RE: [patch] fixes so it builds with lcc [APPLIED]

2002-01-06 Thread Sterin, Ilya
[mailto:[EMAIL PROTECTED]] Sent: Sunday, January 06, 2002 12:11 PM To: Sterin, Ilya; 'Josh Wilmes'; [EMAIL PROTECTED] Subject: RE: [patch] fixes so it builds with lcc [APPLIED] At 02:24 PM 1/6/2002 -0800, Sterin, Ilya wrote: Ok, trying to compile with lcc for wint32, I get

Failed tests (win32)

2002-01-04 Thread Sterin, Ilya
the pmc.t test 48 through 52 all fail. I've reported this two days ago as well, seems like it hasn't been fixed yet. nmake test also recompiles test_parrot.exe, so it's compiled once at nmake and again at nmake test. Ilya Sterin

Test failing (win32)

2002-01-02 Thread Sterin, Ilya
The array_test #44 within pmc.t is segfaulting. Ilya

Using stringified address

2002-01-01 Thread Sterin, Ilya
Not sure if this has already been discussed, but I though this would be a cool option, especially since I've ran into a few cases where this would have been very usefull. Using a scalar (string) with an address to another variable and be able to dereference it. This proves very usefull when

RE: Using stringified address

2002-01-01 Thread Sterin, Ilya
of something I'm trying to accomplish:-) Ilya -Original Message- From: Simon Cozens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 8:18 AM To: Sterin, Ilya Cc: [EMAIL PROTECTED] Subject: Re: Using stringified address On Tue, Jan 01, 2002 at 04:00:22AM -0800, Sterin, Ilya

RE: Using stringified address

2002-01-01 Thread Sterin, Ilya
-Original Message- From: Simon Cozens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 8:54 AM To: Sterin, Ilya Cc: [EMAIL PROTECTED] Subject: Re: Using stringified address On Tue, Jan 01, 2002 at 11:38:16AM -0800, Sterin, Ilya wrote: Not sure, I'll have to take

RE: Using stringified address

2002-01-01 Thread Sterin, Ilya
-Original Message- From: Simon Cozens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 8:54 AM To: Sterin, Ilya Cc: [EMAIL PROTECTED] Subject: Re: Using stringified address On Tue, Jan 01, 2002 at 11:38:16AM -0800, Sterin, Ilya wrote: Not sure, I'll have to take

RE: Using stringified address

2002-01-01 Thread Sterin, Ilya
-Original Message- From: Dan Sugalski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 9:59 AM To: Sterin, Ilya; [EMAIL PROTECTED] Subject: RE: Using stringified address At 11:09 AM 1/1/2002 -0800, Sterin, Ilya wrote: Ok, I understand that this hasn't been

RE: Color codes in tinderbox (All tests pass!!!)

2002-01-01 Thread Sterin, Ilya
Sterin, Ilya wrote: I haven't done any testing yet, though. It compiles here, too. But 'nmake test' runs as far as t/op/basic..ok t/op/bitwiseok t/op/debuginfo..ok t/op/hacks..ok t/op/integerok t/op/interp.ok t/op/macro..ok t/op

RE: Using stringified address

2002-01-01 Thread Sterin, Ilya
-Original Message- From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 1:12 PM To: 'Dan Sugalski'; [EMAIL PROTECTED] Subject: RE: Using stringified address -Original Message- From: Dan Sugalski [mailto:[EMAIL PROTECTED]] Sent

RE: Color codes in tinderbox (All tests pass!!!)

2002-01-01 Thread Sterin, Ilya
might be before going deeper. Ilya -Original Message- From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 10:34 AM To: [EMAIL PROTECTED] Subject: Re: Color codes in tinderbox (All tests pass!!!) Sterin, Ilya wrote: Mine pass fine... Current

RE: Color codes in tinderbox (All tests pass!!!)

2002-01-01 Thread Sterin, Ilya
, January 01, 2002 11:29 AM To: [EMAIL PROTECTED] Subject: Re: Color codes in tinderbox (All tests pass!!!) Sterin, Ilya wrote: I wonder if it matters what current perl version you are using? Also what VC++ and Service Pack are you using as well as your OS. MS Windows 2000 Profession, SP

io_os.c undeclared identifier

2002-01-01 Thread Sterin, Ilya
io_os.c(127) : error C2065: 'F_GETFL' : undeclared identifier With the latest CVS, after the ParrotIO patch. Ilya

io.c problem and patch

2002-01-01 Thread Sterin, Ilya
Small patch to return a value in io.c PIO_close(). 323c323 return 1; --- return;

RE: io.c problem and patch

2002-01-01 Thread Sterin, Ilya
Oooopss, sorry. Disregard this, since Melvin just submitted the actual correct version:-) Ilya -Original Message- From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 8:59 PM To: [EMAIL PROTECTED] Subject: io.c problem and patch Small patch to return

RE: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Sterin, Ilya
-Original Message- From: Melvin Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 5:58 PM To: Jason Diamond; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: ParrotIO : Please test this [PATCH] for breakage At 03:33 PM 1/1/2002 -0800, Jason Diamond wrote:

RE: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Sterin, Ilya
It compiled fine with #if 0, but now interp1.t hangs. Ilya P.S. I have to step away for a few, but I'll be back to test the rest in an hour or so. -Original Message- From: Melvin Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 6:46 PM To: Sterin, Ilya; 'Jason

RE: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Sterin, Ilya
-Original Message- From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 10:05 PM To: 'Melvin Smith'; 'Jason Diamond'; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: ParrotIO : Please test this [PATCH] for breakage It compiled fine with #if 0

RE: Color codes in tinderbox

2001-12-31 Thread Sterin, Ilya
Just to let you know, the latest CVS compiled on Win32 VC++ 6.0 Enterprise SP 5. There are quite a few warning, though it's a big progress from yesterday's problems. I haven't done any testing yet, though. Ilya

RE: Color codes in tinderbox

2001-12-31 Thread Sterin, Ilya
]] Sent: Monday, December 31, 2001 4:59 PM To: [EMAIL PROTECTED] Subject: RE: Color codes in tinderbox On Mon, 31 Dec 2001, Sterin, Ilya wrote: Just to let you know, the latest CVS compiled on Win32 VC++ 6.0 Enterprise SP 5. There are quite a few warning, though it's a big

RE: Color codes in tinderbox

2001-12-31 Thread Sterin, Ilya
-Original Message- From: Bryan C. Warnock [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 7:10 PM To: Sterin, Ilya; 'Dan Sugalski'; [EMAIL PROTECTED] Subject: Re: Color codes in tinderbox On Monday 31 December 2001 11:58 pm, Sterin, Ilya wrote: Straight out

Win32 build problems

2001-12-30 Thread Sterin, Ilya
Trying to build 0.0.3. perl Configure.pl runs fine. nmake No warnings above. cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FC RYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -I./in clude -Fochartypes/usascii.obj -c

RE: Win32 build problems

2001-12-30 Thread Sterin, Ilya
Thanks, I'll try right now. -Original Message- From: Dan Sugalski [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 30, 2001 8:33 PM To: Sterin, Ilya; [EMAIL PROTECTED] Subject: Re: Win32 build problems At 11:27 PM 12/30/2001 -0800, Sterin, Ilya wrote: The package

RE: Win32 build problems

2001-12-30 Thread Sterin, Ilya
on CVS checkout? I used cvs -d :pserver:[EMAIL PROTECTED]:/cvs/public co parrot Would it make a difference if I loged in with my perl.org user/pass??? Ilya Sterin -Original Message- From: Dan Sugalski [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 30, 2001 8:33 PM To: Sterin, Ilya

RE: Win32 build problems

2001-12-30 Thread Sterin, Ilya
Ohhh, just though about it, the user/pass is not registered in the cvs server, and I don't need for now. Though the anonymous should of worked, right? Ilya -Original Message- From: Dan Sugalski [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 30, 2001 8:33 PM To: Sterin, Ilya

RE: Win32 build problems

2001-12-30 Thread Sterin, Ilya
..cvsignore file lists the vtable.h file??? Ilya -Original Message- From: Dan Sugalski [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 30, 2001 8:33 PM To: Sterin, Ilya; [EMAIL PROTECTED] Subject: Re: Win32 build problems At 11:27 PM 12/30/2001 -0800, Sterin, Ilya wrote

RE: Win32 build problems

2001-12-30 Thread Sterin, Ilya
Ok, sorry guys. I see now it's generated by vtable_h.pl, but am I supposed to run it or is Configure.pl supposed to do it, as I see it now nothing does this. Ilya -Original Message- From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 12:59 AM To: 'Dan

RE: (Disregard all previous) Win32 build problems

2001-12-30 Thread Sterin, Ilya
'0x2' Stop. Ilya Sterin -Original Message- From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 12:55 AM To: 'Dan Sugalski'; [EMAIL PROTECTED] Subject: RE: Win32 build problems Ohhh, just though about it, the user/pass is not registered in the cvs

String/Number differentiation

2001-09-17 Thread Sterin, Ilya
I don't know if this has already been discussed, or is out of the question, but I wonder since perl does not currently differentiate between numbers and string, and when it does, it does so very inconsistantly, is there be any hope for any changes/modificatins for Perl 6. Many can argue that

RE: String/Number differentiation

2001-09-17 Thread Sterin, Ilya
. Again this happens rare enough where we don't have to break our heads over the behavior and the implementation, just a simple explicit hack will do as long as it's guaranteed to work:-) Ilya -Original Message- From: Dan Sugalski To: Sterin, Ilya; '[EMAIL PROTECTED] ' Sent: 9/17/01 3:25 PM

RE: String/Number differentiation

2001-09-17 Thread Sterin, Ilya
:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 7:15 PM To: Dan Sugalski Cc: Sterin, Ilya; ''[EMAIL PROTECTED] ' ' Subject: Re: String/Number differentiation On Mon, Sep 17, 2001 at 07:09:56PM -0400, Dan Sugalski wrote: At 03:49 PM 9/17/2001 -0600, Sterin, Ilya wrote: I guess

RE: Links

2001-09-08 Thread Sterin, Ilya
Sorry, went a little of our the way. Will keep my mouth shut on those thing from now on:-) -Original Message- From: Dan Sugalski [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 08, 2001 2:19 PM To: [EMAIL PROTECTED] Subject: RE: Links At 02:24 PM 9/8/2001 -0400, Sterin

RE: An overview of the Parrot interpreter [speed]

2001-09-07 Thread Sterin, Ilya
Actually there were some tests done, can't recall where now, though by a trusted source. I will be digging it up in my email and emailing it to the list. There were a few languages tested including Perl, C, C++, Java (can't remember if Python was there). Perl came in in second place after C.