[Scons-users] display message on build
    William Deegan 
    bill at baddogconsulting.com
       
    Sat Jun 23 00:33:52 EDT 2012
    
    
  
Phil,
On Jun 21, 2012, at 2:51 AM, Kraus Philipp wrote:
> Hello,
> 
> the autoconf tools uses a call like 
> context.Display("Cannot check for library %s: %s\n" % (lib_name, msg))
> 
> can I use this call myself in the main SConstruct script? How can I use this call?
> I don't find the context object within the env object.
What do you want to display?
You can put python print statements in the SConstruct/SConscripts..
Or did you want to have it print something at a specific point in the build?
-Bill
    
    
More information about the Scons-users
mailing list