Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 257)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#86 fixed RoarAudio current fails to build with clang ph3-der-loewe themaister
Description

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.

#89 invalid RoarAudio fails to compile on Mac OSX ph3-der-loewe themaister
Description

I've tested building latest RoarAudio on a recent OSX install. Linking errors. I've attached relevant build logs:

#96 fixed roar_vs_iterate() should return -1 on a nonblocking iterate if it fails to write. themaister themaister
Description

Basically what the title says. If roar_vs_iterate() fails to write anything when not blocking, it should return -1 with error set accordingly.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.