> > externals are generally supported, to compile the foo externals just run > > "scons debug/extra/foo.nox release/extra/foo.nox" > > Compilation went fine. I've put it in my searchpath. Looking at the > source "foo.cpp", creating a [foo] obect should have the following > consequences: > - print "initialising foo" to stdout > - print "constructing foo" to stdout > - display an object with one inlet > > Instead, the following happens: > - print "initializing foo" > - object [foo] becomes red and nothing more happens.
that basically tells you, that the object cannot be created ... but i have just committed a small patch to the svn, which adds the cwd to the search paths by default ... can you try it again, starting nova from the main nova folder and creating the object [debug.extra.foo] or [release.extra.foo] (creating both will cause some troubles, though!)? for your searchpath problem, can you give me a more detailed step-by-step description of the problem? i must admit, search paths work very well for abstractions on my machine ... thanks for your debugging efforts! tim -- [EMAIL PROTECTED] ICQ: 96771783 http://tim.klingt.org Your mind will answer most questions if you learn to relax and wait for the answer. William S. Burroughs
signature.asc
Description: This is a digitally signed message part
_______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
