X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.110.68 with SMTP id m4mr14673651qap.2.1361447759954; Thu, 21 Feb 2013 03:55:59 -0800 (PST) X-Received: by 10.49.39.99 with SMTP id o3mr1900061qek.14.1361447759928; Thu, 21 Feb 2013 03:55:59 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Thu, 21 Feb 2013 03:55:59 -0800 (PST) In-Reply-To: <27fd7180-9e45-43b8-8b95-bfd22d4a580f@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=217.91.63.120; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 217.91.63.120 References: <43bcdb29-6ac3-4cdf-a0ca-e73adb60bf91 AT googlegroups DOT com> <2189b781-e56b-4efb-8b56-5cd6fef1a270 AT googlegroups DOT com> <321a65f6-1e1b-4997-8017-4aaf75f323f1 AT googlegroups DOT com> <27fd7180-9e45-43b8-8b95-bfd22d4a580f AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: compilation of sqlite3 on dos using djgpp From: Georg Potthast Injection-Date: Thu, 21 Feb 2013 11:55:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2057 Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk The sqlite3.bi file has been made by the FreeBasic team: '' sqlite3 -- header translated with help of SWIG FB wrapper The problem (you did not specify the problem) is probably due to the fact that my DOS version is 3.5.6 while the sqlite3.bi file is made from 3.7.8. So you would have to either: a) find an old sqlite3.bi file which is based on 3.5.6 somewhere b) use SWIG FB wrapper to make a sqlite3.bi file from my sqlite3.h file c) compare my sqlite3.h file and the 3.7.8. sqlite3.h file and patch the sqlite3.bi file manually according to the error messages you get from your program.