Um... got me there. I'm not seeing that issue... what platform are you running on? In particular, what shell is being used for sh? Any sh script gurus recognize those symptoms?
Cliff On Thu, Jan 19, 2012 at 12:36 PM, Tom Browder <[email protected]> wrote: > Cliff, sorry I jumped the gun when I thought opendb command was > missing, but I forgot it is an mged command and panicked when my "make > regress" failed on mged-regress after my work with vls. > > I get this error and don't know why: > > testing mged commands... > ...all/ > ERROR: all/ does not exist! > Output: invalid command name "all/" > ...t.r/R > ERROR: t.r/R does not exist! > Output: invalid command name "t.r/R" > ...t.s > ERROR: t.s does not exist! > Output: invalid command name "t.s" > -> mged check FAILED > make[3]: *** [regress/CMakeFiles/mged-regress] Error 3 > make[2]: *** [regress/CMakeFiles/mged-regress.dir/all] Error 2 > make[1]: *** [regress/CMakeFiles/mged-regress.dir/rule] Error 2 > make: *** [mged-regress] Error 2 > > In regress/mged.sh there is this line which seems to cause the problem: > > cmds="`$MGED -c mged.g ? 2>&1 | grep -v Using`" > > When I change it to this (protect ? in single quotes) the mged-regress works: > > cmds="`$MGED -c mged.g '?' 2>&1 | grep -v Using`" > > So what is going on? > > Best, > > -Tom > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > BRL-CAD Developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/brlcad-devel ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
