Re: Which library implementation to use/work on?
Mike Hearn <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <CANEZrP0f7QZCbesnCsHoHW=W2sMzfSsMwZwdfNjao1Jyru_7Vw@mail.gmail.com> |
Thanks Andrew, I see that you checked in usePattern a few days ago. Any idea when it might get synced to GCC and released? Unfortunately I had trouble compiling it. I took gcc 4.7 and brought across the latest Matcher.java. However it appears that you aren't supposed to edit the copy of classpath included with GCC. Introducing syntax errors into the file and then running make shows that the .java file itself does not appear to actually be read. Instead the .class files are included the tree as well and I didn't see any obvious script or build step that is supposed to regenerate them. Are there instructions anywhere on what I'm supposed to do here?