Boost logo

Boost-Build :

From: Mark Sheppard (msheppard_at_[hidden])
Date: 2003-10-13 11:23:51


The backtrace was missing a frame....

--- boost-jam-3.1.4.orig/compile.c 2003-10-13 17:22:45.000000000 +0100
+++ boost-jam-3.1.4/compile.c 2003-10-13 17:20:21.000000000 +0100
@@ -577,7 +577,7 @@
printf( " )\n* %s %s\n", message, arg ? arg->string : "" );
print_source_line( rule->procedure );
printf( "see definition of rule '%s' being called\n", rule->name );
- backtrace( frame->prev );
+ backtrace( frame );
exit(1);
}

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk