Re: [sqlite] where is config.h?

2004-07-26 Thread Scott Leighton
On Monday 26 July 2004 6:09 pm, Dennis Volodomanov wrote:
> Hello all,
>
> I just downloaded the whole repository and tried to recompile (v3), but
> in sqliteInt.h there's a header include "config.h" and this file is not
> present anywhere :-(
>
> Am I missing something? I was able to compile fine before...
>
> TIA
>
>Dennis

 It gets created during the .../sqlite/configure process.

  Scott

>
> //
> Software for animal shelters
> http://www.smartpethealth.com
> //

-- 
POPFile, the OpenSource EMail Classifier
http://popfile.sourceforge.net/
Linux 2.6.5-7.95-default x86_64


Re: [sqlite] where is config.h?

2004-07-26 Thread D. Richard Hipp
Dennis Volodomanov wrote:
Hello all,
I just downloaded the whole repository and tried to recompile (v3), but
in sqliteInt.h there's a header include "config.h" and this file is not
present anywhere :-(
Am I missing something? I was able to compile fine before...
config.h is generated by the makefile.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


Re: [sqlite] where is config.h?

2004-07-26 Thread Tito Ciuro
Dennis,
Run 'configure' and then 'make'. The file "config,h" will be created 
automatically.

Regards,
-- Tito
On 26 jul 2004, at 21:09, Dennis Volodomanov wrote:
Hello all,
I just downloaded the whole repository and tried to recompile (v3), but
in sqliteInt.h there's a header include "config.h" and this file is not
present anywhere :-(
Am I missing something? I was able to compile fine before...
TIA
   Dennis
//
Software for animal shelters
http://www.smartpethealth.com
//



smime.p7s
Description: S/MIME cryptographic signature


RE: [sqlite] where is config.h?

2004-07-26 Thread Dennis Volodomanov
Sorry about this one - I forgot that I have to build the source, as
opposed to getting the one already pre-formatted for Windows. :-/

-Original Message-
From: Dennis Volodomanov 
Sent: Tuesday, 27 July 2004 11:09 AM
To: [EMAIL PROTECTED]
Subject: [sqlite] where is config.h?

Hello all,

I just downloaded the whole repository and tried to recompile (v3), but
in sqliteInt.h there's a header include "config.h" and this file is not
present anywhere :-(

Am I missing something? I was able to compile fine before...

TIA

   Dennis

//
Software for animal shelters
http://www.smartpethealth.com
//







[sqlite] where is config.h?

2004-07-26 Thread Dennis Volodomanov
Hello all,

I just downloaded the whole repository and tried to recompile (v3), but
in sqliteInt.h there's a header include "config.h" and this file is not
present anywhere :-(

Am I missing something? I was able to compile fine before...

TIA

   Dennis

//
Software for animal shelters
http://www.smartpethealth.com
//