I took a look at this briefly. The installed NSEvent.h does contain the NSEventType and so on, and make -n indicates that the correct path for the include is being passed to the compiler. As such, it appears that it should be working, and I am confused.
David On 3 Dec 2007, at 17:40, Sander Dijkhuis wrote: > Hi, > > When trying to compile EtoileWildMenus, I'm getting these errors: > > Compiling file NSMenuView+Hackery.m ... > NSMenuView+Hackery.m: In functie '-[NSMenuView(Hackery) mouseDown:]': > NSMenuView+Hackery.m:444: let op: no > '+startPeriodicEventsAfterDelay:withPeriod:' method found > NSMenuView+Hackery.m:444: let op: (Messages without a matching > method signature > NSMenuView+Hackery.m:444: let op: will be assumed to return 'id' and > accept > NSMenuView+Hackery.m:444: let op: '...' as arguments.) > NSMenuView+Hackery.m:446: let op: no '+stopPeriodicEvents' method > found > NSMenuView+Hackery.m: In functie '-[NSMenuView(Hackery) > trackWithEvent:]': > NSMenuView+Hackery.m:476: fout: 'NSPeriodicMask' undeclared (first use > in this function) > NSMenuView+Hackery.m:476: fout: (Each undeclared identifier is > reported only once > NSMenuView+Hackery.m:476: fout: for each function it appears in.) > NSMenuView+Hackery.m:486: fout: 'NSEventType' undeclared (first use in > this function) > NSMenuView+Hackery.m:486: fout: expected ';' before 'type' > NSMenuView+Hackery.m:487: fout: expected ';' before 'end' > NSMenuView+Hackery.m:499: fout: 'type' undeclared (first use in this > function) > NSMenuView+Hackery.m:501: fout: 'NSRightMouseDown' undeclared (first > use in this function) > [...and a lot of other 'undeclared' errors.] > > The other Étoilé stuff seems to compile well, until it reaches > EtoileWildMenus. I'm on a fresh Ubuntu 7.10 installation, I'm working > with SVN checkouts from yesterday and I'm following the instructions > from: > > http://www.etoile-project.org/etoile/blog/2007/03/install-toil-survivor-guide.html > > Any idea of what could be causing this error? > > Sander > > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
