[perl #37455] make hello fails

2005-10-22 Thread Bernhard Schmalhofer via RT
> [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

[perl #36197] [PATCH] make install fails with MinGW32

2005-10-22 Thread Joshua Hoblitt via RT
Applied as r9533. Thanks. -J

Re: wxParrot -- linking problems

2005-10-22 Thread Roger Browne
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

[perl #37503] [BUG] r9520 broke amd64

2005-10-22 Thread Joshua Hoblitt via RT
(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

[perl #37503] [BUG] r9520 broke amd64

2005-10-22 Thread via RT
# 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

[perl #37501] [PATCH] Enhanced tests for Parrot-to-JSON conversion (with attachment this time)

2005-10-22 Thread via RT
# 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

[perl #37500] [PATCH] Enhanced tests for Parrot-to-JSON conversion

2005-10-22 Thread via RT
# 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

Re: wxParrot -- linking problems

2005-10-22 Thread Mattia Barbon
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

wxParrot -- linking problems

2005-10-22 Thread Christian Renz
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