Hello, Toxiclibs is great! Except I'm trying to get my hands on a bug fix from last June. I cloned the repo and I'm trying to build. I'm on a Max OSX 10.5. When I build with Java 1.6 I get these errors (build_all.xml):
compile:
[mkdir] Created dir: /Users/daryl/Downloads/toxiclib_tip/bin
[javac] /Users/daryl/Downloads/toxiclib_tip/ant/build_core.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 181 source files to /Users/daryl/Downloads/toxiclib_tip/bin
[javac] /Users/daryl/Downloads/toxiclib_tip/src.core/toxi/geom/mesh/MeshVertexColorCompiler.java:3: package toxi.color does not exist
[javac] import toxi.color.ReadonlyTColor;
[javac] ^
[javac] /Users/daryl/Downloads/toxiclib_tip/src.core/toxi/geom/mesh/MeshVertexColorCompiler.java:12: cannot find symbol
[javac] symbol : class ReadonlyTColor
[javac] location: class toxi.geom.mesh.MeshVertexColorCompiler
[javac] ReadonlyTColor c = (ReadonlyTColor) index.forID(vn[0]);
[javac] ^
When I switch to Java 1.5 I get errors concerning XML binding:
[javac] /Users/daryl/Downloads/toxiclib_tip/src.core/toxi/geom/Triangle2D.java:59: cannot find symbol
[javac] symbol : class XmlElement
[javac] location: class toxi.geom.Triangle2D
[javac] @XmlElement(required = true)
[javac] ^
even though jaxb is clearly in the lib folder.
Any help appreciated.
/Daryl