[dtn-users] Install dtn-2.9.0: error to compile oasys-1.6.0 with tcl8.6
"Yang, Yueli" <Yueli.Yang@boeing.com> Thu, 05 June 2014 22:16 UTC
Return-Path: <Yueli.Yang@boeing.com>
X-Original-To: dtn-users@ietfa.amsl.com
Delivered-To: dtn-users@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id AA32B1A029A
for <dtn-users@ietfa.amsl.com>; Thu, 5 Jun 2014 15:16:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.151
X-Spam-Level:
X-Spam-Status: No, score=-2.151 tagged_above=-999 required=5
tests=[BAYES_50=0.8, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3,
RP_MATCHES_RCVD=-0.651, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44])
by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id T8vLTuhGM7Vr for <dtn-users@ietfa.amsl.com>;
Thu, 5 Jun 2014 15:16:31 -0700 (PDT)
Received: from blv-mbsout-01.boeing.com (blv-mbsout-01.boeing.com
[130.76.32.231])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 6FAA11A027A
for <dtn-users@irtf.org>; Thu, 5 Jun 2014 15:16:31 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1])
by blv-mbsout-01.boeing.com (8.14.4/8.14.4/DOWNSTREAM_MBSOUT) with SMTP id
s55MGOVR026541; Thu, 5 Jun 2014 15:16:24 -0700
Received: from XCH-PHX-413.sw.nos.boeing.com (xch-phx-413.sw.nos.boeing.com
[10.57.37.45])
by blv-mbsout-01.boeing.com (8.14.4/8.14.4/UPSTREAM_MBSOUT) with ESMTP id
s55MGNmk026534
(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK)
for <dtn-users@irtf.org>; Thu, 5 Jun 2014 15:16:23 -0700
Received: from XCH-BLV-201.nw.nos.boeing.com ([169.254.1.168]) by
XCH-PHX-413.sw.nos.boeing.com ([169.254.13.24]) with mapi id 14.03.0181.006;
Thu, 5 Jun 2014 15:16:22 -0700
From: "Yang, Yueli" <Yueli.Yang@boeing.com>
To: "dtn-users@irtf.org" <dtn-users@irtf.org>
Thread-Topic: Install dtn-2.9.0: error to compile oasys-1.6.0 with tcl8.6
Thread-Index: Ac+BC8e0oIi7a2DmQsCRUjwYYZuZEw==
Date: Thu, 5 Jun 2014 22:16:21 +0000
Message-ID: <CB218860DCAC454A99ECF061A96294D91E7069@XCH-BLV-201.nw.nos.boeing.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [130.247.104.6]
Content-Type: multipart/alternative;
boundary="_000_CB218860DCAC454A99ECF061A96294D91E7069XCHBLV201nwnosboe_"
MIME-Version: 1.0
X-TM-AS-MML: disable
Archived-At: http://mailarchive.ietf.org/arch/msg/dtn-users/Ec3dv6nXdgYUXNkscvGts9GcDKY
Subject: [dtn-users] Install dtn-2.9.0: error to compile oasys-1.6.0 with
tcl8.6
X-BeenThere: dtn-users@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "The Delay-Tolerant Networking Research Group \(DTNRG\) - Users."
<dtn-users.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/dtn-users>,
<mailto:dtn-users-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/dtn-users/>
List-Post: <mailto:dtn-users@irtf.org>
List-Help: <mailto:dtn-users-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/dtn-users>,
<mailto:dtn-users-request@irtf.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Jun 2014 22:16:33 -0000
I noticed many of you have installed dtn-2.9.0 with oasys-1.6.0 and tcl8.6. Does any of you experienced the following compile errors? How did you fixed?
Yueli Yang
Boeing Research & Technology
Seattle DC 9-08.4, 4D13-1.2, MC: 4C-78
Phone - 425-373-7132, FAX: 206-544-6757
cd oasys-1.6.0
./configure -C --with-tclver=8.6 --with-dbver=6.0 --with-xerces-c
make
…..
g++ -g -fno-inline -fPIC -DPIC -MMD -MP -MT "tclcmd/TclCommand.o tclcmd/TclCommand.E" -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I. -I/home/yueli/dtn/oasys-1.6.0 -I./ext -I/usr/include/tcl8.6 -Wall -W -Wcast-align -c tclcmd/TclCommand.cc -o tclcmd/TclCommand.o
tclcmd/TclCommand.cc: In member function ‘int oasys::TclCommandInterp::do_init(const char*, bool)’:
tclcmd/TclCommand.cc:73:35: error: ‘Tcl_Interp’ has no member named ‘result’
interp_->result);
^
In file included from tclcmd/../util/StringBuffer.h:24:0,
from tclcmd/TclCommand.h:33,
from tclcmd/TclCommand.cc:22:
tclcmd/TclCommand.cc:102:60: error: ‘Tcl_Interp’ has no member named ‘result’
log_err("error in init commands: \"%s\"", interp_->result);
^
tclcmd/../util/../debug/Log.h:598:37: note: in definition of macro ‘log_err’
this->logf(oasys::LOG_ERR, ## args) : 0)
^
tclcmd/TclCommand.cc: In member function ‘int oasys::TclCommandInterp::exec_file(const char*)’:
tclcmd/TclCommand.cc:166:23: error: ‘Tcl_Interp’ has no member named ‘errorLine’
interp_->errorLine, Tcl_GetStringResult(interp_),
^
tclcmd/TclCommand.cc: In member function ‘int oasys::TclCommandInterp::exec_command(const char*)’:
tclcmd/TclCommand.cc:196:23: error: ‘Tcl_Interp’ has no member named ‘errorLine’
interp_->errorLine, Tcl_GetStringResult(interp_),
^
tclcmd/TclCommand.cc: In member function ‘int oasys::TclCommandInterp::exec_command(int, Tcl_Obj**)’:
tclcmd/TclCommand.cc:214:23: error: ‘Tcl_Interp’ has no member named ‘errorLine’
interp_->errorLine, Tcl_GetStringResult(interp_),
^
In file included from tclcmd/../util/StringBuffer.h:24:0,
from tclcmd/TclCommand.h:33,
from tclcmd/TclCommand.cc:22:
tclcmd/TclCommand.cc: In member function ‘void oasys::TclCommandInterp::set_command_logpath()’:
tclcmd/TclCommand.cc:228:26: error: ‘Tcl_Interp’ has no member named ‘result’
interp_->result);
^
tclcmd/../util/../debug/Log.h:598:37: note: in definition of macro ‘log_err’
this->logf(oasys::LOG_ERR, ## args) : 0)
^
tclcmd/TclCommand.cc: In member function ‘void oasys::TclCommandInterp::command_server(const char*, in_addr_t, u_int16_t)’:
tclcmd/TclCommand.cc:243:26: error: ‘Tcl_Interp’ has no member named ‘result’
interp_->result);
^
tclcmd/../util/../debug/Log.h:598:37: note: in definition of macro ‘log_err’
this->logf(oasys::LOG_ERR, ## args) : 0)
^
tclcmd/TclCommand.cc: In member function ‘void oasys::TclCommandInterp::command_loop(const char*)’:
tclcmd/TclCommand.cc:259:63: error: ‘Tcl_Interp’ has no member named ‘result’
log_err("tcl error in command_loop: \"%s\"", interp_->result);
^
tclcmd/../util/../debug/Log.h:598:37: note: in definition of macro ‘log_err’
this->logf(oasys::LOG_ERR, ## args) : 0)
^
tclcmd/TclCommand.cc: In member function ‘void oasys::TclCommandInterp::event_loop()’:
tclcmd/TclCommand.cc:269:61: error: ‘Tcl_Interp’ has no member named ‘result’
log_err("tcl error in event_loop: \"%s\"", interp_->result);
^
tclcmd/../util/../debug/Log.h:598:37: note: in definition of macro ‘log_err’
this->logf(oasys::LOG_ERR, ## args) : 0)
^
tclcmd/TclCommand.cc: In member function ‘void oasys::TclCommandInterp::exit_event_loop()’:
tclcmd/TclCommand.cc:278:61: error: ‘Tcl_Interp’ has no member named ‘result’
log_err("tcl error in event_loop: \"%s\"", interp_->result);
^
tclcmd/../util/../debug/Log.h:598:37: note: in definition of macro ‘log_err’
this->logf(oasys::LOG_ERR, ## args) : 0)
^
make: *** [tclcmd/TclCommand.o] Error 1
- [dtn-users] Install dtn-2.9.0: error to compile o… Yang, Yueli
- Re: [dtn-users] Install dtn-2.9.0: error to compi… Sergio Correia