#160485 - ferrand.d - Wed Jul 16, 2008 8:32 pm
Hi all !
I decided to continue the project LMP-ng (the iPod clone) and add some new features. I'm trying to add SQLite to my project to manage my playlist, but I couldn't. In fact, I don't know how to add a library to my project, how to put the files...
I tried to add those three files (http://www.sqlite.org/sqlite-amalgamation-3_6_0.zip) directly in my source directory, but I got these errors :
How can I do ?
Thanks for your help !
I decided to continue the project LMP-ng (the iPod clone) and add some new features. I'm trying to add SQLite to my project to manage my playlist, but I couldn't. In fact, I don't know how to add a library to my project, how to put the files...
I tried to add those three files (http://www.sqlite.org/sqlite-amalgamation-3_6_0.zip) directly in my source directory, but I got these errors :
Quote: |
/home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14010: error: expected specifier-qualifier-list before 'pthread_mutex_t'
/home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'pthreadMutexAlloc': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: 'PTHREAD_MUTEX_INITIALIZER' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: (Each undeclared identifier is reported only once /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: for each function it appears in.) cc1: warnings being treated as errors /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: excess elements in struct initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: excess elements in struct initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: excess elements in struct initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: 'pthread_t' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: excess elements in struct initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: expected '}' before numeric constant /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: excess elements in struct initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14098: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14099: error: extra brace group at end of initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14099: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14099: error: expected '}' before numeric constant /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14100: error: extra brace group at end of initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14100: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14100: error: expected '}' before numeric constant /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14101: error: extra brace group at end of initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14101: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14101: error: expected '}' before numeric constant /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14102: error: extra brace group at end of initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14102: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14102: error: expected '}' before numeric constant /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14103: error: extra brace group at end of initializer /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14103: error: (near initialization for 'staticMutexes[0]') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14103: error: expected '}' before numeric constant /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14116: error: 'pthread_mutexattr_t' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14116: error: expected ';' before 'recursiveAttr' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14117: error: 'recursiveAttr' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14118: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14119: error: 'sqlite3_mutex' has no member named 'mutex' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14122: error: 'sqlite3_mutex' has no member named 'id' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14129: error: 'sqlite3_mutex' has no member named 'id' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14130: error: 'sqlite3_mutex' has no member named 'mutex' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14138: error: 'sqlite3_mutex' has no member named 'id' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'pthreadMutexFree': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14154: error: 'sqlite3_mutex' has no member named 'mutex' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'pthreadMutexEnter': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14197: error: 'sqlite3_mutex' has no member named 'mutex' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14198: error: 'sqlite3_mutex' has no member named 'owner' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14199: error: 'sqlite3_mutex' has no member named 'nRef' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14199: error: lvalue required as increment operand /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'pthreadMutexTry': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14240: error: 'sqlite3_mutex' has no member named 'mutex' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14241: error: 'sqlite3_mutex' has no member named 'owner' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14242: error: 'sqlite3_mutex' has no member named 'nRef' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14242: error: lvalue required as increment operand /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'pthreadMutexLeave': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14265: error: 'sqlite3_mutex' has no member named 'nRef' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14265: error: lvalue required as decrement operand /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:14273: error: 'sqlite3_mutex' has no member named 'mutex' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:17281:3: error: #error SQLite will not work correctly with the -ffast-math option of GCC. /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: At top level: /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:20216: error: expected specifier-qualifier-list before 'pthread_t' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:20615: error: expected specifier-qualifier-list before 'pthread_t' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'testThreadLockingBehavior': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:20817: error: 'pthread_t' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:20817: error: expected ';' before 't' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:20829: error: 't' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'findLockInfo': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:20980: error: 'struct lockKey' has no member named 'tid' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'transferOwnership': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:21075: error: 'pthread_t' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:21075: error: expected ';' before 'hSelf' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:21080: error: 'hSelf' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:21081: error: 'unixFile' has no member named 'tid' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:21092: error: 'unixFile' has no member named 'tid' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'unixUnlock': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:21679: error: 'unixFile' has no member named 'tid' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'fillInUnixFile': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:22411: error: 'unixFile' has no member named 'tid' /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:22828:19: error: dlfcn.h: No such file or directory /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'unixDlOpen': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:22830: error: 'RTLD_NOW' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:22830: error: 'RTLD_GLOBAL' undeclared (first use in this function) /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:22830: error: invalid operands to binary | (have 'struct sqlite3_mutex *' and 'struct sqlite3_mutex *') /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:22830: error: return makes pointer from integer without a cast /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'unixDlError': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:22843: error: assignment makes pointer from integer without a cast /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c: In function 'unixDlSym': /home/nios/Documents/autres_fichiers/projets/programmation/ds/lmp-ng/arm9/source/sqlite3.c:22850: error: return makes pointer from integer without a cast |
How can I do ?
Thanks for your help !