From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E1C2FAE.2060103@domain.hid> Date: Tue, 12 Jul 2011 13:27:42 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4E1ADEA7.30003@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Compiling Library files over Xenomai List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ashish Budhiraja Cc: xenomai@xenomai.org On 07/12/2011 01:10 PM, Ashish Budhiraja wrote: > Hello Again, > > Thanks a lot. I figured out, actually somehow "inline" declaration were not > allowed and the library is really complex, > so I couldn't change it. The solution was to change it to static. inline declarations are allowed in C, simply, the inline functions must be static as well. -- Gilles.