tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Problem to build audio/rplay (SSP check)



Hi,

it seems this is related to a SSP check.
What is the normal procedure to solve this problem?

cache.c: In function 'cache_next':
cache.c:131:88: error: macro "__ssp_bos" passed 2 arguments, but takes just 1
     SNPRINTF(SIZE(cache_path, sizeof(cache_path)), "%s/%s", cache_directory, dp->d_name);
                                                                                        ^
In file included from /usr/include/stdio.h:597:0,
                 from cache.c:40:
../include/config.h:291:18: error: '__ssp_bos' undeclared (first use in this function)
 #define SNPRINTF snprintf
                  ^
cache.c:131:5: note: in expansion of macro 'SNPRINTF'
     SNPRINTF(SIZE(cache_path, sizeof(cache_path)), "%s/%s", cache_directory, dp->d_name);
     ^

Bernd



Home | Main Index | Thread Index | Old Index