Re: [sqlite] C++ compiler

2018-01-02 Thread Igor Korot
s depending on the compiler > you use. > > Cheers > > -- > Adolfo J. Millan > >> >> Mensaje original >> De: eli >> Para: sqlite-users@mailinglists.sqlite.org >> Fecha: Sat, 30 Dec 2017 13:35:35 +0200 >> Asunto: [sqlite] C++ compile

Re: [sqlite] C++ compiler

2018-01-02 Thread ajm
sqlite-users@mailinglists.sqlite.org > Fecha: Sat, 30 Dec 2017 13:35:35 +0200 > Asunto: [sqlite] C++ compiler > > Hello, It would be awesome if SQLite could compile as a part of bigger C++ project. Right now there is a bunch of pointer casting errors, that can be fixed in a matt

Re: [sqlite] C++ compiler

2018-01-02 Thread Deon Brewis
users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Nelson, Erik - 2 Sent: Tuesday, January 2, 2018 9:50 AM To: SQLite mailing list Subject: Re: [sqlite] C++ compiler Eli Sent: Saturday, December 30, 2017 6:36 AM >It would be awesome if SQLite could compile as a part of bigger C++

Re: [sqlite] C++ compiler

2018-01-02 Thread Simon Slavin
On 30 Dec 2017, at 11:35am, eli wrote: > It would be awesome if SQLite could compile as a part of bigger C++ project. It can. It should work fine. This is the main way SQLite is intended to be used. Download the "amalgamation" source code (one .h and one .c file) and include them in your

Re: [sqlite] C++ compiler

2018-01-02 Thread Igor Korot
Hi, On Sat, Dec 30, 2017 at 5:35 AM, eli wrote: > Hello, > > It would be awesome if SQLite could compile as a part of bigger C++ project. > Right now there is a bunch of pointer casting errors, that can be fixed in > a matter of hour IMHO. Which OS/compiler are you trying? What is the exact erro

Re: [sqlite] C++ compiler

2018-01-02 Thread Nelson, Erik - 2
Eli Sent: Saturday, December 30, 2017 6:36 AM >It would be awesome if SQLite could compile as a part of bigger C++ project. >Right now there is a bunch of pointer casting errors, that can be fixed in >a matter of hour IMHO. I don't have any trouble using it as part of a larger C++ project. -

Re: [sqlite] C++ compiler

2018-01-02 Thread John McKown
On Sat, Dec 30, 2017 at 5:35 AM, eli wrote: > Hello, > > It would be awesome if SQLite could compile as a part of bigger C++ > project. > Right now there is a bunch of pointer casting errors, that can be fixed in > a matter of hour IMHO. > ​I'm not a very knowledgeable C++ programmer, but wouldn

[sqlite] C++ compiler

2018-01-02 Thread eli
Hello, It would be awesome if SQLite could compile as a part of bigger C++ project. Right now there is a bunch of pointer casting errors, that can be fixed in a matter of hour IMHO. Cheers, ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.

Re: [sqlite] c compiler during install

2010-06-17 Thread Glen Scratchley
ase Subject: Re: [sqlite] c compiler during install I think that this means I'm missing something, and the ./configure still doesn't like it: [r...@selkirk sqlite-3.6.23.1]# whoami root [r...@selkirk sqlite-3.6.23.1]# yum install gcc Loading "installonlyn" plugin Loading "rhnp

Re: [sqlite] c compiler during install

2010-06-17 Thread Glen Scratchley
-0776 ** -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Black, Michael (IS) Sent: Thursday, June 17, 2010 11:23 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] c compiler during install You must not be a RHN subsc

Re: [sqlite] c compiler during install

2010-06-17 Thread Black, Michael (IS)
Remove Software entry might work. Michael D. Black Senior Scientist Northrop Grumman Mission Systems From: sqlite-users-boun...@sqlite.org on behalf of Glen Scratchley Sent: Thu 6/17/2010 9:38 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] c

Re: [sqlite] c compiler during install

2010-06-17 Thread Glen Scratchley
SQLite Database Subject: Re: [sqlite] c compiler during install Hello Glen, I'm not a Linux guy (though I've installed it and run a DB on it before) but, GS> There was an error parsing the RHN proxy settings. GS> RHN support will be disabled. Suggests your install can't get

Re: [sqlite] c compiler during install

2010-06-17 Thread Teg
Hello Glen, I'm not a Linux guy (though I've installed it and run a DB on it before) but, GS> There was an error parsing the RHN proxy settings. GS> RHN support will be disabled. Suggests your install can't get out on to the 'net to find the files you're looking for. If YUM can't get to the net,

Re: [sqlite] c compiler during install

2010-06-17 Thread Glen Scratchley
e.org"; #define PACKAGE "sqlite" #define VERSION "3.6.23.1" configure: exit 1 [r...@selkirk sqlite-3.6.23.1]# Again, let me thank you for your help Glen Scratchley DMS Solutions Architect Macro 4, Inc. (973) 526-3900 Direct: (973) 526-3832 Fax: (973) 526-3899

Re: [sqlite] c compiler during install

2010-06-17 Thread Black, Michael (IS)
rg on behalf of Glen Scratchley Sent: Thu 6/17/2010 9:21 AM To: j...@kreibi.ch; General Discussion of SQLite Database Subject: Re: [sqlite] c compiler during install Thanks for the reply. I'm not sure what your "as root? Really?" meant, so I tried to install as a regular user

Re: [sqlite] c compiler during install

2010-06-17 Thread Glen Scratchley
) 838-0606 Fax: (818) 838-0776 ** -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Jay A. Kreibich Sent: Thursday, June 17, 2010 10:03 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] c compiler during insta

Re: [sqlite] c compiler during install

2010-06-17 Thread Glen Scratchley
qlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Black, Michael (IS) Sent: Thursday, June 17, 2010 10:07 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] c compiler during install You probably don't have the gcc package installed. You'

Re: [sqlite] c compiler during install

2010-06-17 Thread Black, Michael (IS)
of Pavel Ivanov Sent: Thu 6/17/2010 8:58 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] c compiler during install > I am not a programmer, but I assume that this a c compiler: > > [r...@selkirk sqlite-3.6.23.1]# which cc1 > /usr/libexec/gcc/i386-redhat-linux/4.1.1/cc1

Re: [sqlite] c compiler during install

2010-06-17 Thread Glen Scratchley
) 838-0776 ** -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Pavel Ivanov Sent: Thursday, June 17, 2010 9:59 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] c compi

Re: [sqlite] c compiler during install

2010-06-17 Thread Jay A. Kreibich
On Thu, Jun 17, 2010 at 09:48:15AM -0400, Glen Scratchley scratched on the wall: > This is my first post; I have some SQL experience, but I am a complete > newbie with sqlite > > I didn't get any hits with a search of the faq, so if this has been > answered, I apologize; please point me to it. >

Re: [sqlite] c compiler during install

2010-06-17 Thread Pavel Ivanov
> I am not a programmer, but I assume that this a c compiler: > > [r...@selkirk sqlite-3.6.23.1]# which cc1 > /usr/libexec/gcc/i386-redhat-linux/4.1.1/cc1 > [r...@selkirk sqlite-3.6.23.1]# echo $PATH > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbi > n:/bin:/usr/sbin:/usr/

[sqlite] c compiler during install

2010-06-17 Thread Glen Scratchley
This is my first post; I have some SQL experience, but I am a complete newbie with sqlite I didn't get any hits with a search of the faq, so if this has been answered, I apologize; please point me to it. I am trying to install on RHS 5. When I run .configure I get this: [r...@selkirk sqlite-