Re: [sqlite] Trying to build tclsqlite.dll AND the tclsqlite.c file

2004-05-30 Thread shamil_daghestani

bcc32 was inserted because I am using the DOS command prompt.  In either
case, I don't understand why I get a message telling me it cannot find
nmake.cpp

I also would like some clarification about the tclsqlite.c file.  The TCL
binding of SQLite indicates that the current binary version available for
download is 2.0 (determined with the package require sqlite command).  I
suppose that's because tclsqlite.c has the following statement in it:
 tcl_PkgProvide(interp, sqlite, 2.0);

Is it possible that the binary distribution of tclsqlite.dll is really
version 2.8 and NOT 2.0?  It could be that the reference to version # 2.0
in tclsqlite.c needs to be corrected to some other number!

Thanks,
-Shamil





   
   
  Nuno Lucas 
   
  [EMAIL PROTECTED]To:

  .pt cc: 
   
   Subject:  Re: [sqlite] Trying to build 
tclsqlite.dll   
  05/28/2004 08:44 
   
  PM   
   
  Please respond to
   
  nuno.lucas   
   
   
   
   
   




=== On 2004-05-28, shamil_daghestani wrote ===
..
   3. Do the command: nmake -f ..\sqlite\Makefile.msvctcl.
..
To do Step 3, In the Command Prompt I did: C:\ bcc32 nmake -f
...\sqlite\Makefile.msvctcl
..

Shouldn't you type nmake -f ... instead of bcc32 nmake -f ... !?
  ^

Regards,
~Nuno Lucas


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








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]



Re: Re: [sqlite] Trying to build tclsqlite.dll AND the tclsqlite.c file

2004-05-30 Thread Nuno Lucas
bcc32.exe is the borland C++ compiler (just like invoking gcc).
nmake.exe is the borland equivalent of the normal make command.
nmake -f somefile instructs nmake to build using somefile instead of the standard 
Makefile in the current directory.
If you invoke bcc32 nmake it will try to compile the nmake.cpp file, and offcourse 
doesn't find it.
What you did in unix terms was gcc make -f xyz (doesn't make much sense, does it?)
I don't know nothing about TCL, but I have worked with the borland compiler before.

Regards,
~Nuno Lucas

=== On 2004-05-30, shamil_daghestani wrote ===
bcc32 was inserted because I am using the DOS command prompt.  In either
case, I don't understand why I get a message telling me it cannot find
nmake.cpp

I also would like some clarification about the tclsqlite.c file.  The TCL
binding of SQLite indicates that the current binary version available for
download is 2.0 (determined with the package require sqlite command).  I
suppose that's because tclsqlite.c has the following statement in it:
 tcl_PkgProvide(interp, sqlite, 2.0);

Is it possible that the binary distribution of tclsqlite.dll is really
version 2.8 and NOT 2.0?  It could be that the reference to version # 2.0
in tclsqlite.c needs to be corrected to some other number!

Thanks,
-Shamil



=== On 2004-05-28, shamil_daghestani wrote ===
...
   3. Do the command: nmake -f ..\sqlite\Makefile.msvctcl.
...
To do Step 3, In the Command Prompt I did: C:\ bcc32 nmake -f
...\sqlite\Makefile.msvctcl
...

Shouldn't you type nmake -f ... instead of bcc32 nmake -f ... !?
  ^

Regards,
~Nuno Lucas



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