I'm using XP and trying to build a Tcl biding of SQLite using "Borland 5.5
Builder" but have run against a few obstacles.  This is the very first time
I'm trying such a thing, so bare with me please.

I downloaded sqlite-2.8.13.tar.gz and unzipped the files into the C:\SQLite
folder.  Then I followed these steps at:
http://www.sqlite.org/cvstrac/wiki?p=BuildOnWindowsWithTcl

   1. Download the two files, Makefile.msvctcl and make_helper.tcl. Install
      them in the SQLite directory (ie. same dir as "configure" and
      "Makefile-linux.gcc").
   2. Do some configuration at the top of Makefile.msvctcl - mainly to tell
      it where you installed TCL.
   3. Do the command: "nmake -f ..\sqlite\Makefile.msvctcl".

in Step 2.  I only changed the two lines to the following:

 TCL_INC = /I"c:\Tcl8.4\include"
 TCL_LIB = "c:\Tcl8.4\lib\tcl84.lib"

To do Step 3, In the Command Prompt I did: C:\> bcc32 nmake -f
..\sqlite\Makefile.msvctcl

But it returns the following error:  could not find file 'nmake.cpp'

Any ideas on what I might be doing wrong would be appreciated.

-Shamil D.




The information transmitted is intended only for the person(s)or entity 
to which it is addressed and may contain confidential and/or legally 
privileged material. Delivery of this message to any person other than 
the intended recipient(s) is not intended in any way to waive privilege 
or confidentiality. Any review, retransmission, dissemination or other 
use of , or taking of any action in reliance upon, this information by 
entities other than the intended recipient is prohibited. If you 
receive this in error, please contact the sender and delete the 
material from any computer.

For Translation:

http://www.baxter.com/email_disclaimer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to