Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 257)

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.

#87 fixed roarclients should be converted to use VS if possible ph3-der-loewe ph3-der-loewe
Description

Some of the roarclients can be converted to use VS API. This should be done if possible. This would be good as they may be used as examples by new devels. In fact docs sometimes say they are useful as examples. Upgrading to VS API will show the power of VS in production tools and add new examples to the list. Such an update may in addition improve quality by cleanup and we can write a list of tools needing more cleanup/rewrite.

#88 fixed µRoarD reports wrong values for OINFO command with dir parameter set ph3-der-loewe
Description

µRoarD reports same values for OINFO command with dir parameter set as without independent on the value of dir.

Note: See TracQuery for help on using queries.