On Jun 29, 2013, at 3:37 AM, Talwinder saini wrote:

> Actually the error message was not clear. It may be handy to expert /
> old developers but I was bit confused why command is skipping object
> that am trying to create.

I fully agree.

> Is there any possibility for improvement of such messages? If yes,
> how? I'm interested in doing such things.

Absolutely.  See the src/mged/setup.c file to see what function the "comb" 
command will run.  Nearly all mged commands are in the src/libged directory of 
an SVN source checkout.  In this particular example, the src/libged/comb.c file 
is where the message is originating.  You can edit that file, compile, try your 
changes, and then create a patch file with "svn diff > changes.patch", which 
you should review with a text editor to make sure it only contains what you 
intended to change.

Cheers!
Sean
 



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to