From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Sun, 29 Dec 2013 17:53:02 +0100 Subject: [Buildroot] [PATCH 1/2] xenomai: bump to version 2.6.3 In-Reply-To: <20131229140849.66608351@skate> References: <1388250659-10192-1-git-send-email-romain.naour@openwide.fr> <20131229140849.66608351@skate> Message-ID: <52C0536E.9070903@openwide.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Le 29/12/2013 14:08, Thomas Petazzoni a ?crit : > Dear Romain Naour, > > On Sat, 28 Dec 2013 18:10:58 +0100, Romain Naour wrote: >> Add --disable-doc-install to configure script. >> >> Signed-off-by: Romain Naour >> --- >> package/xenomai/xenomai.mk | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > This bump is causing build failures. See: > > http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log > > rtdm.c:111:4: error: expected identifier or '(' before 'else' > rtdm.c:116:2: error: expected identifier or '(' before 'return' > rtdm.c:117:1: error: expected identifier or '(' before '}' token > > Thanks, > > Thomas Hi Thomas, There is a little mistake around #ifdef HAVE_OPEN64. I'll send a patch upstream to fix it. Thanks, Romain Naour