fjolnir / xnomad

A tiling window manager for OS X, written in tranquil.
484 stars 28 forks source link

Class 'AXValueGetTypeID' does not exist #54

Closed fgeller closed 10 years ago

fgeller commented 11 years ago

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)

fjolnir commented 11 years ago

Looks like tranquil isn't finding the accessibility headers. Could you check if they're present?

fgeller commented 11 years ago

I guess that should be part of XCode? Sorry, but how do I check that and possibly add them if I'm missing them?

fgeller commented 11 years ago

ping?

vespakoen commented 10 years ago

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!

fjolnir commented 10 years ago

Sorry for the very very late reply; updating to the latest version of tranquil (uploaded a few minutes ago) should resolve this.