Kris Marsh wrote: > Hi guys, > > Just a quick note to say that sipp-1.1rc6 doesn't build on Solaris > "out of the box". Thankfully, it's a trivial fix - Solaris needs to > #include <alloca.h> > > For your convenience, here is a diff -u :-) > > > -bash-3.00# diff -u sipp.hpp.orig sipp.hpp > --- sipp.hpp.orig Thu Nov 23 15:50:16 2006 > +++ sipp.hpp Thu Nov 23 15:50:32 2006 > @@ -49,6 +49,10 @@ > #include <alloca.h> > #endif > > +#if defined (__SVR4) && defined (__sun) > +#include <alloca.h> > +#endif > + > /* Sipp includes */ > > #include "xp_parser.h" >
Checked-in. Thank you. -- Olivier HP OpenCall Software http://www.hp.com/go/opencall/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
