Goplat <[EMAIL PROTECTED]> wrote:
> That defeats the whole point of 00ff-dos.t, which is to make sure parrot can
> deal with lines ending in \r\n. IMO what should be done is to use \r\n in a
> quoted string, instead of having the .t itself be \r\n (since that is what
> was causing the problems, ge
S. Livingston <[EMAIL PROTECTED]> wrote:
> I compiled on Tru64
> > uname -m -p -r -s -v
>OSF1 V4.0 878 alpha
> I compiled with the digital compiler, not gcc,
>DEC C V5.6-075 on Digital UNIX V4.0 (Rev. 878)
> I ran into the inet_pton problem described earlier.
I've committeed thi
--- [EMAIL PROTECTED] wrote:
> 27/02/2004 10:30:22, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
>
> >[EMAIL PROTECTED] wrote:
> >
> >> Compiler version:
> >>
> >>Microsoft (R) 32-bit C/C++ Standard Compiler Version 13.00.9466 for
> 80x86
> >
> >Thanks update.
> >
> >
> >> t\op\00ff-dos.t 255
I compiled on Tru64
> uname -m -p -r -s -v
OSF1 V4.0 878 alpha
I compiled with the digital compiler, not gcc,
DEC C V5.6-075 on Digital UNIX V4.0 (Rev. 878)
I ran into the inet_pton problem described earlier. This installation
also does
not have snprintf() so I had to add an #ifdef HAS_
27/02/2004 10:30:22, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
>[EMAIL PROTECTED] wrote:
>
>> Compiler version:
>>
>> Microsoft (R) 32-bit C/C++ Standard Compiler Version 13.00.9466 for 80x86
>
>Thanks update.
>
>
>> t\op\00ff-dos.t 255 65280 24 200.00% 1-2
>
>Strange
>
I've sent
Peter Sinnott wrote:
I have downloaded the snapshot dated 27-Feb-2004 00:01 from
http://cvs.perl.org/snapshots/parrot/ and tested it on hpux.
I order to get it to compile I have to revert to using inet_aton
at line 623 of io_unix.c. inet_pton was causing unsatisfied symbols
at link time.
We need
On Thu, Feb 26, 2004 at 09:29:59AM +0100, Leopold Toetsch wrote:
> Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> > Please help me fill out the blanks by sending or committing patches.
> > Please make sure to have the latest and best Parrot from CVS.
>
> Still a lot of platforms missing. Please ...
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Here (and attached) is summary of the various make testX_imcc reports
> plus the myconfig information.
Can you please run all tests:
$ make test # or nmake
$ make testj
$ make testC
...
> Summary of my parrot 0.0.13 configuration:
> Compiler:
On Thu, 26 Feb 2004 09:29:59 +0100, [EMAIL PROTECTED] (Leopold Toetsch) wrote:
> Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> > Please help me fill out the blanks by sending or committing patches.
> > Please make sure to have the latest and best Parrot from CVS.
Here (and attached) is summary of
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> Please help me fill out the blanks by sending or committing patches.
> Please make sure to have the latest and best Parrot from CVS.
Still a lot of platforms missing. Please ...
:r PLATFORMS
Parrot-0.0.999 was reported to compile and run tests success
> >>Better it get fixed in CVS. There could be more errors of this kind.
> > Confused. What would you like me to do?
>
> Please purge the platforms directory on the server. It collides with the
> PLATFORMS file on these poor pseudo-OS, that have case-insensitive
> filenames. (There could also s
At 8:02 PM -0800 2/24/04, Robert Spier wrote:
> > After a bit of self-education on the CVS FAQ, I've come to the
> conclusion that "renaming" (delete/add) PLATFORMS to PLATFORMS.txt is
> the best way to solve this.
Better it get fixed in CVS. There could be more errors of this kind.
Confused.
> > After a bit of self-education on the CVS FAQ, I've come to the
> > conclusion that "renaming" (delete/add) PLATFORMS to PLATFORMS.txt is
> > the best way to solve this.
>
> Better it get fixed in CVS. There could be more errors of this kind.
Confused. What would you like me to do?
Also.
cv
>... and in tcsh (OS X)
>
> cvs co '\!parrot/platforms' parrot
a) to avoid the inconvenience of typing the above
command (with the bang sequence properly escaped) and
b) to fix the problem without _renaming_ anything,
the following lines may be added to CVSROOT/modules:
t -d parrot parrot
> Does the following command work?
>
> $ cvs co '!parrot/platforms' parrot
> # the order should be preserved.
>
> Arvindh
>
this works for me on win32
--jerry
**
This e-mail and any files transmitted with it m
>my .cvsrc has "update -dP", and I still get the
>same problem with the
>platforms directory. (OS X)
on -P, CVS prunes _empty_ directories only on its way
out (having built all the directories before that).
So -P fails in our case.
__
Do you Yahoo!?
Yahoo! Mail
... and in tcsh (OS X)
cvs co '\!parrot/platforms' parrot
Mike
On 24 Feb 2004, at 15:06, Arvindh Rajesh Tamilmani wrote:
Does the following command work?
$ cvs co '!parrot/platforms' parrot
# the order should be preserved.
on tcsh it gives me
cvs co '!parrot/platforms' parrot
tcsh: parrot/platforms: Event not found.
but on sh it did
>Same problem even if I do a new check out.
>
> cvs [checkout aborted]: could not chdir to
>parrot/platforms: Not a
>directory
Does the following command work?
$ cvs co '!parrot/platforms' parrot
# the order should be preserved.
>Mike
Arvindh
_
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> $ touch platforms
Argghh:
$ mkdir platforms
$ cvs add platforms
Directory /cvs/public/parrot/platforms added to the repository
$ cvs ci -m"test" platforms
cvs commit: Examining platforms
$ cvs remove -f platforms
cvs server: Removing platforms
$ cv
Michael Scott <[EMAIL PROTECTED]> wrote:
> Unfortunately until we get this solved those of us on dyslexic systems
> can't update our local copies. So I'm waving an URGENT flag here.
$ cvs remove -f platforms
cvs server: Removing platforms
cvs [server aborted]: could not chdir to platforms: No such
Unfortunately until we get this solved those of us on dyslexic systems
can't update our local copies. So I'm waving an URGENT flag here.
After a bit of self-education on the CVS FAQ, I've come to the
conclusion that "renaming" (delete/add) PLATFORMS to PLATFORMS.txt is
the best way to solve thi
chromatic wrote:
On Mon, 2004-02-23 at 11:00, Leopold Toetsch wrote:
[ patch ]
Thanks applied.
I think this is right. I don't see anything which indicates CGoto
support,
when core_ops_cg.c gets compiled, CGoto is enabled.
... and I'm guessing at thread and signal support since two of the
te
On Mon, 2004-02-23 at 11:00, Leopold Toetsch wrote:
> > ... Where should I look for the appropriate
> > information?
>
> Create a platform name similar to existing ones. F<./myconfig> and the
> output from Configure.pl + test results/skips should provide the
> information to fill the line :)
I t
my .cvsrc has "update -dP", and I still get the same problem with the
platforms directory. (OS X)
On Monday, February 23, 2004, at 04:50 PM, Michael Scott wrote:
I have this problem too.
cvs [update aborted]: could not chdir to platforms: Not a directory
Same problem even if I do a new check
I have this problem too.
cvs [update aborted]: could not chdir to platforms: Not a directory
Same problem even if I do a new check out.
cvs [checkout aborted]: could not chdir to parrot/platforms: Not a
directory
There is no local platforms directory, yet CVS wants to go to it, so I
assume
Jonathan Worthington <[EMAIL PROTECTED]> wrote:
> Leo, [did try to send off list, but it bounced]
>> Please help me fill out the blanks by sending or committing patches.
>> Please make sure to have the latest and best Parrot from CVS.
>>
> Earlier today you popped a new file in CVS called PLATFORM
Chromatic <[EMAIL PROTECTED]> wrote:
> On Mon, 2004-02-23 at 01:30, Leopold Toetsch wrote:
>> Please help me fill out the blanks by sending or committing patches.
>> Please make sure to have the latest and best Parrot from CVS.
> I have a platform not listed.
Then lets add it. The list is for su
Leo, [did try to send off list, but it bounced]
> Please help me fill out the blanks by sending or committing patches.
> Please make sure to have the latest and best Parrot from CVS.
>
Earlier today you popped a new file in CVS called PLATFORMS. Unfortunately,
there is also a directory there call
On Mon, 2004-02-23 at 01:30, Leopold Toetsch wrote:
> Please help me fill out the blanks by sending or committing patches.
> Please make sure to have the latest and best Parrot from CVS.
I have a platform not listed. Where should I look for the appropriate
information?
-- c
30 matches
Mail list logo