Hi Andrei,
First, sorry for the late reply, but I've been unable to touch a computer since :-/
When you mentioned the arch stuff I realised what the issue could be: it's a Xen virtual domain, not a phisycal server.
Uname -a show correct info anyway:
playground:/usr/src/sip-router# uname -a Linux playground 2.6.26-1-xen-686 #1 SMP Sat Jan 10 22:52:47 UTC 2009 i686 GNU/Linux
Do you still need all other information?
Thanks in advance!!
On Fri, Jun 19, 2009 at 4:26 PM, Andrei Pelinescu-Onciulandrei@iptel.org wrote:
On Jun 18, 2009 at 01:24, Sa?l Ibarra saghul@gmail.com wrote:
Hi,
I just did a git clone and tried to make SR deb packages, but I'm getting the following error:
../../lib/kcore/../../atomic/atomic_unknown.h: At top level: ../../lib/kcore/../../atomic/atomic_unknown.h:60: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?*? token ../../lib/kcore/../../atomic/atomic_unknown.h:136: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?*? token ../../lib/kcore/../../atomic/atomic_unknown.h: In function ?atomic_inc_int?:
It looks very strange, first of all atomic_unkown.h is included only for unknown architecures (I suppose you use an x86, sun, ppc, arm or mips machine) and even then you shouldn't get any errors.
Could you send me please the output of make (a pasted gcc ... line will be enough), the config.mak file and the output of: uname -a git rev-parse HEAD git log -1 --pretty=oneline atomic/atomic_unknown.h md5sum atomic/atomic_unknown.h
Andrei