[Tcl Java] Re: [Tcl Java] Build Process

2000-05-03 Thread Mo DeJong

Are you using the 1.2.6 version that I posted a couple of days ago?
If not, you need to be using that. Older versions had some build
problems under Windows (and this looks like the one I fixed).

http://x31.deja.com/[ST_rn=ps]/getdoc.xp?AN=617772045CONTEXT=957396257.1027145745hitnum=0

http://www.deja.com/[ST_artlink=www.cs.umn.edu,ST_rn=ps]/jump/http://www.cs.umn.edu/~dejong/tcl/tcljava/prerelease.html

Mo Dejong
Red Hat Inc.

On Wed, 3 May 2000, Sendur Sellakumar wrote:

 Hi.
 
 I am getting this linking error when building TclBlend on JDK 1.1.6 w/Tcl 
 8.3 (on NT)  Here it is:
 --
 tcl83.lib(tcl83.dll) : error LNK2005: _Tcl_RestoreResult already defined in 
 tclResult.obj
 tcl83.lib(tcl83.dll) : error LNK2005: _Tcl_SaveResult already defined in 
 tclResult.obj
 tcl83.lib(tcl83.dll) : warning LNK4006: _Tcl_RestoreResult already defined 
 in tclResult.obj; second definition ignored
 tcl83.lib(tcl83.dll) : warning LNK4006: _Tcl_SaveResult already defined in 
 tclResult.obj; second definition ignored
 Creating library tclblend.lib and object tclblend.exp
 tclblend.dll : fatal error LNK1169: one or more multiply defined symbols found
 --
 
 Any ideas as to how to resolve this issue?   I also tried removing the old 
 version of tclResult.c from tcl's generic source folder. Had no luck 
 there...any ideas?
 
 Thanks
 -sendur


The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:send mail to [EMAIL PROTECTED]  
 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com




[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] Build Process

2000-05-03 Thread Scott Redman

I know what caused it.  Those functions were
added to Tcl 8.1 and back ported into the TclBlend
sources to support Tcl 8.0.  I missed a couple of
cases fixing the code for Tcl 8.2.

-- Scott

 -Original Message-
 From: Sendur Sellakumar [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 03, 2000 4:39 PM
 To: Mo DeJong
 Cc: [EMAIL PROTECTED]
 Subject: [Tcl Java] Re: [Tcl Java] Build Process
 
 
 Mo,
 
  Thanks...that fixed the problem.
 Do you remember what caused this problem?  (Just curious =) )
 
 Thanks
 
 -sendur
 


The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:send mail to [EMAIL PROTECTED]  
 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com