Re: Newb: path/LD_LIBRARY_PATH/other

2007-05-31 Thread Andy_Bach
Hi Andrew, I just svn-ed the latest and I got the same error. I'm no parrot expert but it appears it's looking for the include file .include 'src/abc_gen.pir' and there's no such file. It appears the generated (?) abc_gen.pir file isn't there. Other langs have that (lua/src/lua.pir) so my

[perl #43089] [PATCH] Move src/ops/*.c function prototypes to the generated header files

2007-05-31 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #43089] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43089 Function prototypes in C work much better when they are living in a header file

Re: [perl #43089] [PATCH] Move src/ops/*.c function prototypes to the generated header files

2007-05-31 Thread chromatic
On Thursday 31 May 2007 07:19:11 Steve Peters wrote: Function prototypes in C work much better when they are living in a header file rather than in .c files. The attached patch below moves the prototypes generated in the src/ops/*.c files to the header files created from the *.ops files.

[perl #43093] [PATCH] Update docs wrt naming of developer files

2007-05-31 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #43093] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43093 Hi all, This patch corrects some of the pod in docs/ to reflect the fact that

Re: [perl #43081] [p6] Get p6 tests from pugs.

2007-05-31 Thread Paul Cochrane
For now, add a make target for p6 (similar to tcl's 'make tcl-test') that copies an export of the latest version of these tests into languages/perl6/t/spec/ (NOT under parrot version control). What would be the best way to get the sources? I would suggest using rsync to pull the sources

Relocation of the pod_todo.t test

2007-05-31 Thread Paul Cochrane
Hi all, I recently added a test for TODO items in the pod source, but added it to the t/doc/ test suite. It is more of a coding standards test anyway, and I was wondering if it would be ok if I moved it from the doc tests into the coding standards tests. This would also allow me to un-skip the

Re: [perl #43081] [p6] Get p6 tests from pugs.

2007-05-31 Thread Will Coleda
Paul Cochrane via RT writes: For now, add a make target for p6 (similar to tcl's 'make tcl-test') that copies an export of the latest version of these tests into languages/perl6/t/spec/ (NOT under parrot version control). What would be the best way to get the sources? I would suggest using

Re: [perl #43081] [p6] Get p6 tests from pugs.

2007-05-31 Thread Eric Wilhelm
# from Paul Cochrane # on Thursday 31 May 2007 01:42 pm:  It is possible to get anonymous svn access to the pugs source, but svn won't allow you to check out source from a different repository into another repository's path Maybe I'm missing something, but what I've done in similar situations

Public Docs

2007-05-31 Thread andrew cooke
Hi, I can't seem to find online copies (at an official URL) for many of the documents that are in svn and generated by make html. Do they exist? For example, is there a copy of parrot/trunk/docs/html/compilers/tge/TGE.pir.html anywhere? There is nothing at

Re: [perl #41168] graceful no compiler error message?

2007-05-31 Thread James E Keenan
James Keenan via RT wrote: A participant in this weekend's hackathon in Toronto posed this question: Invoking the compiler on a simple source file, then checking that the generated code exists seems such an obvious test that there must be a fatal flaw in it. What am I missing? This patch grew