id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,arch,compiler,difficulty,kernel,operatingsystem,parents,patch,protocol,sounddrv,topic 86,RoarAudio current fails to build with clang,themaister,ph3-der-loewe,"Clang version : 2.8 OS : Linux x86_64 2.6.37-rc2 clang complains about libroaross :) clang -g -Wall -Wextra -O2 -I../include -I../include/libroar -fPIC -c -o libroaross.o libroaross.c libroaross.c:2034:5: error: redefinition of 'stat' int stat(const char *path, struct stat *buf) { ^ In file included from libroaross.c:36: In file included from ../include/roaraudio.h:77: /usr/include/sys/stat.h:455:1: note: previous definition is here __NTH (stat (__const char *__path, struct stat *__statbuf)) ^ /usr/include/sys/stat.h:455:8: note: instantiated from: __NTH (stat (__const char *__path, struct stat *__statbuf)) ^ libroaross.c:2047:5: error: redefinition of 'fstat' int fstat(int filedes, struct stat *buf) { ^ In file included from libroaross.c:36: In file included from ../include/roaraudio.h:77: /usr/include/sys/stat.h:469:1: note: previous definition is here __NTH (fstat (int __fd, struct stat *__statbuf)) ^ /usr/include/sys/stat.h:469:8: note: instantiated from: __NTH (fstat (int __fd, struct stat *__statbuf)) ^ libroaross.c:2060:5: error: redefinition of 'lstat' int lstat(const char *path, struct stat *buf) { ^ In file included from libroaross.c:36: In file included from ../include/roaraudio.h:77: /usr/include/sys/stat.h:462:1: note: previous definition is here __NTH (lstat (__const char *__path, struct stat *__statbuf)) ^ /usr/include/sys/stat.h:462:8: note: instantiated from: __NTH (lstat (__const char *__path, struct stat *__statbuf)) ^ 3 errors generated. ",defect,closed,major,RoarAudio major release 0.4,RoarAudio Main Package,current,fixed,,themaister,,clang,,Linux,,,0,,,Porting