[il-antlr-interest: 32836] Re: [antlr-interest] test release of antlr 3.4

2011-06-20 Thread Julien BLACHE
uages/fr.stg. Cosmetic issue, but still, -version returns: ANTLR Parser Generator Version ${project.version} ${buildNumber} JB. -- Julien BLACHE <http://www.jblache.org> GPG KeyID 0xF5D65169 List: http://www.antlr.

[il-antlr-interest: 32843] Re: [antlr-interest] test release of antlr 3.4

2011-06-20 Thread Julien BLACHE
.4.jar org.antlr.Tool grammar.g I'll leave it up to the Java-literate to investigate/explain/fix ;) (Sun^WOracle Java 1.6.0_26 if it makes any difference) JB. -- Julien BLACHE <http://www.jblache.org> GPG KeyID 0xF5

[il-antlr-interest: 32851] Re: [antlr-interest] test release of antlr 3.4

2011-06-20 Thread Julien BLACHE
settings on this system, I'll try on another system with different settings tomorrow. If you think of anything that can be done to track that down, let me know. JB. -- Julien BLACHE <http://www.jblache.org> GPG KeyI

[il-antlr-interest: 32882] Re: [antlr-interest] test release of antlr 3.4

2011-06-22 Thread Julien BLACHE
real and see if it builds & runs as intended. Thanks, JB. -- Julien BLACHE <http://www.jblache.org> GPG KeyID 0xF5D65169 List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/ma

[il-antlr-interest: 32930] Re: [antlr-interest] Changes to C runtime for 3.4

2011-06-24 Thread Julien BLACHE
nput streams. Prototypes and usage: antlr3StringStreamNew() crashes by calling a NULL funcptr when creating a new UTF8 stream. At the bottom of the function, input->strFactory->newStr8() is NULL. JB. -- Julien BLACHE <http://www.jblache.org>

[il-antlr-interest: 32931] Re: [antlr-interest] Changes to C runtime for 3.4

2011-06-24 Thread Julien BLACHE
Julien BLACHE wrote: > antlr3StringStreamNew() crashes by calling a NULL funcptr when creating > a new UTF8 stream. Oh yeah, I've just seen why. Back to 8bit I go. There's got to be a better way to handle this than bomb out on a NULL funcptr, though. JB. -

[il-antlr-interest: 32932] Re: [antlr-interest] ANTLR 3.4 rc3 (aka beta3)

2011-06-24 Thread Julien BLACHE
Terence Parr wrote: Hi, > hi, Jim fixed up the C runtime. please test it out: Looks good, thanks! I'm not a heavy user though, but I see we've got someone trying out more complex code. JB. -- Julien BLACHE <http:/

[il-antlr-interest: 32982] Re: [antlr-interest] C runtime 3.4 beta 4

2011-06-29 Thread Julien BLACHE
Jim Idle wrote: Hi Jim, > http://antlr.org/download/C Could you apply the attached patch to remove a misplaced AC_INCLUDES_DEFAULT() that throws an error message during configure? Thanks, JB. -- Julien BLACHE <http://www.jblac

[il-antlr-interest: 33294] Re: [antlr-interest] [C target] Warnings in 64-bit compile

2011-07-21 Thread Julien BLACHE
Jim Idle wrote: Hi Jim! > Well actually as this is a change to the template, it is not in the 3.4 > release, but will be in the next patch release (should there be one). While we're talking C target and release, any ETA for the C runtime tarball for 3.4? Thanks, JB. -- Ju

[il-antlr-interest: 33297] Re: [antlr-interest] [C target] Warnings in 64-bit compile

2011-07-21 Thread Julien BLACHE
Jim Idle wrote: > Today - I am just reviewing a few things to see if I want to fix them > first... Great! Now let's see if we can update ANTLR v3 in Debian with 3.4 :-) JB. -- Julien BLACHE <http://www.jblache.org>