[EMAIL PROTECTED] (via RT) wrote:
This seems to be because the dynamic library search path isn't set at runtime,
only compile-time. On Linux (the platform I'm using), this can be done by
setting LD_LIBRARY_PATH to include blib/lib
Yep. But as you need the LD_LIBRARY_PATH anyway for running o
hi,
I'm not very familiar with this, so forgive me for my ignorance with
this. I don't know whether this issue is related to Parrot, or that it's
something else I don't understand. I read a bit about ANSI escape codes,
and I'm wondering if this should work in Parrot. That is, when writing
the
Leopold Toetsch wrote:
Klaas-Jan Stol wrote:
Leopold Toetsch wrote:
By far the simplest thing is either look at the opcode in
ops/core_ops.c or use a debugger and set a breakpoint at the
appropriate opcode, e.g.
So, apparently, it seems to me the get_pmc_keyed method is called.
Y
Klaas-Jan,
'Escape' is 27 decimal, or 033 octal.
http://www.nntp.perl.org/group/perl.perl6.internals/9381
http://www.nntp.perl.org/group/perl.perl6.internals/9814
Nick
Klaas-Jan Stol wrote:
hi,
I'm not very familiar with this, so forgive me for my ignorance with
this. I don't know whether
Nick Glencross wrote:
Klaas-Jan,
'Escape' is 27 decimal, or 033 octal.
http://www.nntp.perl.org/group/perl.perl6.internals/9381
http://www.nntp.perl.org/group/perl.perl6.internals/9814
Nick
I may have been overly concise! What I meant was that \0xx notation is
octal, and so \033 is Escape.
Hi,
as my little project is progressing step by step, I figured it's time
show something to the world. The current version of the Lua compiler
targeting Parrot is 0.2.1. If people want to have a look, you can get it
at http://members.home.nl/joeijoei/parrot. Please read the README file
in the
# New Ticket Created by François PERRAD
# Please include the string: [perl #36755]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36755 >
With this patch, dynclasses work with MinGW32.
(same as r8717 by Jonathan Worthingt
i'm pleased to announce the release of mod_parrot 0.3. the most notable
changes include support for all apache hooks, autogeneration of
request_rec methods, and a mod_pugs proof of concept. it also supports
both the new (leo-ctx5) and old calling conventions.
you can download it at http://www.sm
# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #36770]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36770 >
This patch changes build_tools/ops2c.pl
1. to use Pod::Usage. perldoc comment bec