Re: [sqlite] bug help

2008-06-25 Thread Jay A. Kreibich
On Wed, Jun 25, 2008 at 08:19:35PM -0400, [EMAIL PROTECTED] scratched on the 
wall:
> I tried to post this once and didn't see it.   Is there a restriction on long 
> listings? I'll cut off most of it this time.
> 
> Hi all. I'm new to SQLite. It was recommended by a friend who uses it on 
> PDA's and cell phones. I am trying to compile the Amalgamation on a version 
> of gcc 
> set up for ARM (devkitpro). I wasn't expecting a bunch of errors from the 
> Amalgamation since no header files are needed or other usual sources of 
> problems.
> 
> Any ideas on where to start?

  It looks like you changed some of the build flags.  That doesn't work
  with the amalgamation.  If you need to alter the build flags you need
  to build from source OR re-build the amalgamation from a full source set.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"'People who live in bamboo houses should not throw pandas.' Jesus said that."
   - "The Ninja", www.AskANinja.com, "Special Delivery 10: Pop!Tech 2006"
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] bug help

2008-06-25 Thread Regnirps
I tried to post this once and didn't see it.   Is there a restriction on long 
listings? I'll cut off most of it this time.

Hi all. I'm new to SQLite. It was recommended by a friend who uses it on 
PDA's and cell phones. I am trying to compile the Amalgamation on a version of 
gcc 
set up for ARM (devkitpro). I wasn't expecting a bunch of errors from the 
Amalgamation since no header files are needed or other usual sources of 
problems.

Any ideas on where to start?

Thanks,
Charlie Springer

sqlite3.c
c:/devkitpro/ident/helloworld/source/sqlite3.c:13259: error: expected 
specifier-qualifier-list before 'pthread_mutex_t'
c:/devkitpro/ident/helloworld/source/sqlite3.c: In function 
'sqlite3_mutex_alloc':
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: error: 
'PTHREAD_MUTEX_INITIALIZER' undeclared (first use in this function)
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: error: (Each undeclared 
identifier is reported only once
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: error: for each 
function it appears in.)
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: warning: excess 
elements in struct initializer
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: warning: (near 
initialization for 'staticMutexes[0]')
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: warning: excess 
elements in struct initializer
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: warning: (near 
initialization for 'staticMutexes[0]')
etc.


**
Gas prices getting you down? Search AOL Autos for 
fuel-efficient used cars.
  (http://autos.aol.com/used?ncid=aolaut000507)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] bug help

2008-06-25 Thread Dennis Cote
[EMAIL PROTECTED] wrote:
> Is this the correct list for airing SQLite amalgamation compilation problems?
> 

Yes.

Dennis Cote
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] bug help

2008-06-25 Thread Regnirps
Is this the correct list for airing SQLite amalgamation compilation problems?

-- Charlie Springer


**
Gas prices getting you down? Search AOL 
Autos for fuel-efficient used cars.
  
(http://autos.aol.com/used?ncid=aolaut000507)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users