You can subscribe to this list here.
| 2003 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|
From: Tom H. <to...@to...> - 2009-12-31 01:22:58
|
On 1/21/08 11:50 AM, Theodoros V. Kalamatianos wrote: > On Mon, 21 Jan 2008, Theodoros V. Kalamatianos wrote: > >> A few weeks ago tcl-8.5 was released, containing AFAICT several significant >> changes in its internals. As a result neither otcl nor tclcl can be compiled >> for tcl-8.5, even if the configure script is forced to work. From a quick >> look, it does not seem to be an issue that can be resolved with a couple of >> one-line patches either. > > Correction: tclcl compiles fine after all, as long as you have an otcl > installation around - I used one compiled for tcl-8.4. I am uncertain if > it's usable, though... > I posted a fix to this longstanding problem to the cvs version of otcl. Thanks to Amir Habibi for this. Current release candidates including otcl and tclcl are posted at: http://nsnam.isi.edu/nsnam/index.php/Roadmap |
|
From: Tom H. <to...@to...> - 2008-01-22 06:58:41
|
Theodoros V. Kalamatianos wrote: > Hi, > > A few weeks ago tcl-8.5 was released, containing AFAICT several > significant changes in its internals. As a result neither otcl nor tclcl > can be compiled for tcl-8.5, even if the configure script is forced to > work. From a quick look, it does not seem to be an issue that can be > resolved with a couple of one-line patches either. > > Will tcl-8.5 be supported ? Are otcl/tclcl still in development ? Theodorus, Thanks for reporting that. I am not sure who is developing for otcl-tclcl these days, but I have logged this in the tracker: http://sourceforge.net/tracker/?group_id=30174&atid=398499 and I suspect that we will take a close look at it at some point regarding ns-2 maintenance (once a Linux distribution moves to supporting tcl-8.5). Regards, Tom > > > Regards, > > Theodoros V. Kalamatianos > > > PS: Please CC: any replies, as I am not subscribed in the otcl/tclcl > mailing lists. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > otcl-tclcl-developers mailing list > otc...@li... > https://lists.sourceforge.net/lists/listinfo/otcl-tclcl-developers |
|
From: Theodoros V. K. <ny...@us...> - 2008-01-21 19:56:44
|
On Mon, 21 Jan 2008, Theodoros V. Kalamatianos wrote: > A few weeks ago tcl-8.5 was released, containing AFAICT several significant > changes in its internals. As a result neither otcl nor tclcl can be compiled > for tcl-8.5, even if the configure script is forced to work. From a quick > look, it does not seem to be an issue that can be resolved with a couple of > one-line patches either. Correction: tclcl compiles fine after all, as long as you have an otcl installation around - I used one compiled for tcl-8.4. I am uncertain if it's usable, though... Regards, Theodoros V. Kalamatianos PS: Please CC: any replies |
|
From: Theodoros V. K. <ny...@us...> - 2008-01-21 19:13:52
|
Hi, A few weeks ago tcl-8.5 was released, containing AFAICT several significant changes in its internals. As a result neither otcl nor tclcl can be compiled for tcl-8.5, even if the configure script is forced to work. From a quick look, it does not seem to be an issue that can be resolved with a couple of one-line patches either. Will tcl-8.5 be supported ? Are otcl/tclcl still in development ? Regards, Theodoros V. Kalamatianos PS: Please CC: any replies, as I am not subscribed in the otcl/tclcl mailing lists. |
|
From: <sh...@gm...> - 2007-06-01 06:26:51
|
I want to write a C++ code to access the OTcl interpreter . How could I do so? Does anyone have an example? Thanks a lot. |
|
From: <sh...@gm...> - 2007-06-01 02:14:51
|
hello, I am using NS, and I am a little confused with the two keywords. I have seen that Class in inherited from Object. And I can create a new class by typing 'Class NewClassName'. When I type 'Object somename', it is ok. But when I then type 'somename info heritage', I got a message 'expected an info option but got heritage'. So I am a little bit confused. 1. I can just use keyword 'Class' to create a new class? 'Object' can not be used for this purpose? 2. what's the difference between them? Thanks a lot. |
|
From: HongQi <ho...@ey...> - 2006-04-04 03:21:20
|
I have solved this problem, thanks to re...@ne...
when install ns2.29 in fedora core 5 or debian,
some modifications should be done for ns2 source files, including:
tcl_install_path/unix/configure
tcl_install_path/unix/tcl.m4
tk_install_path/unix/configure
tk_install_path/unix/tcl.m4
otcl_install_path/unix/configure
The modification is:
searching .relid'` in above files
and replacing them with .relid`
If you don't do above changes,
then when you install, an error will occur:
" checking system version (for dynamic loading)... syntax error near... "
|
|
From: HongQi <ho...@ey...> - 2006-04-03 15:30:41
|
An error occurs when running configure, as shown in following :
[root@tu otcl-1.11]# ./configure
No .configure file found in current directory
Continuing with default options...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for main in -lXbsd... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for dcgettext in -lintl... no
checking for getnodebyname in -ldnet_stub... no
checking that g++ can handle -O2... no
checking standard STL is available... no
checking for tcl.h... -I../tcl8.4.11/generic
checking for tclInt.h... -I../tcl8.4.11/generic
checking for libtcl8.4... -L/usr/lib -ltcl8.4
checking for init.tcl... ../tcl8.4.11/library
checking for http.tcl... ../tcl8.4.11/library/http
checking Tcl http.tcl library... yes
checking for tclsh8.4.11... no
checking for tclsh8.4... /usr/bin/tclsh8.4
checking for tk.h... -I../tk8.4.11/generic
checking for libtk8.4... -L/usr/lib -ltk8.4
checking for tk.tcl... ../tk8.4.11/library
checking for X11 header files
checking for X11 library archive
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking system version (for dynamic loading)... ./configure: line 6017: syntax error near unexpected token `('
./configure: line 6017: ` case `(ac_space=' '; set | grep ac_space) 2>&1` in'
It's strange that no errors occur in a similar line in line 1112 in the ./configure file:
(set) 2>&1 |
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
*ac_space=\ *)
Anyone can give me some advices to solve this problem?
|
|
From: Oropeza H. S. C. <sor...@ma...> - 2005-10-31 18:41:33
|
Hi everyone!!! I'm installing ns 2.1b6 in mandrake 9.2. when I executed ./ install (I'm = installing the ns-2 allinone that includes tcl) The installating process fails when installing tcl /generic/tclPosixStr.c: In function `Tcl_ErrnoId': ../generic/tclPosixStr.c:340: error: duplicate case value ../generic/tclPosixStr.c:328: error: previously used here ../generic/tclPosixStr.c: In function `Tcl_ErrnoMsg': ../generic/tclPosixStr.c:787: error: duplicate case value ../generic/tclPosixStr.c:775: error: previously used here make: *** [tclPosixStr.o] Error 1 tcl8.0.4 make failed! Exiting ... I appreciate any help. Thanks!! Sara=20 "Hears live the world and men and knows he is excluded but doesn't kill = himself..." Hesse |
|
From: Elvio L. <elv...@ho...> - 2005-10-15 13:19:02
|
This is what I get when I'm building OTcl (with ns-2.26) on SuSe-64 OS. I'd appreciate any help... ============================================================ * Build OTcl-1.0a8 ============================================================ No .configure file found in current directory Continuing with default options... checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failed. otcl-1.0a8 configuration failed! Exiting ... Please check http://www.isi.edu/nsnam/ns/ns-problems.html for common problems and bug fixes. >Has anyone compiled otcl on a 64-bit processor using the SuSe 64 or >any other 64-bit Linux? >If so, did you have to make any changes to the makefile? Source code? > >Well, I tried with ns-2.26 (can't recall which otcl version is used) and >ns-2.27 (can't recall either) and in both cases it fails, apparently >because of the processor. > >Elvio. |
|
From: Mathieu L. <Mat...@so...> - 2005-10-14 06:47:10
|
On Thu, 2005-10-13 at 16:16 +0000, Tom Henderson wrote: > I agree, please go ahead, and I will put a new release out. done. Mathieu -- |
|
From: Elvio <elv...@ho...> - 2005-10-13 18:15:57
|
Has anyone compiled otcl on a 64-bit processor using the SuSe 64 or any other 64-bit Linux? If so, did you have to make any changes to the makefile? Source code? Well, I tried with ns-2.26 (can't recall which otcl version is used) and ns-2.27 (can't recall either) and in both cases it fails, apparently because of the processor. Elvio. |
|
From: Tom H. <to...@to...> - 2005-10-13 16:16:33
|
I agree, please go ahead, and I will put a new release out. Tom >-----Original Message----- >From: mathieu lacage [mailto:Mat...@so...] >Sent: Thursday, October 13, 2005 12:06 PM >To: 'Tom Henderson' >Cc: otc...@li..., >otc...@li..., >otc...@li... >Subject: Re: [otcl-tclcl-developers] New OTcl and TclCL releases > >Is there opposition to my checking in a patch to revert the dropping of >the X headers/libs for otcl ? It seems that owish depends on the X libs >when it links statically with libtk... > >Mathieu > >Tom Henderson wrote: > >> This is to announce new versions of OTcl (1.10) and TclCL (1.17). >> This is a maintenance release, primarily to update to new compilers >> and operating systems. >> >> - Fedora Core 4 (gcc-4.0.1) patches due to Mathieu Lacage >> - OS X (XCode 2.1, gcc-4.0.0) patches due to Francesco Gringoli >> - builds with -Wall and -Werror due to Mathieu Lacage >> - patches for Debian pre-installed Tcl/Tk due to Georg Wittenburg >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: >> Power Architecture Resource Center: Free content, downloads, discussions, >> and more. http://solutions.newsforge.com/ibmarch.tmpl >> _______________________________________________ >> otcl-tclcl-developers mailing list >> otc...@li... >> https://lists.sourceforge.net/lists/listinfo/otcl-tclcl-developers > > > |
|
From: mathieu l. <Mat...@so...> - 2005-10-13 12:48:12
|
Is there opposition to my checking in a patch to revert the dropping of the X headers/libs for otcl ? It seems that owish depends on the X libs when it links statically with libtk... Mathieu Tom Henderson wrote: > This is to announce new versions of OTcl (1.10) and TclCL (1.17). > This is a maintenance release, primarily to update to new compilers > and operating systems. > > - Fedora Core 4 (gcc-4.0.1) patches due to Mathieu Lacage > - OS X (XCode 2.1, gcc-4.0.0) patches due to Francesco Gringoli > - builds with -Wall and -Werror due to Mathieu Lacage > - patches for Debian pre-installed Tcl/Tk due to Georg Wittenburg > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > otcl-tclcl-developers mailing list > otc...@li... > https://lists.sourceforge.net/lists/listinfo/otcl-tclcl-developers |
|
From: Tom H. <to...@to...> - 2005-10-02 21:48:05
|
This is to announce new versions of OTcl (1.10) and TclCL (1.17). This is a maintenance release, primarily to update to new compilers and operating systems. - Fedora Core 4 (gcc-4.0.1) patches due to Mathieu Lacage - OS X (XCode 2.1, gcc-4.0.0) patches due to Francesco Gringoli - builds with -Wall and -Werror due to Mathieu Lacage - patches for Debian pre-installed Tcl/Tk due to Georg Wittenburg |
|
From: Gaurav <gau...@gm...> - 2005-04-06 08:05:59
|
hi there, If this isnt the right place to ask oTCL related questions, Pls redirect me to he right place & sorry 4 the trouble. Details : OTcl Version: 1.9 Compiling on: Cygwin using gcc-core, gcc-g++,etc OS: Windows 2000 Server Purpose: Installing ns-2 Simulator Status: Tcl has been successfully compiled & built by MS VC++ 6.0 oTcl , TCL , ns are in location: E:\downloads\network simulator\ns-allinone-2.28\ Cygwin location: C:\cygwin Error while Compiling: ____________________________________________________________________ $ cd /cygwin/e/downloads/network simulator/ns-allinone-2.28/otcl-1.9 $ ./configure --with-octl=/cygwin/e/downloads/"network simulator"/ns-allinone-2 .28/otcl-1.9 configure: error: sources are in ., but `cd .' does not work _______________________________________________________________________ $ ./configure --with-octl=/cygwin/e/downloads/network simulator/ns-allinone-2.2 8/otcl-1.9 configure: WARNING: you should use --build, --host, --target configure: WARNING: invalid host type: simulator/ns-allinone-2.28/otcl-1.9 configure: error: sources are in ., but `cd .' does not work ____________________________________________________________________ So what should I do ???? Best Wishes, Gaurav. |
|
From: Ritesh G. <r.g...@ze...> - 2004-12-24 09:39:02
|
Hi there, =20 I have installed Otcl, which is installed properly=20 And now I have issued the "make test" command and test.tcl file is being = executed.=20 =20 Many of the tests have passed, but some tests are not completely tested, = seems inside a recursive loop not coming out=20 =20 Can u please tell me approximately how much time its going to take for = complete testing?=20 =20 Thanks and Regards, Ritesh =20 =20 Zensar Technologies Ltd. Mail Disclaimer: This e-mail and any files = transmitted with it are confidential and the views expressed in the same = are not necessarily the views of Zensar Technologies Ltd., and its = Directors, Management or Employees. This communication represents the = originator's personal views and opinions. If you are not the intended = recipient or the person responsible for delivering the e-mail to the = intended recipient, be advised that you have received this e-mail by = error, and that any use, dissemination, forwarding, printing, or copying = of this e-mail is strictly prohibited. You shall be under obligation to = keep the contents of this e-mail, strictly confidential and shall not = disclose, disseminate or divulge the same to any Person, Company, Firm = or Entity. Please ensure you have adequate virus protection before you = open or detach any documents from this transmission. Zensar Technologies = Ltd. does not accept any liability for virus. If you received this = e-mail in error, please immediately notify adm...@ze.... The = rights to monitor all e-mail communication through our network are = reserved with us. |
|
From: bt t. <tan...@ya...> - 2004-08-26 08:33:30
|
Hi,
Currently, I failed to compile the generated
embedded-tcl.cc file. My system is running under
cygwin 1.5.x .
The following command line failed to works.
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H
-DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DSTDC_HEADERS=1
-DHAVE_STRING_H=1 -DHAVE_SNPRINTF=1 -DSTDC_HEADERS=1
-DHAVE_STRTOLL=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DSIZEOF_LONG=4 -DHAVE_INT64=1
-DHAVE_TCL_H=1 -DHAVE_LIBTCL8_4=1 -DHAVE_TK_H=1
-DHAVE_LIBTK8_4=1 -DHAVE_OTCL_H=1 -DHAVE_LIBOTCL1_8=1
-I. -I/home/Administrator/ns/2.27/otcl-1.8
-I/home/Administrator/ns/2.27/include
-I/home/Administrator/ns/2.27/include -o
embedded-tcl.o embedded-tcl.cc
output:
Parse error soemthing like this.
embedded-tcl.cc:1328: error: parse error before `['
token
embedded-tcl.cc:1328: error: stray '\' in program
embedded-tcl.cc:1328: error: stray '\' in program
embedded-tcl.cc:1328: error: stray '\' in program
embedded-tcl.cc:1328: error: stray '\' in program
embedded-tcl.cc:1330: error: stray '\' in program
embedded-tcl.cc:1330: error: stray '\' in program
embedded-tcl.cc:1330: error: stray '\' in program
embedded-tcl.cc:1330: error: stray '\' in program
embedded-tcl.cc:1331:23: missing terminating "
character
embedded-tcl.cc:1332: error: stray '\' in program
embedded-tcl.cc:1332: error: stray '\' in program
embedded-tcl.cc:1333:32: missing terminating "
character
embedded-tcl.cc:1334: error: stray '\' in program
embedded-tcl.cc:1334: error: stray '\' in program
embedded-tcl.cc:1334: error: stray '\' in program
embedded-tcl.cc:1336: error: stray '\' in program
embedded-tcl.cc:1338: error: stray '\' in program
embedded-tcl.cc:1340: error: stray '\' in program
embedded-tcl.cc:1340: error: parse error before `}'
token
embedded-tcl.cc:1342: error: stray '\' in program
embedded-tcl.cc:1342: error: stray '\' in program
embedded-tcl.cc:1342: error: stray '\' in program
embedded-tcl.cc:1342: error: parse error before `tcl'
embedded-tcl.cc:1346: error: stray '\' in program
embedded-tcl.cc:1348: error: stray '\' in program
embedded-tcl.cc:1350: error: stray '\' in program
embedded-tcl.cc:1352: error: stray '\' in program
embedded-tcl.cc:1354: error: stray '\' in program
embedded-tcl.cc:1354: error: parse error before `['
token
embedded-tcl.cc:1356: error: stray '\' in program
embedded-tcl.cc:1358: error: stray '\' in program
embedded-tcl.cc:1358: error: stray '\' in program
embedded-tcl.cc:1359:21: missing terminating "
character
embedded-tcl.cc:1360: error: stray '\' in program
embedded-tcl.cc:1362: error: stray '\' in program
embedded-tcl.cc:1362: error: parse error before `('
token
embedded-tcl.cc:1364: error: stray '\' in program
embedded-tcl.cc:1366: error: stray '\' in program
embedded-tcl.cc:1366: error: parse error before `#'
token
embedded-tcl.cc:1368: error: stray '\' in program
embedded-tcl.cc:1370: error: stray '\' in program
embedded-tcl.cc:1370: error: stray '\' in program
embedded-tcl.cc:1370: error: stray '\' in program
embedded-tcl.cc:1370: error: parse error before `tcl'
embedded-tcl.cc:1374: error: stray '\' in program
embedded-tcl.cc:1376: error: stray '\' in program
embedded-tcl.cc:1378: error: stray '\' in program
embedded-tcl.cc:1378: error: stray '\' in program
embedded-tcl.cc:1378: error: stray '\' in program
embedded-tcl.cc:1378: error: syntax error before `{'
token
Rgrds,
Tan.
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail |
|
From: bt t. <tan...@ya...> - 2004-08-26 03:58:39
|
Hi,
Good day. I was trying to compile the latest
version of ns-allinone2.27 using the latest version of
cygwin (1.5.??) . I manage to run the ./configure
but when I run the "make all"
It started with nice and smooth compilation like below
gcc -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBT$
rm -f tcl2c++
g++ -o tcl2c++ tcl2c++.o
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBT$
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBT$
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBT$
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBT$
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBT$
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBT$
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBT$
rm -f embedded-tcl.cc
./tcl2c++ et_tcl ../lib/tcl8.4/init.tcl
../lib/tcl8.4/history.tcl ../lib/tcl8.4$
UNTIL it stops at this following command (with lots of
Errors):
g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_8
-DHAVE_OTCL_H -DHAVE_LIBTK8_4
-DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H
-DSTDC_HEADERS=1
-DHAVE_STRING_H=1 -DHAVE_SNPRINTF=1 -DSTDC_HEADERS=1
-DHAVE_STRTOLL=1 -
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_LONG=4
-DHAVE_INT64=1 -DHAVE_TCL_H=1 -DHAVE_LIBTCL8_4=1
-DHAVE_TK_H=1 -DHAVE_LIBTK8_4=1 -DHAVE_OTCL_H=1
-DHAVE_LIBOTCL1_8=1
-I/home/Administrator/ns/2.27/otcl-1.8
-I/home/Administrator/ns/2.27/include
-I/home/Administrator/ns/2.27/include -o
embedded-tcl.o embedded-tcl.o embedded-tcl.cc
...
embedded-tcl.cc:1328: error: parse error before `['
token
embedded-tcl.cc:1328: error: stray '\' in program
embedded-tcl.cc:1328: error: stray '\' in program
embedded-tcl.cc:1328: error: stray '\' in program
embedded-tcl.cc:1328: error: stray '\' in program
embedded-tcl.cc:1330: error: stray '\' in program
embedded-tcl.cc:1330: error: stray '\' in program
embedded-tcl.cc:1330: error: stray '\' in program
embedded-tcl.cc:1330: error: stray '\' in program
embedded-tcl.cc:1331:23: missing terminating "
character
embedded-tcl.cc:1332: error: stray '\' in program
embedded-tcl.cc:1332: error: stray '\' in program
embedded-tcl.cc:1333:32: missing terminating "
character
embedded-tcl.cc:1334: error: stray '\' in program
embedded-tcl.cc:1334: error: stray '\' in program
embedded-tcl.cc:1334: error: stray '\' in program
embedded-tcl.cc:1336: error: stray '\' in program
embedded-tcl.cc:1338: error: stray '\' in program
embedded-tcl.cc:1340: error: stray '\' in program
embedded-tcl.cc:1340: error: parse error before `}'
token
embedded-tcl.cc:1342: error: stray '\' in program
embedded-tcl.cc:1342: error: stray '\' in program
embedded-tcl.cc:1342: error: stray '\' in program
embedded-tcl.cc:1342: error: parse error before `tcl'
embedded-tcl.cc:1346: error: stray '\' in program
embedded-tcl.cc:1348: error: stray '\' in program
embedded-tcl.cc:1350: error: stray '\' in program
embedded-tcl.cc:1352: error: stray '\' in program
embedded-tcl.cc:1354: error: stray '\' in program
embedded-tcl.cc:1354: error: parse error before `['
token
embedded-tcl.cc:1356: error: stray '\' in program
embedded-tcl.cc:1358: error: stray '\' in program
embedded-tcl.cc:1358: error: stray '\' in program
embedded-tcl.cc:1359:21: missing terminating "
character
embedded-tcl.cc:1360: error: stray '\' in program
embedded-tcl.cc:1362: error: stray '\' in program
embedded-tcl.cc:1362: error: parse error before `('
token
embedded-tcl.cc:1364: error: stray '\' in program
embedded-tcl.cc:1366: error: stray '\' in program
embedded-tcl.cc:1366: error: parse error before `#'
token
embedded-tcl.cc:1368: error: stray '\' in program
embedded-tcl.cc:1370: error: stray '\' in program
embedded-tcl.cc:1370: error: stray '\' in program
embedded-tcl.cc:1370: error: stray '\' in program
embedded-tcl.cc:1370: error: parse error before `tcl'
embedded-tcl.cc:1374: error: stray '\' in program
embedded-tcl.cc:1376: error: stray '\' in program
embedded-tcl.cc:1378: error: stray '\' in program
embedded-tcl.cc:1378: error: stray '\' in program
embedded-tcl.cc:1378: error: stray '\' in program
embedded-tcl.cc:1378: error: syntax error before `{'
token
embedded-tcl.cc:1382: error: stray '\' in program
embedded-tcl.cc:1384: error: stray '\' in program
embedded-tcl.cc:1386: error: stray '\' in program
embedded-tcl.cc:1386: error: syntax error before `}'
token
embedded-tcl.cc:1388: error: stray '\' in program
embedded-tcl.cc:1388: error: syntax error before `{'
token
embedded-tcl.cc:1390: error: stray '\' in program
embedded-tcl.cc:1392: error: stray '\' in program
embedded-tcl.cc:1392: error: syntax error before `}'
token
embedded-tcl.cc:1394: error: stray '\' in program
embedded-tcl.cc:1394: error: syntax error before `}'
token
embedded-tcl.cc:1396: error: stray '\' in program
embedded-tcl.cc:1396: error: syntax error before `-'
token
embedded-tcl.cc:1396: error: stray '\' in program
embedded-tcl.cc:1397:21: missing terminating "
character
embedded-tcl.cc:1398: error: stray '\' in program
embedded-tcl.cc:1398: error: syntax error before `{'
token
embedded-tcl.cc:1400: error: stray '\' in program
embedded-tcl.cc:1402: error: stray '\' in program
embedded-tcl.cc:1404: error: stray '\' in program
embedded-tcl.cc:1406: error: stray '\' in program
embedded-tcl.cc:1408: error: stray '\' in program
embedded-tcl.cc:1408: error: syntax error before `{'
token
embedded-tcl.cc:1410: error: stray '\' in program
embedded-tcl.cc:1410: error: stray '\' in program
embedded-tcl.cc:1411:21: missing terminating "
character
embedded-tcl.cc:1412: error: stray '\' in program
embedded-tcl.cc:1414: error: stray '\' in program
embedded-tcl.cc:1414: error: syntax error before `{'
token
embedded-tcl.cc:1416: error: stray '\' in program
embedded-tcl.cc:1416: error: stray '\' in program
embedded-tcl.cc:1417:21: missing terminating "
character
embedded-tcl.cc:1418: error: stray '\' in program
embedded-tcl.cc:1420: error: stray '\' in program
embedded-tcl.cc:1422: error: stray '\' in program
embedded-tcl.cc:1422: error: parse error before `}'
token
embedded-tcl.cc:1424: error: stray '\' in program
embedded-tcl.cc:1424: error: stray '\' in program
embedded-tcl.cc:1424: error: stray '\' in program
embedded-tcl.cc:1424: error: parse error before `tcl'
embedded-tcl.cc:1428: error: stray '\' in program
embedded-tcl.cc:1430: error: stray '\' in program
embedded-tcl.cc:1432: error: stray '\' in program
embedded-tcl.cc:1434: error: stray '\' in program
embedded-tcl.cc:1434: error: stray '\' in program
embedded-tcl.cc:1434: error: stray '\' in program
embedded-tcl.cc:1434: error: stray '\' in program
embedded-tcl.cc:1434: error: stray '\' in program
embedded-tcl.cc:1436: error: stray '\' in program
embedded-tcl.cc:1438: error: stray '\' in program
embedded-tcl.cc:1438: error: stray '\' in program
embedded-tcl.cc:1439:9: missing terminating "
character
embedded-tcl.cc:1440: error: stray '\' in program
embedded-tcl.cc:1442: error: stray '\' in program
embedded-tcl.cc:1442: error: syntax error before `}'
token
embedded-tcl.cc:1444: error: stray '\' in program
embedded-tcl.cc:1444: error: stray '\' in program
embedded-tcl.cc:1444: error: stray '\' in program
embedded-tcl.cc:1444: error: parse error before `tcl'
embedded-tcl.cc:1448: error: stray '\' in program
embedded-tcl.cc:1450: error: stray '\' in program
embedded-tcl.cc:1452: error: stray '\' in program
embedded-tcl.cc:1454: error: stray '\' in program
embedded-tcl.cc:1456: error: stray '\' in program
embedded-tcl.cc:1456: error: stray '\' in program
embedded-tcl.cc:1456: error: stray '\' in program
embedded-tcl.cc:1456: error: parse error before `{'
token
embedded-tcl.cc:1456: error: stray '\' in program
embedded-tcl.cc:1459:46: missing terminating "
character
embedded-tcl.cc:1460: error: stray '\' in program
embedded-tcl.cc:1460: error: stray '\' in program
embedded-tcl.cc:1461:20: missing terminating "
character
embedded-tcl.cc:1462: error: stray '\' in program
embedded-tcl.cc:1462: error: stray '\' in program
embedded-tcl.cc:1463:23: missing terminating "
character
embedded-tcl.cc:1464: error: stray '\' in program
embedded-tcl.cc:1466: error: stray '\' in program
embedded-tcl.cc:1466: error: stray '\' in program
embedded-tcl.cc:1467:20: missing terminating "
character
embedded-tcl.cc:1468: error: stray '\' in program
embedded-tcl.cc:1468: error: stray '\' in program
embedded-tcl.cc:1469:23: missing terminating "
character
embedded-tcl.cc:1470: error: stray '\' in program
embedded-tcl.cc:1472: error: stray '\' in program
embedded-tcl.cc:1472: error: stray '\' in program
embedded-tcl.cc:1472: error: stray '\' in program
embedded-tcl.cc:1472: error: parse error before
`tcl_wordBreakAfter'
embedded-tcl.cc:1476: error: stray '\' in program
embedded-tcl.cc:1478: error: stray '\' in program
embedded-tcl.cc:1480: error: stray '\' in program
embedded-tcl.cc:1480: error: stray '\' in program
embedded-tcl.cc:1481:23: missing terminating "
character
embedded-tcl.cc:1482: error: stray '\' in program
embedded-tcl.cc:1484: error: stray '\' in program
embedded-tcl.cc:1486: error: stray '\' in program
embedded-tcl.cc:1486: error: syntax error before `-'
token
embedded-tcl.cc:1488: error: stray '\' in program
embedded-tcl.cc:1490: error: stray '\' in program
embedded-tcl.cc:1490: error: stray '\' in program
embedded-tcl.cc:1490: error: stray '\' in program
embedded-tcl.cc:1490: error: parse error before
`tcl_wordBreakBefore'
embedded-tcl.cc:1494: error: stray '\' in program
embedded-tcl.cc:1496: error: stray '\' in program
embedded-tcl.cc:1498: error: stray '\' in program
embedded-tcl.cc:1500: error: stray '\' in program
embedded-tcl.cc:1502: error: stray '\' in program
embedded-tcl.cc:1502: error: syntax error before `{'
token
embedded-tcl.cc:1502: error: stray '\' in program
embedded-tcl.cc:1503:23: missing terminating "
character
embedded-tcl.cc:1504: error: stray '\' in program
embedded-tcl.cc:1506: error: stray '\' in program
embedded-tcl.cc:1508: error: stray '\' in program
embedded-tcl.cc:1508: error: syntax error before `-'
token
embedded-tcl.cc:1510: error: stray '\' in program
embedded-tcl.cc:1512: error: stray '\' in program
embedded-tcl.cc:1512: error: stray '\' in program
embedded-tcl.cc:1512: error: stray '\' in program
embedded-tcl.cc:1512: error: parse error before
`tcl_endOfWord'
embedded-tcl.cc:1516: error: stray '\' in program
embedded-tcl.cc:1518: error: stray '\' in program
embedded-tcl.cc:1518: error: stray '\' in program
embedded-tcl.cc:1519:23: missing terminating "
character
embedded-tcl.cc:1522: error: stray '\' in program
embedded-tcl.cc:1524: error: stray '\' in program
embedded-tcl.cc:1526: error: stray '\' in program
embedded-tcl.cc:1526: error: syntax error before `-'
token
embedded-tcl.cc:1528: error: stray '\' in program
embedded-tcl.cc:1530: error: stray '\' in program
embedded-tcl.cc:1530: error: stray '\' in program
embedded-tcl.cc:1530: error: stray '\' in program
embedded-tcl.cc:1530: error: parse error before
`tcl_startOfNextWord'
embedded-tcl.cc:1534: error: stray '\' in program
embedded-tcl.cc:1536: error: stray '\' in program
embedded-tcl.cc:1536: error: stray '\' in program
embedded-tcl.cc:1537:23: missing terminating "
character
embedded-tcl.cc:1540: error: stray '\' in program
embedded-tcl.cc:1542: error: stray '\' in program
embedded-tcl.cc:1544: error: stray '\' in program
embedded-tcl.cc:1544: error: syntax error before `-'
token
embedded-tcl.cc:1546: error: stray '\' in program
embedded-tcl.cc:1548: error: stray '\' in program
embedded-tcl.cc:1548: error: stray '\' in program
embedded-tcl.cc:1548: error: stray '\' in program
embedded-tcl.cc:1548: error: parse error before
`tcl_startOfPreviousWord'
embedded-tcl.cc:1552: error: stray '\' in program
embedded-tcl.cc:1554: error: stray '\' in program
embedded-tcl.cc:1556: error: stray '\' in program
embedded-tcl.cc:1558: error: stray '\' in program
embedded-tcl.cc:1560: error: stray '\' in program
embedded-tcl.cc:1560: error: syntax error before `{'
token
embedded-tcl.cc:1560: error: stray '\' in program
embedded-tcl.cc:1560: error: stray '\' in program
embedded-tcl.cc:1560: error: stray '\' in program
embedded-tcl.cc:1563:2: missing terminating "
character
embedded-tcl.cc:1566: error: stray '\' in program
embedded-tcl.cc:1568: error: stray '\' in program
embedded-tcl.cc:1570: error: stray '\' in program
embedded-tcl.cc:1570: error: syntax error before `-'
token
embedded-tcl.cc:1572: error: stray '\' in program
embedded-tcl.cc:1574: error: stray '\' in program
embedded-tcl.cc:1574: error: stray '\' in program
embedded-tcl.cc:1574: error: stray '\' in program
embedded-tcl.cc:1574: error: parse error before
`require'
embedded-tcl.cc:1578: error: stray '\' in program
embedded-tcl.cc:1579:22: too many decimal points in
number
embedded-tcl.cc:1580: error: stray '\' in program
embedded-tcl.cc:1580: error: stray '\' in program
embedded-tcl.cc:1583: error: stray '\' in program
embedded-tcl.cc:1585: error: stray '\' in program
embedded-tcl.cc:1587: error: stray '\' in program
embedded-tcl.cc:1588:10: unterminated comment
make: *** [embedded-tcl.o] Error 1
Any idea, what was actually happening and how to
overcome this?
Thanks.
Rgrds,
Tan.
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush
|
|
From: <aku...@sh...> - 2004-08-20 04:09:23
|
11'th Annual Tcl/Tk Conference
October 11 - 15, 2004
New Orleans, Louisiana, USA
Email Contact tc...@tc...
We are pleased to announce the 11'th Annual Tcl/Tk conference
(Tcl'2004), sponsored by Noumena Corporation, in cooperation with
ActiveState and ExpoTech.
Come to New Orleans to:
* Learn about the power of Tcl/Tk.
* Present exciting new work involving Tcl/Tk.
* See the latest developments in Tcl/Tk.
* Meet Tcl/Tk researchers and users from academia, government and industry.
* Plan for future Tcl/Tk related developments.
The conference program will include paper presentations,
tutorials, Birds of a Feather (BOF) sessions and invited key-note
talks.
Registration
Online registration is ready now.
<http://www.tcl.tk/community/tcl2004/reg.html>
Tutorials
Come learn about Tcl from the experts. This year's Tcl/Tk
Conference includes one of the best sets of Tutorials ever offered
including tutorials on Jacl, TclHttpd,
Starkit, Advanced GUI construction, and the API.
<http://www.tcl.tk/community/tcl2004/tut2004.html>
Schedule
More details will be added to the schedule as they become
available.
<http://www.tcl.tk/community/tcl2004/schedule.html>
Those attending the conference will be interested in the
conference info page.
<http://www.tcl.tk/community/tcl2004/info.html>
To keep in touch with news regarding the conference and Tcl events in
general, subscribe to the tcl-announce list.
<http://listserv.activestate.com/mailman/mysubs?show=announce>
Other Forms of Participation
For those who are not presenting a paper at the conference, but
would like to present their work in some form, we do provide
several other forms of participation.
Slots for Works-in-Progress (WIP) presentations and
Birds-of-a-Feather sessions (BOFs) are available on a first-come,
first-served basis by sending email to tc...@tc.... Some WIP
and BOF time slots will be held open for on-site reservation, so
we encourage all attendees with interesting work in progress to
consider presenting that work at the conference.
Conference Committee
Gerald Lester HMS Software General Chair
Andreas Kupries ActiveState Corp
Clif Flynt Noumena Corp Website Admin
Jeffrey Hobbs ActiveState Corp
Kevin Kenny GE Global Research Center
Ken Jones Avia Training
Mac Cody Raytheon Company
Kim Richerts
Steve Landers Digital Smarties
Sheila Miguez Motorola
Larry Virden Tcl FAQ Maintainer
Contact Information
tc...@tc...
|
|
From: Eric D. <Eri...@in...> - 2004-06-10 07:53:18
|
i have problem to build otcl on the fedora core 2 machine in our labs
for users
i type
./configure --with-tk-ver=8.4 --with-tcl-ver=8.4
when i type make i got the following problems
rm -f libotcl.a otcl.o
gcc -c -g -O2 -DNDEBUG -DUSE_SHM -I. -I/usr/include -I/usr/include
-I/include otcl.c
otcl.c:21:20: tclInt.h: No such file or directory
otcl.c:73: error: syntax error before "CallFrame"
otcl.c:73: warning: no semicolon at end of struct or union
otcl.c:74: warning: data definition has no type or storage class
otcl.c:78: error: field `object' has incomplete type
otcl.c:239: error: syntax error before '*' token
otcl.c: In function `AddInstance':
otcl.c:240: error: `obj' undeclared (first use in this function)
otcl.c:240: error: (Each undeclared identifier is reported only once
otcl.c:240: error: for each function it appears in.)
otcl.c:240: error: `cl' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:249: error: syntax error before '*' token
otcl.c: In function `RemoveInstance':
otcl.c:250: error: `cl' undeclared (first use in this function)
otcl.c:251: error: `obj' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:342: error: syntax error before '*' token
otcl.c: In function `IsType':
otcl.c:343: error: `obj' undeclared (first use in this function)
otcl.c:344: error: `type' undeclared (first use in this function)
otcl.c: In function `OTclDispatch':
otcl.c:387: error: `self' undeclared (first use in this function)
otcl.c:387: error: syntax error before ')' token
otcl.c: In function `AutoLoader':
otcl.c:513: error: `obj' undeclared (first use in this function)
otcl.c: In function `OTclDeleteProc':
otcl.c:614: warning: assignment makes pointer from integer without a
cast
otcl.c: In function `ListInstanceKeys':
otcl.c:720: error: `obj' undeclared (first use in this function)
otcl.c:720: error: syntax error before ')' token
otcl.c: At top level:
otcl.c:748: error: syntax error before '*' token
otcl.c: In function `FindProc':
otcl.c:754: error: `Proc' undeclared (first use in this function)
otcl.c:754: error: syntax error before ')' token
otcl.c: In function `ListProcArgs':
otcl.c:762: error: `Proc' undeclared (first use in this function)
otcl.c:762: error: `proc' undeclared (first use in this function)
otcl.c:767: error: `CompiledLocal' undeclared (first use in this
function)
otcl.c:767: error: `args' undeclared (first use in this function)
otcl.c: In function `ListProcDefault':
otcl.c:804: error: `Proc' undeclared (first use in this function)
otcl.c:804: error: `proc' undeclared (first use in this function)
otcl.c:813: error: `CompiledLocal' undeclared (first use in this
function)
otcl.c:813: error: `ap' undeclared (first use in this function)
otcl.c:825: warning: passing arg 3 of `Tcl_SetVar' makes pointer from
integer without a cast
otcl.c: In function `ListProcBody':
otcl.c:854: error: `Proc' undeclared (first use in this function)
otcl.c:854: error: `proc' undeclared (first use in this function)
otcl.c: In function `PrimitiveOInit':
otcl.c:879: error: `obj' undeclared (first use in this function)
otcl.c:879: error: syntax error before ')' token
otcl.c:907: error: `Interp' undeclared (first use in this function)
otcl.c:907: error: syntax error before ')' token
otcl.c:910: error: `Proc' undeclared (first use in this function)
otcl.c:910: error: syntax error before ')' token
otcl.c:911: error: syntax error before ')' token
otcl.c: In function `PrimitiveODestroyNoFree':
otcl.c:934: error: `obj' undeclared (first use in this function)
otcl.c:934: error: syntax error before ')' token
otcl.c:974: error: `Var' undeclared (first use in this function)
otcl.c:974: error: `vp' undeclared (first use in this function)
otcl.c:974: error: syntax error before ')' token
otcl.c:995: error: syntax error before ')' token
otcl.c: At top level:
otcl.c:1021: error: syntax error before '*' token
otcl.c: In function `PrimitiveOCreate':
otcl.c:1023: error: `obj' undeclared (first use in this function)
otcl.c:1023: error: syntax error before ')' token
otcl.c: In function `PrimitiveCInit':
otcl.c:1047: error: `obj' undeclared (first use in this function)
otcl.c:1047: error: syntax error before ')' token
otcl.c: In function `PrimitiveCDestroy':
otcl.c:1066: error: `obj' undeclared (first use in this function)
otcl.c:1066: error: syntax error before ')' token
otcl.c:1105: error: `inst' undeclared (first use in this function)
otcl.c:1107: error: syntax error before ')' token
otcl.c:1108: error: syntax error before ')' token
otcl.c:1110: error: `name' undeclared (first use in this function)
otcl.c:1115: error: label `done' used but not defined
otcl.c: At top level:
otcl.c:1119: error: syntax error before ':' token
otcl.c:1121: error: `hSrch' undeclared here (not in a function)
otcl.c:1121: warning: initialization makes integer from pointer without
a cast
otcl.c:1121: error: initializer element is not constant
otcl.c:1121: error: syntax error before ')' token
otcl.c:1124: error: `cd' undeclared here (not in a function)
otcl.c:1125: error: syntax error before "if"
otcl.c:1127: error: syntax error before '(' token
otcl.c:1129: error: syntax error before '&' token
otcl.c:1129: error: conflicting types for `Tcl_DeleteHashTable'
/usr/include/tclDecls.h:376: error: previous declaration of
`Tcl_DeleteHashTable'
otcl.c:1129: warning: data definition has no type or storage class
otcl.c:1133: error: syntax error before '(' token
otcl.c:1133: error: syntax error before '->' token
otcl.c:1140: warning: parameter names (without types) in function
declaration
otcl.c:1140: error: conflicting types for `FlushPrecedences'
otcl.c:219: error: previous declaration of `FlushPrecedences'
otcl.c:1140: warning: data definition has no type or storage class
otcl.c:1141: error: syntax error before "while"
otcl.c:1152: warning: parameter names (without types) in function
declaration
otcl.c:1152: error: conflicting types for `PrimitiveODestroyNoFree'
otcl.c:933: error: previous declaration of `PrimitiveODestroyNoFree'
otcl.c:1152: warning: data definition has no type or storage class
otcl.c:1153: error: syntax error before '&' token
otcl.c:1153: warning: data definition has no type or storage class
otcl.c:1154: error: syntax error before '(' token
otcl.c: In function `PrimitiveCCreate':
otcl.c:1173: error: `obj' undeclared (first use in this function)
otcl.c:1173: error: syntax error before ')' token
otcl.c: In function `OTclOAllocMethod':
otcl.c:1195: error: `newobj' undeclared (first use in this function)
otcl.c: In function `OTclOInitMethod':
otcl.c:1215: error: `obj' undeclared (first use in this function)
otcl.c: In function `OTclODestroyMethod':
otcl.c:1242: error: `obj' undeclared (first use in this function)
otcl.c:1259: error: `Var' undeclared (first use in this function)
otcl.c:1259: error: `vp' undeclared (first use in this function)
otcl.c:1259: error: syntax error before ')' token
otcl.c: In function `OTclOClassMethod':
otcl.c:1291: error: `obj' undeclared (first use in this function)
otcl.c: In function `OTclOInfoMethod':
otcl.c:1313: error: `obj' undeclared (first use in this function)
otcl.c: In function `OTclOProcMethod':
otcl.c:1359: error: `obj' undeclared (first use in this function)
otcl.c: In function `OTclONextMethod':
otcl.c:1388: error: `obj' undeclared (first use in this function)
otcl.c: In function `OTclOSetMethod':
otcl.c:1404: error: `obj' undeclared (first use in this function)
otcl.c: In function `OTclOUnsetMethod':
otcl.c:1420: error: `obj' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1439: error: syntax error before '*' token
otcl.c: In function `OTclOInstVarOne':
otcl.c:1440: error: number of arguments doesn't match prototype
otcl.h:90: error: prototype declaration
otcl.c:1441: error: `Interp' undeclared (first use in this function)
otcl.c:1441: error: `iPtr' undeclared (first use in this function)
otcl.c:1441: error: syntax error before ')' token
otcl.c:1452: error: `CallFrame' undeclared (first use in this function)
otcl.c:1452: error: `saved' undeclared (first use in this function)
otcl.c:1455: error: `obj' undeclared (first use in this function)
otcl.c:1457: error: `in' undeclared (first use in this function)
otcl.c:1457: error: `frameName' undeclared (first use in this function)
otcl.c:1457: error: `varName' undeclared (first use in this function)
otcl.c:1457: error: `localName' undeclared (first use in this function)
otcl.c:1457: error: `flags' undeclared (first use in this function)
otcl.c: In function `OTclOInstVarMethod':
otcl.c:1469: error: `obj' undeclared (first use in this function)
otcl.c: In function `OTclCCreateMethod':
otcl.c:1527: error: `obj' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1811: error: syntax error before '*' token
otcl.c:1812: error: conflicting types for `OTclAsObject'
otcl.h:35: error: previous declaration of `OTclAsObject'
otcl.c: In function `OTclAsObject':
otcl.c:1813: error: `obj' undeclared (first use in this function)
otcl.c:1813: error: syntax error before ')' token
otcl.c: In function `OTclAsClass':
otcl.c:1821: error: syntax error before ')' token
otcl.c: At top level:
otcl.c:1825: error: syntax error before '*' token
otcl.c:1826: error: conflicting types for `OTclGetObject'
otcl.h:41: error: previous declaration of `OTclGetObject'
otcl.c: In function `OTclGetObject':
otcl.c:1828: error: `obj' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1847: error: syntax error before '*' token
otcl.c:1848: error: conflicting types for `OTclCreateObject'
otcl.h:47: error: previous declaration of `OTclCreateObject'
otcl.c:1870: error: syntax error before "OTclObject"
otcl.c: In function `OTclDeleteObject':
otcl.c:1870: error: number of arguments doesn't match prototype
otcl.h:53: error: prototype declaration
otcl.c:1872: error: `in' undeclared (first use in this function)
otcl.c:1872: error: `obj' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1888: error: syntax error before '*' token
otcl.c: In function `OTclAddPMethod':
otcl.c:1890: error: number of arguments doesn't match prototype
otcl.h:60: error: prototype declaration
otcl.c:1891: error: `obj' undeclared (first use in this function)
otcl.c:1892: error: `nm' undeclared (first use in this function)
otcl.c:1897: error: `proc' undeclared (first use in this function)
otcl.c:1897: error: `cd' undeclared (first use in this function)
otcl.c:1897: error: `dp' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1911: error: syntax error before '*' token
otcl.c: In function `OTclRemovePMethod':
otcl.c:1911: error: number of arguments doesn't match prototype
otcl.h:67: error: prototype declaration
otcl.c:1912: error: `obj' undeclared (first use in this function)
otcl.c:1912: error: `nm' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1924: error: syntax error before '*' token
otcl.c: In function `OTclNextMethod':
otcl.c:1924: error: number of arguments doesn't match prototype
otcl.h:74: error: prototype declaration
otcl.c:1930: error: `argv' undeclared (first use in this function)
otcl.c:1934: error: `in' undeclared (first use in this function)
otcl.c:1943: error: `obj' undeclared (first use in this function)
otcl.c:1958: error: `argc' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1966: error: syntax error before '*' token
otcl.c: In function `OTclSetInstVar':
otcl.c:1967: error: number of arguments doesn't match prototype
otcl.h:78: error: prototype declaration
otcl.c:1968: error: `Interp' undeclared (first use in this function)
otcl.c:1968: error: `iPtr' undeclared (first use in this function)
otcl.c:1968: error: syntax error before ')' token
otcl.c:1969: error: `CallFrame' undeclared (first use in this function)
otcl.c:1969: error: `saved' undeclared (first use in this function)
otcl.c:1972: error: `obj' undeclared (first use in this function)
otcl.c:1973: error: `in' undeclared (first use in this function)
otcl.c:1973: error: `name' undeclared (first use in this function)
otcl.c:1973: error: `value' undeclared (first use in this function)
otcl.c:1973: error: `flgs' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1980: error: syntax error before '*' token
otcl.c: In function `OTclGetInstVar':
otcl.c:1980: error: number of arguments doesn't match prototype
otcl.h:82: error: prototype declaration
otcl.c:1981: error: `Interp' undeclared (first use in this function)
otcl.c:1981: error: `iPtr' undeclared (first use in this function)
otcl.c:1981: error: syntax error before ')' token
otcl.c:1982: error: `CallFrame' undeclared (first use in this function)
otcl.c:1982: error: `saved' undeclared (first use in this function)
otcl.c:1985: error: `obj' undeclared (first use in this function)
otcl.c:1986: error: `in' undeclared (first use in this function)
otcl.c:1986: error: `name' undeclared (first use in this function)
otcl.c:1986: error: `flgs' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:1993: error: syntax error before '*' token
otcl.c: In function `OTclUnsetInstVar':
otcl.c:1993: error: number of arguments doesn't match prototype
otcl.h:86: error: prototype declaration
otcl.c:1994: error: `Interp' undeclared (first use in this function)
otcl.c:1994: error: `iPtr' undeclared (first use in this function)
otcl.c:1994: error: syntax error before ')' token
otcl.c:1995: error: `CallFrame' undeclared (first use in this function)
otcl.c:1995: error: `saved' undeclared (first use in this function)
otcl.c:1998: error: `obj' undeclared (first use in this function)
otcl.c:1999: error: `in' undeclared (first use in this function)
otcl.c:1999: error: `name' undeclared (first use in this function)
otcl.c:1999: error: `flgs' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:2006: error: syntax error before '*' token
otcl.c: In function `OTclSetObjectData':
otcl.c:2006: error: number of arguments doesn't match prototype
otcl.h:94: error: prototype declaration
otcl.c:2010: error: `cl' undeclared (first use in this function)
otcl.c:2014: error: `obj' undeclared (first use in this function)
otcl.c:2015: error: `data' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:2020: error: syntax error before '*' token
otcl.c: In function `OTclGetObjectData':
otcl.c:2020: error: number of arguments doesn't match prototype
otcl.h:98: error: prototype declaration
otcl.c:2023: error: `cl' undeclared (first use in this function)
otcl.c:2024: error: `obj' undeclared (first use in this function)
otcl.c:2025: error: `data' undeclared (first use in this function)
otcl.c: At top level:
otcl.c:2031: error: syntax error before '*' token
otcl.c: In function `OTclUnsetObjectData':
otcl.c:2031: error: number of arguments doesn't match prototype
otcl.h:101: error: prototype declaration
otcl.c:2034: error: `cl' undeclared (first use in this function)
otcl.c:2035: error: `obj' undeclared (first use in this function)
otcl.c: In function `Otcl_Init':
otcl.c:2142: error: syntax error before ')' token
otcl.c:2143: error: syntax error before ')' token
otcl.c:2149: warning: assignment makes pointer from integer without a
cast
otcl.c:2158: error: syntax error before ')' token
otcl.c:2169: error: syntax error before ')' token
make: *** [libotcl.a] Error 1
does someone knows how to solve these problemes?
my users are really bugging me for using network simulator
thanks in advance for any help
|
|
From: <ben...@id...> - 2004-05-21 10:13:56
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: rajmohan j <raj...@ya...> - 2004-03-01 10:30:43
|
i'am not getting a clear idea of how to make the interface between my c++ code and tcl. i have installed tcl and want to the link the c++ code and tcl. can anyone help me out. plsss. rajmohan __________________________________ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools |
|
From: Edwin M. <em...@wp...> - 2003-10-31 22:10:42
|
I noticed that I was using tclcl version 1.0b11. Hence, I got the latest version 1.0b13 and compiled it and got this new error. make: *** No rule to make target `/usr/local/ActiveTcl/lib/tcl8.4/http/http.tcl', needed by `embedded-tcl.cc'. Stop. I edited the Makefile and this is what I found: TCL_84_LIBRARY_FILES = \ $(TCL_BASE_LIBRARY_FILES) \ $(LIBRARY_TCL)/http/http.tcl I noticed that the variables TCL_83_LIBRARY_FILES, TCL_82_LIBRARY_FILES, TCL_81_LIBRARY_FILES, and TCL_80_LIBRARY_FILES point to ../http2.3/..., ../http2.1/..., ../http2.0/..., and ../http2.0/..., respectively. This led me to from the TCL_84_LIBRARY_FILES to point to ../http2.4/... I understand that this Makefile was generated by the ./configure script and believe that this might be a small bug. regards, |
|
From: <xem...@ne...> - 2003-10-26 21:10:24
|
I noticed that I was using tclcl version 1.0b11. Hence, I got the latest
version 1.0b13 and compiled it and got this new error.
make: *** No rule to make target
`/usr/local/ActiveTcl/lib/tcl8.4/http/http.tcl', needed by
`embedded-tcl.cc'. Stop.
I edited the Makefile and this is what I found:
TCL_84_LIBRARY_FILES = \
$(TCL_BASE_LIBRARY_FILES) \
$(LIBRARY_TCL)/http/http.tcl
I noticed that the variables TCL_83_LIBRARY_FILES, TCL_82_LIBRARY_FILES,
TCL_81_LIBRARY_FILES, and TCL_80_LIBRARY_FILES point to ../http2.3/...,
../http2.1/..., ../http2.0/..., and ../http2.0/..., respectively. This
led me to from the TCL_84_LIBRARY_FILES to point to ../http2.4/... I
understand that this Makefile was generated by the ./configure script
and believe that this might be a small bug.
regards,
Ed
__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
Get AOL Instant Messenger 5.1 free of charge. Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
|