Re: Null PMC access while parsing javascript

2006-10-10 Thread kay-uwe.hull
Hi Mehmet, you might have run into a Garbage-Collector bug. Try parrot --no-gc main.pir 'x' 'identifier' I had similar problems using PGE::P6Regex. '--no-gc' helped. Regards, Kiwi

Re: Re: parrot compile error

2006-08-09 Thread kay-uwe.hull
Hi Leo, I had the link error on Cygwin and on Linux (Debian). The reason for this problem with compile error is in following definitions in Makefile: LINKFLAGS = -s -L/usr/local/lib ALL_PARROT_LIBS = -L/cygdrive/c/Documents\ and\ Settings/khull/work/dev/parrot/trunk/blib/lib -lparrot $(

Re: parrot compile error

2006-08-08 Thread kay-uwe.hull
Hi Hugues, I've had the same error on my notebook. It was because I had installed ('make install') a former parrot version and the linker tried to link to /usr/local/lib/libparrot.so because this is in search-path before 'local' blib/lib/libparrot.so. Removing /usr/local/lib/libparrot.* worked for