Re: Wrapping a Windows DLL with SWIG/TEA3/whatever
- From: Kaitzschu <kaitzschu@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Oct 2006 00:01:06 +0200
On Mon, 30 Oct 2006, Ralph Clark wrote:
On the other hand, if I modify the TEA3/win/makefile.vc to use my
wrapper.c, and invoke nmake from the Win command line, it complains that
compiler options /GL and /YX are incompatible. I gather that /YX has
something to do with autogenerating header files, but I can't even find
any documentation on what /GL means.
There is something Wrong with Tcl makefile.vc's, as can be read from Tcl
Bug #1582769 at Sourceforge tracker. Or maybe the problem is in compiler.
Don't know.
However, I bypassed that problem by changing line
cdebug = $(OPTIMIZATIONS)
from makefile.vc to simply
cdebug =
and it compiled without fuss. Most likely something will be horribly wrong
later, but my priority was to get out something even resembling a working
binary, no questions asked :) Maybe that helps.
--
-Kaitzschu
s="TCL ";while true;do echo -en "\r$s";s=${s:1:${#s}}${s:0:1};sleep .1;done
.
- References:
- Wrapping a Windows DLL with SWIG/TEA3/whatever
- From: Ralph Clark
- Wrapping a Windows DLL with SWIG/TEA3/whatever
- Prev by Date: Re: Permissions in NTFS for Tcl
- Next by Date: Re: Tcl/Tk Books updated for 8.5
- Previous by thread: Wrapping a Windows DLL with SWIG/TEA3/whatever
- Next by thread: Expect 5.43 on Windows XP - spawn crashes tcsh.
- Index(es):
Relevant Pages
|