help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Compile error and regression with Swazoo


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Compile error and regression with Swazoo
Date: Sat, 06 Aug 2011 02:51:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]