Closed atamis closed 13 years ago
You have three problems:
OSX 10.5 does not do OpenCL. You need at least 10.6. Apple refuses to backport OpenCL support to 10.5.
The Java 5 issue probably can't be fixed. DiabloMiner is compiled on Java 6, and as such will not work on 5, and I believe I'm using 6-only features as well. It is not worth the trouble as every platform that does OpenCL has 6.
Finally, LWJGL does not recognize Darwin as a platform name, Soylatte should probably emit the OSX platform name instead.
Running on an intel iMac, 10.5.8. Running DiabloMiner under the provided Java 1.5 produces the following error:
Running it under Soylatte (port of Java 1.6 to Darwin) produces the following:
How can I solve either problem?