> On Feb 13, 2020, at 10:51 AM, Subodh Pathak wrote:
>
> I am looking for help to configure machine to compile SEE for ARM. I am
> using Android mobile Samsung G7.
You have to use a cross-compiler, a version of GCC that runs on your platform
but generates ARM-Linux code.
Specifically, to bui
On 2/13/20, Subodh Pathak wrote:
>
> I am trying to compile SEE for ARM processor.
There is a website explain how to compile SQLite for Android here:
https://www.sqlite.org/android/doc/trunk/www/index.wiki
Please review the instructions on that website and write again if they
do not work for you
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 28/02/14 06:37, deltuo wrote:
> i compile sqlite 3.8.3 to vxworks 6.9, i first compile sqlite in dkm
> and get xx.a lib file, and then test it in vip project, but meet disk
> i/o error, can you help me ? thank you , my email is del...@126.com
h
i compile sqlite 3.8.3 to vxworks 6.9, i first compile sqlite in dkm and
get xx.a lib file, and then test it in vip project, but meet disk i/o error,
can you help me ? thank you , my email is del...@126.com
--
View this message in context:
http://sqlite.1065341.n5.nabble.com/Compiling-SQLite-
r help!
From: Joe Mistachkin
Sent: May 28, 2013 6:36 PM
To: 'General Discussion of SQLite Database'
Subject: Re: [sqlite] Compiling SQLite for Windows Phone 8 (revised)
a...@sourcegear.com wrote:
>
> Why is the default to disable extensions on WP8?
>
I'm a
a...@sourcegear.com wrote:
>
> Why is the default to disable extensions on WP8?
>
I'm actually not sure at this point. Previously, it was disabled due
to lack of the necessary OS APIs.
>
> Is there something about the platform that makes extensions not work?
>
If the extensions are statically
ubject: Re: [sqlite] Compiling SQLite for Windows Phone 8 (revised)
a...@sourcegear.com wrote:
>
> What do I have to do to generate one myself?
>
Sorry, slight revision...
>From a Visual Studio 2012 Phone Tools (you'll need the WP8 SDK) command
prompt,
the following commands sh
a...@sourcegear.com wrote:
>
> What do I have to do to generate one myself?
>
Sorry, slight revision...
>From a Visual Studio 2012 Phone Tools (you'll need the WP8 SDK) command
prompt,
the following commands should work:
SET NCRTLIBPATH=%ProgramFiles(x86)%\Microsoft Visual Studio
11.0\VC\WPSD
a...@sourcegear.com wrote:
>
> What do I have to do to generate one myself?
>
>From a Visual Studio 2012 Phone Tools (you'll need the WP8 SDK) command
prompt,
the following commands should work:
SET NCRTLIBPATH=%ProgramFiles(x86)%\Microsoft Visual Studio
11.0\VC\WPSDK\WP80\lib
SET NSDKLIBPATH=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/13/2011 10:56 AM, Jan Hudec wrote:
> In my experience, the .o files are significantly larger than the resulting
> binary.
The size command will tell you how big the code (aka text), data and zero
initialized data (aka bss) are for object or shar
On Tue, Jul 12, 2011 at 17:37:57 +0300, Baruch Burstein wrote:
> The website (http://www.sqlite.org/about.html) says that sqlite can be
> compiled to under 300K. I am using mingw32, and with no configuration did I
> manage to get sqlite3.o below 400k. What compiler/compiler options are used
> to re
On Tue, Jul 12, 2011 at 10:37 AM, Baruch Burstein wrote:
> The website (http://www.sqlite.org/about.html) says that sqlite can be
> compiled to under 300K. I am using mingw32, and with no configuration did I
> manage to get sqlite3.o below 400k. What compiler/compiler options are used
> to reach <
Behalf Of David Kirkby
Sent: 08 November 2010 09:35 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Compiling SQLite on Solaris 64bit and SPARC?
On 8 November 2010 16:09, Lynton Grice wrote:
> Hi all,
>
> Anybody out there got the latest version of SQLite compiled on S
On 8 November 2010 16:09, Lynton Grice wrote:
> Hi all,
>
> Anybody out there got the latest version of SQLite compiled on Solaris 10 64
> bit?
>
> Perhaps I must add some options to the "./configure"?
>
> Thanks for the help ;-)
>
> Lynton
I've built sqlite-3.6.22 on 64-bit SPARC and it installs
Hi all,
Anybody out there got the latest version of SQLite compiled on Solaris 10 64
bit?
Perhaps I must add some options to the "./configure"?
Thanks for the help ;-)
Lynton
-Original Message-
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]
On Behalf Of Kurt D. Knudsen
Sent: Thursday, December 17, 2009 10:31 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Compiling SQLite as .lib increases
projectsizeandbuildtime?
Yeah, seems to be giving m
g(s)
> == Rebuild All: 0 succeeded, 1 failed, 0 skipped ==
>
> Any ideas?
>
> -Original Message-
> From: sqlite-users-boun...@sqlite.org
> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Kurt D. Knudsen
> Sent: Thursday, December 17, 2009 10:19 AM
e-
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]
On Behalf Of Kurt D. Knudsen
Sent: Thursday, December 17, 2009 10:19 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Compiling SQLite as .lib increases projectsizeandbuild
time?
Hi Pavel,
I thin
sue for me. This is all
quite exciting :)
Thanks,
Kurt
-Original Message-
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]
On Behalf Of Pavel Ivanov
Sent: Thursday, December 17, 2009 10:04 AM
To: General Discussion of SQLite Database
Subject: Re: [sq
s dll you don't need to mention
> its library as additional linking source in dependent projects.
>
> Pavel
>
> -Original Message-
> From: sqlite-users-boun...@sqlite.org
> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Teg
> Sent: Thursday, December 17, 2009
Kurt D. Knudsen wrote:
> I have not defined it in the Linker properties. I have a solution called
> 'SQLite Test' and inside it consists of 4 projects:
>
> HouseKeeper - compiles as .dll
> Common - compiles as .dll
> SQLiteTest - compiles as .exe
> Sqlite - forced to compile as .lib (Why?!)
In Sq
thing as dll you don't need to mention
its library as additional linking source in dependent projects.
Pavel
-Original Message-
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Teg
Sent: Thursday, December 17, 2009 9:13 AM
To: General Discuss
Hello Kurt,
The size increase is because you're including code IN the program
instead of having it in a DLL. That's one of the benefits of DLLs. The
second thing, the build time thing is because you've chosen to build
SQLite each and every time you build the entire project. That's purely
a design
> 1>LINK : fatal error LNK1181: cannot open input file
> '..\release\sqlite.lib'
Is this filename something that you wrote yourself in configuration of
your project? If you compile something as dll you don't need to
mention its library as additional linking source in dependent
projects.
Pavel
On
Hi,
thank you very much,
I enjoy so much sqlite with ICU,
I even installed the latest version of readline to enjoy characters like öäü
and with the ICU collation the sort order is right with those characters.
sqlite is really splendid!
Thank you so much for having made this software.
Best regar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sylvain Pointeau wrote:
> just one last thing:
> -lpthread -lm -L/usr/local/lib -licui18n -licuuc -licudata -lpthread -lm
>
>
> could it be annoying for sqlite to be linked against pthread?
Unless you compiled SQLite with SQLITE_THREADSAFE=0 then
super thank you! :-D
just one last thing:
-lpthread -lm -L/usr/local/lib -licui18n -licuuc -licudata -lpthread -lm
could it be annoying for sqlite to be linked against pthread?
Many thanks,
Sylvain
On Thu, Dec 10, 2009 at 7:45 PM, Roger Binns wrote:
> -BEGIN PGP SIGNED MESSAGE-
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sylvain Pointeau wrote:
> seems I found:
>
> ./configure CFLAGS="-DSQLITE_ENABLE_ICU" LDFLAGS="-L/usr/local/lib"
> LIBS="-licudata -licui18n -licuio -licule -liculx -licutu -licuuc"
>
> is there any way to not list all the icu libs?
Use icu-config.
seems I found:
./configure CFLAGS="-DSQLITE_ENABLE_ICU" LDFLAGS="-L/usr/local/lib"
LIBS="-licudata -licui18n -licuio -licule -liculx -licutu -licuuc"
is there any way to not list all the icu libs?
Best regards,
Sylvain
On Thu, Dec 10, 2009 at 4:09 PM, Sylvain Pointeau <
sylvain.point...@gmail.c
./configure CFLAGS="-DSQLITE_ENABLE_ICU
but after I have a linker problem:
/bin/sh ./libtool --tag=CC --mode=link gcc -DSQLITE_THREADSAFE=1
-DSQLITE_ENABLE_ICU -I/usr/local/include -L/usr/local/lib -o
libsqlite3.la-rpath /usr/local/lib -no-undefined -version-info 8:6:8
sqlite3.lo
gcc -dynamicli
... I don't have this line in my Makefile.in ...
Are you sure there is not an option to put in the "configure" command?
Best regards,
Sylvain
On Thu, Dec 10, 2009 at 3:44 PM, Alexey Pechnikov wrote:
> Hello!
>
> On Thursday 10 December 2009 17:40:24 Sylvain Pointeau wrote:
> > Thank you very muc
Hello!
On Thursday 10 December 2009 17:40:24 Sylvain Pointeau wrote:
> Thank you very much.
> How should I do exactly with configure to enable this define ?
You can simple replace the string
TCC += -D_HAVE_SQLITE_CONFIG_H
to
TCC += -D_HAVE_SQLITE_CONFIG_H -DSQLITE_ENABLE_ICU
in the Makefine.in
B
Hi,
Thank you very much.
How should I do exactly with configure to enable this define ?
Cheers,
Sylvain
On Thu, Dec 10, 2009 at 11:31 AM, Simon Davies <
simon.james.dav...@googlemail.com> wrote:
> 2009/12/10 Sylvain Pointeau :
> > Hi,
> >
> > I would like to use ICU with sqlite, I am on mac os
2009/12/10 Sylvain Pointeau :
> Hi,
>
> I would like to use ICU with sqlite, I am on mac os x 10.6.2
> How should I do? I installed ICU but sqlite3 seems to not check ICU when
> compiling.
> I would like to use ICU via the sqlite shell.
>
> Please could someone explain me how to use ICU with sqlite
On May 8, 2009, at 3:34 PM, Axel Mammes wrote:
> Hi, I am using the ARM RVDS 2.0.1 compiler to try to get SQLite on a
> VeriFone Vx570 point of sale terminal running VerixV operating
> system. I am
> still working on getting it to work, but before I continue I need to
> know if
> the fact tha
On 5/12/07, Alberto Simões <[EMAIL PROTECTED]> wrote:
I am compiling *manually* sqlite3 in my Mac OS.
Configured without tcl, and with prefix /usr/local.
(--disable-tcl --prefix=/usr/local)
I get this while compiling:
...
gcc -L/sw/lib -I/sw/include -g -O2 -I. -I./src -DNDEBUG -DTHREADSAFE=0
Ok, I didn't explain correctly. This time I am not using fink :)
Argh. Not being native english speaker sometimes sucks. Let start again.
I am compiling *manually* sqlite3 in my Mac OS.
Configured without tcl, and with prefix /usr/local.
(--disable-tcl --prefix=/usr/local)
I get this while co
On 5/12/07, P Kishor <[EMAIL PROTECTED]> wrote:
On 5/12/07, Alberto Simões <[EMAIL PROTECTED]> wrote:
> On 5/11/07, P Kishor <[EMAIL PROTECTED]> wrote:
>
> > Just download the latest source code and compile a new sqlite3 with
> > it. All will be well.
>
> I am trying to compile SQLite under Mac O
On 5/12/07, Alberto Simões <[EMAIL PROTECTED]> wrote:
On 5/11/07, P Kishor <[EMAIL PROTECTED]> wrote:
> Just download the latest source code and compile a new sqlite3 with
> it. All will be well.
I am trying to compile SQLite under Mac OS. Normally I use fink but it
includes an old version of S
[EMAIL PROTECTED] wrote:
Hi Arjen
Unfortunately I am still using f77 not f90...
Hello Victor,
any specific reason? There are lots of (free) Fortran 90 compilers around,
and unless I am mistaken the Openwatcom compiler supports Fortran 90
(after all, the standard is more than 20 years old)
Hi Arjen
Unfortunately I am still using f77 not f90...
Selon Arjen Markus <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] wrote:
>
> >Hi All,
> >
> >I wonder whether anyone has already compiled Sqlite with Openwatcom (a free
> >compiler suite available at www.openwatcom.org including a C/C++/Fortran
>
[EMAIL PROTECTED] wrote:
Hi All,
I wonder whether anyone has already compiled Sqlite with Openwatcom (a free
compiler suite available at www.openwatcom.org including a C/C++/Fortran
compiler).
Since when I tried, I got the following compiling error on line 95 of the file
sqlite3ext.h: invalid
Shawn Walker <[EMAIL PROTECTED]> wrote:
> Do I need to compile SQLite 3 source code with "-DNDEBUG" for the no debug
> version? I see "NDEBUG" in the source, but wasn't sure.
>
No.
--
D. Richard Hipp <[EMAIL PROTECTED]>
On 6/21/06, Robin Cook <[EMAIL PROTECTED]> wrote:
Tried to compile 2.8.16 but got the below errors. Any suggestions?
Thanks.
C:\Windows CE Tools\wce211\PDT7200\Samples\sqlite\btree_rb.c(314) :
warning C4013: 'printf' undefined; assuming extern returning int
This is unused debug code. You can
Tried to compile 2.8.16 but got the below errors. Any suggestions?
Thanks.
C:\Windows CE Tools\wce211\PDT7200\Samples\sqlite\btree_rb.c(314) :
warning C4013: 'printf' undefined; assuming extern returning int
C:\Windows CE Tools\wce211\PDT7200\Samples\sqlite\vdbe.c(389) : warning
C4013: 'getc' und
On 6/19/06, Robin Cook <[EMAIL PROTECTED]> wrote:
Is it possible to compile sqlite on embedded visual c 3.0 for wince 2.11
without MFC and TCL/TK on a Symbol PDT7242 barcode scanner.
You should be able to use the 2.8.16 source in the sqlite-wince.sf.net
site (maybe with one or other tweak as it
[EMAIL PROTECTED] wrote:
>
> Christian,
>
> I understand Windows is poor, but I do not fully understand the
> compilation process. The mkopc3.exe is actually created- so this itself
> cannot be the problem. Not having awk doesn't seem to be an issue for
> compiling the 3.2.1-based driver either (
ed :(
Andi
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian
Werner
Sent: Dienstag, 16. Mai 2006 09:04
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Compiling Sqlite JDBC driver (Compiler question)
[EMAIL PROTECTED] wrote:
>
> After I
[EMAIL PROTECTED] wrote:
>
> After I've been able to overcome the initial compiler problem (missing
> library installation), I'm faced with a new one:
>
> 1) Compiling JDBC wrapper for 3.2.1 works fine
>
> 2) Compiling JDBC wrapper for 3.3.5 fails:
>
> cl -Gs -EHsc -D_WIN32 -nologo -Zi -DOS_WIN
After I've been able to overcome the initial compiler problem (missing
library installation), I'm faced with a new one:
1) Compiling JDBC wrapper for 3.2.1 works fine
2) Compiling JDBC wrapper for 3.3.5 fails:
cl -Gs -EHsc -D_WIN32 -nologo -Zi -DOS_WIN=1 -D_CRT_SECURE_NO_DEPRECATE
-DNDEBUG=1 -DS
I don't know if this helps but when i was building a static version for
Windows
1. maked a static dll project and added all files but NOT precompiled
WIndows stufff..
If i added use precompiled windowsfile it never compiled..
// Anders
[EMAIL PROTECTED] skrev:
Hello,
I hope this isn't too o
> #define MAX_ATTACHED 10
>
> Is this a per-process limit, or a per-sqlite3 handle limit?
It's per-handle.
Also, if you haven't found it already, this page has some of
the compilation options you can set:
http://www.sqlite.org/compile.html
_
Hi,
the failure was sitting before the monitor ;-)
I've removed the unpacked sqlite folder and unpacked it again. Now the
compilation of version 3 was successfully.
My fault was to unpack and compile sqlite Version2 and then to unpack and
compile Version3. In consequence that the folder for sql
Hi,
the Makefile.linux-gcc renamed in Makefile produces the same error output.
Now I've tried to install the rpm, but this results to another failure:
rpm -i sqlite-3.0.8-1.i386.rpm
error: Failed dependencies:
libreadline.so.4 is needed by sqlite-3.0.8-1
SuSE 9.2 has libreadline.so.5 ins
Hi Richard
May I suggest that you take a look at scons. Scons is much better than
autotools and it doesn't suffer from any of the compatibility problems.
Scons can be download from http://www.scons.org/
I would like to offer our services in writing a scons script for you. BTW
scons is a Python
[EMAIL PROTECTED] wrote:
Hi,
I have problems to compile sqlite version 3 on SuSE 9.2. The 2.8.15 Version
compiled successfully.
Configure seems to work fine but when I invoke make the compilation stops with
following error output:
./libtool --mode=compile gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I.
56 matches
Mail list logo