[Cl-smoke] Building cl-smoke on Mac OS X

Tobias Rautenkranz tobias at rautenkranz.ch
Wed Mar 3 17:21:21 CET 2010


> > You can see if cl-smoke found the QEvent::type() function, by invoking
> > the ABORT restart when the error occurs. Since the qtcore module is
> > already loaded
> > at this point, you can list the methods with:
> > (smoke::fgrep-methods cl-smoke.qt.core::*smoke-module* "type")
> > which should give you a list of methods containing the word "type". e.g.:
> > public QEvent::Type QEvent::type() const
> > [...]
> 
> I seem to be getting nil...
That would be consistent with the result below.

> $ ./smokeapi -m type QEvent
> Error: class 'QEvent' not found
> Abort trap
The problem is your libsmokeqtcore. Looks like there are at least some classes 
missing. (Does ./smokeapi QObject work?)
Maybe the library is not correctly installed or something with the generator 
went wrong.

> Thanks (for the nth time) for your help.
no problem.




More information about the Cl-smoke mailing list