On Fri, Dec 28, 2012 at 4:30 AM, GOPIKRISHNAN S wrote:
> I am getting some errors while building hiawatha(using recipe from
> openembedded). In investigation I found all return \type and parameter type
> seems to be same & in all /usr/include/*.h files in declared as extern was
> added before to m
Hi,
On 12/28/12 06:30, GOPIKRISHNAN S wrote:
I am getting some errors while building hiawatha(using recipe from
openembedded). In investigation I found all return \type and parameter
type seems to be same & in all /usr/include/*.h files in declared as
extern was added before to make it visible
I am getting some errors while building hiawatha(using recipe from
openembedded). In investigation I found all return \type and parameter type
seems to be same & in all /usr/include/*.h files in declared as extern was
added before to make it visible in global. I wonder no problem was
not raised whi
Hi,
Le Fri, 21 Dec 2012 21:41:38 +0530,
GOPIKRISHNAN S a écrit :
> I was trying to install hiawatha on my freescale p2041rdb. But it is using
> cmake to configure and install.
> How to write recipe for this with cmake. I have writted recipe for packages
> with autotools, and make file.
> Any Idea