Sherm Ostrowsky
unread,Oct 8, 2011, 5:34:50 PM10/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mathpi...@googlegroups.com
I updated from repository for mathpiper2.
Did ant *all
got a compile error.
Significant part of output (I think) is below:
compile:
[javac] Compiling 7 source files to C:\mathpiper2\mathpiperide2\build\plugins\geogebra_plugin\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] C:\mathpiper2\mathpiperide2\src\plugins\geogebra_plugin\src\org\mathpiper\ide\geogebraplugin\GeoGebra.java:219: error: cannot find symbol
[javac] environment.setGlobalVariable(-1, "geogebra", new org.mathpiper.lisp.cons.ConsPointer( org.mathpiper.lisp.cons.BuiltinObjectCons.getInstance(environment, -1, javaObject)), false);
[javac] ^
[javac] symbol: method setGlobalVariable(int,String,ConsPointer,boolean)
[javac] location: variable environment of type Environment
[javac] Note: C:\mathpiper2\mathpiperide2\src\plugins\geogebra_plugin\src\org\mathpiper\ide\geogebraplugin\RunAppletContext.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 1 warning
Suggestions?
Sherm