|
2008-07-29
, 17:23
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#12
|
|
2008-07-29
, 18:50
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#13
|
|
2008-07-30
, 09:27
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#14
|
It also requires freeglut3.0 which is a potential problem :/ since that won't compile either.
|
2008-08-01
, 16:48
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#15
|
However I use bitpim on my mac and it's pretty slow even on a 1.83GHz processor with 2 gigs of ram. I think it'd be pretty glacially slow on our tablets.
|
2008-08-04
, 19:26
|
|
Posts: 64 |
Thanked: 12 times |
Joined on May 2008
|
#16
|
|
2008-08-04
, 19:48
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#17
|
|
2008-08-05
, 15:19
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#18
|
Source is available for APSW here: Debian APSW
APSW looks like it'll build if I can find the sqlite3.h header, I haven't tried that yet.
creating build/temp.linux-armv5tel-2.5
gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -mthumb -mfloat-abi=softfp -Wall -Wstrict-prototypes -DNDEBUG -fPIC -DSQLITE_THREADSAFE=1 -DNDEBUG=1 -DEXPERIMENTAL=1 -I/usr/include/python2.5 -c apsw.c -o build/temp.linux-armv5tel-2.5/apsw.o
sem_post: Function not implemented
apsw.c:62:2: #error Your SQLite version is too old. It must be at least 3.5.9
apsw.c: In function `Connection_init':
apsw.c:948: error: `SQLITE_OPEN_READWRITE' undeclared (first use in this function)
apsw.c:948: error: (Each undeclared identifier is reported only once
apsw.c:948: error: for each function it appears in.)
apsw.c:948: error: `SQLITE_OPEN_CREATE' undeclared (first use in this function)
apsw.c:959: warning: implicit declaration of function `sqlite3_open_v2'
apsw.c: In function `Connection_limit':
apsw.c:1192: warning: implicit declaration of function `sqlite3_limit'
apsw.c: In function `set_context_result':
apsw.c:1939: warning: implicit declaration of function `sqlite3_result_error_code'
apsw.c: In function `initapsw':
apsw.c:5420: error: `SQLITE_IOERR_NOMEM' undeclared (first use in this function)
apsw.c:5459: error: `SQLITE_OPEN_READONLY' undeclared (first use in this function)
apsw.c:5460: error: `SQLITE_OPEN_READWRITE' undeclared (first use in this function)
apsw.c:5461: error: `SQLITE_OPEN_CREATE' undeclared (first use in this function)
apsw.c:5462: error: `SQLITE_OPEN_DELETEONCLOSE' undeclared (first use in this function)
apsw.c:5463: error: `SQLITE_OPEN_EXCLUSIVE' undeclared (first use in this function)
apsw.c:5464: error: `SQLITE_OPEN_MAIN_DB' undeclared (first use in this function)
apsw.c:5465: error: `SQLITE_OPEN_TEMP_DB' undeclared (first use in this function)
apsw.c:5466: error: `SQLITE_OPEN_TRANSIENT_DB' undeclared (first use in this function)
apsw.c:5467: error: `SQLITE_OPEN_MAIN_JOURNAL' undeclared (first use in this function)
apsw.c:5468: error: `SQLITE_OPEN_TEMP_JOURNAL' undeclared (first use in this function)
apsw.c:5469: error: `SQLITE_OPEN_SUBJOURNAL' undeclared (first use in this function)
apsw.c:5470: error: `SQLITE_OPEN_MASTER_JOURNAL' undeclared (first use in this function)
error: command 'gcc' failed with exit status 1
sem_post: Function not implemented
sem_post: Function not implemented
sem_post: Function not implemented
sem_post: Function not implemented
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2008-08-06
, 18:34
|
|
Posts: 64 |
Thanked: 12 times |
Joined on May 2008
|
#19
|
|
2008-08-06
, 22:48
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#20
|
http://en.wikipedia.org/wiki/Cdma2000