Closed fgeller closed 10 years ago
Looks like tranquil isn't finding the accessibility headers. Could you check if they're present?
I guess that should be part of XCode? Sorry, but how do I check that and possibly add them if I'm missing them?
ping?
Hey, had the same error here, what I did is this:
// install homebrew
brew tap homebrew/versions
brew install gcc48
I think that is what fixed it, I have installed XCode after running that, which could also have been the problem, anyways, hope this helps, I am happily running xnomad now on the latest Mavericks!
Sorry for the very very late reply; updating to the latest version of tranquil (uploaded a few minutes ago) should resolve this.
Trying to run
./xnomad
with tranquil set up via the binary package, I get the following error message:2013-10-17 07:15:03.510 tranquil[10080:707] Source/Tranquil/Runtime/TQRuntime.m:93 (TQGetClass): Assertion failed: Class 'AXValueGetTypeID' does not exist Class 'AXValueGetTypeID' does not exist
Any ideas what I'm missing?
OSX 10.8.5 XCode Version 5.0 (5A1413)