search for: depends_on

Displaying 5 results from an estimated 5 matches for "depends_on".

Did you mean: depend_on
2009 Oct 28
3
where do kernel data types come from?
I have a script where I can freely reference struct nameidata*, struct vnode*, etc. on Snow Leopard. How does DTrace know about these data types? I understand things like #pragma D depends_on library darwin.d where darwin.d has typedefs. I can''t find definitions of nameidata and vnode in any D scripts, though. How does it work? Thanks, Joel --- firefox for android! http://wagerlabs.com
2007 Feb 22
2
Plugin Dependencies
...ed in the wrong order. At the moment It has a small db of known plugins and has load_before and load_after for each one, however if a plugin is unknown it will be loaded last and will fail to activate. I think it would be much better if every plugin carries it's own load_before, load_after and depends_on options and the core then decides in what order to activate the plugins. This would make writing a settings manager much easier, make it easier to start compiz and save duplicated effort so that each settings manager doesn't have to do it's own form of dependency generation. To activate a p...
2012 Oct 29
1
Error installing samba4 on snow leopard OS
Support I've downloaded samba 4 on snow leopard and when I compile it I get an error by running 'Make test" error: WAF_MAKE=1 ./buildtools/bin/waf test 'test' finished successfully (0.031s) Waf: Entering directory `/samba-master/samba-master/bin' Selected embedded Heimdal build [ 8/3698] Generating VERSION [ 43/3698] Generating smbd/build_options.c [1615/3698]
2006 Nov 14
11
RESTful mixin, mixin repo?
Hi, I just put together a little mixin to provide pseudo-RESTful services in camping apps. Basically, it looks for a hidden _verb field in form posts, and sets the @method to the supplied value (e.g. put or delete - which browsers don''t support). This lets you define put and delete methods in your controllers. Groovy. Code: http://pastie.caboo.se/22613 Is there any permanent repo of
2007 Sep 19
49
plugin dependencies
Hello all, The topic of plugin dependencies has come up before and it doesn''t seem to have been addressed by core or core doesn''t seem to think it''s an issue. I''ve looked at the current edge code and don''t see anything new, so if I''ve missed something *please* let me know. The following article makes mention of a require_plugin