java compile error: internal_string_interpolation_0_2 cannot be resolved
when building the webdsl editor, moving from stable (1.0.2.0-r24315) to unstable spoofax (1.2.0.0-s40858), I get the following build errors:
[javac] 206. ERROR in /Users/dan/workspace-4.3.1-spoofax-unstable/webdsl.editor/editor/java-generated/trans/type_to_view_0_0.java (at line 398) [javac] term = internal_string_interpolation_0_2.instance.invoke(context, v_61832, r_61832, trans.const6395); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] internal_string_interpolation_0_2 cannot be resolved [javac] ---------- [javac] 207. ERROR in /Users/dan/workspace-4.3.1-spoofax-unstable/webdsl.editor/editor/java-generated/trans/type_to_view_0_0.java (at line 408) [javac] term = internal_string_interpolation_0_2.instance.invoke(context, x_61832, p_61832, trans.const6551); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] internal_string_interpolation_0_2 cannot be resolved [javac] ---------- [javac] 207 problems (207 errors)
http://download.spoofax.org/update/unstable (1.2.0.0-s40858)
eclipse 4.3.1
Mac OS X 10.9project:
Submitted by Danny Groenewegen on 28 November 2013 at 15:02
https://svn.strategoxt.org/repos/WebDSL/webdsl-editor/trunk/webdsl.editor/ (run get-latest-compiler.xml Ant build file to get the dependencies)
Issue Log
This is a strategy that Vlad recently added to the Stratego standard library, to speed up Stratego compilation of string interpolation. Does the same happen with nightly?
nightly seems to be the same version as unstable currently:
http://download.spoofax.org/update/unstable/site.xml
http://download.spoofax.org/update/nightly/site.xml
Are you sure you don’t have an old strategoxt.jar on the javac class path when compiling the generated Java?
You’re right, there was an old strategoxt.jar in the repository.
Log in to post comments