On 08/05/2011 11:47 PM, Gwenaël Casaccio wrote: > Hi, > > gst doesn't compile here is the fix: > > diff --git a/libgst/interp.inl b/libgst/interp.inl > index 50aadd3..e18e27c 100644 > --- a/libgst/interp.inl > +++ b/libgst/interp.inl > @@ -61,7 +61,7 @@ static inline OOP mul_with_check (OOP op1, OOP op2, > mst_Boolean *overflow); > > /* Generate random number using the Mersenne Twister technique */ > -static inline uint32_t random_next (void); > +static inline uint32_t random_next (uint32_t *); > static inline void random_generate (uint32_t *);
this part is correct, I wonder if I really didn't compile libgst after doing the change (the patch is in my tree for almost a week though). _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
