> [bernhard - Do 20. Okt 2005, 13:35:43]:
>
> When running 'make test' the command
>
>./parrot -o examples/pasm/hello.o examples/pasm/hello.pbc
>
> fails to create examples/pasm/hello.o. Instead a file with the name
> 'exex_output.o' is generated. It looks like the name of the output file
Applied as r9533. Thanks.
-J
Mattia Barbon wrote:
> ... or you might use
> the C++-to-C bindings that have been created for wx.NET and/or wxEiffel.
wxEiffel can be accessed from here:
http://eiffelzone.com/esd/wxeiffel/index.html
It hasn't been maintained for a few years, but the C bindings might
still be a useful basis for
(gdb) run config_lib.pasm
Starting program: /home/dull/jhoblitt/parrot/miniparrot config_lib.pasm
[Thread debugging using libthread_db enabled]
[New Thread 46912496258176 (LWP 18777)]
[New Thread 1082132832 (LWP 18780)]
[New Thread 1090525536 (LWP 18781)]
Program received signal SIGSEGV, Segmentat
# New Ticket Created by Joshua Hoblitt
# Please include the string: [perl #37503]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37503 >
All revs post r9519 are broken on amd64. r9519 builds OK.
--
/usr/bin/perl5.8.7 bui
# New Ticket Created by Roger Browne
# Please include the string: [perl #37501]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37501 >
These tests exercise feature "_json" of runtime/parrot/library/JSON.imc,
which dumps Pa
# New Ticket Created by Roger Browne
# Please include the string: [perl #37500]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37500 >
These tests exercise feature "_json" of runtime/parrot/library/JSON.imc,
which dumps Pa
On Sat, 22 Oct 2005 09:33:50 +0200 Christian Renz <[EMAIL PROTECTED]> wrote:
Hello,
> How do I find the right symbol name for a function? For example, the
> void wxBell(void) function can be found in the library as __Z6wxBellv
> (found using otool -vT /usr/lib/libwx.dylib), but I guess on Wind
Hi all,
I've recently decided to try to hook up the wxWidgets GUI library with
parrot and Pugs. I haven't dabbled much with parrot yet so I consider
this a good way to learn more :-).
Right at the start, I ran into a curious problem loading the Wx
libraries with loadlib. (I'm on Mac OS X 10.4, b