|
|
 |
incrtcl-develop
[Incrtcl-develop] [ incrtcl-Bugs-1176320 ] Searching for non-existent file tclInt.h
by SourceForge.net other posts by this author
Apr 4 2005 5:24AM messages near this date
[Incrtcl-develop] [ incrtcl-Patches-1180819 ] Destroy Memory Leak fixes
|
[Incrtcl-develop] [ incrtcl-Bugs-1173502 ] Memory Leak
Bugs item #1176320, was opened at 2005-04-04 14:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1176320&group_id=13244
Category: Installation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Sektor van Skijlen (ethouris327)
Assigned to: David Gravereaux (davygrvy)
Summary: Searching for non-existent file tclInt.h
Initial Comment:
I tried the same on both Cygwin and SunOS and on
both systems the result is the same. My Tcl version (on
both systems) is 8.4.
The 'configure' script finishes correctly, and then the first
command run by 'make' has the following effect:
gcc -pipe -DPACKAGE_NAME=\itcl\ -
DPACKAGE_TARNAME=\itcl\ -
DPACKAGE_VERSION=\3.3\ -
DPACKAGE_STRING=\itcl 3.3\ -
DPACKAGE_BUGREPORT=\\ -
DSTDC_HEADERS=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_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -
DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -
DTCL_THREADS=1 -D_REENTRANT=1 -
D_POSIX_PTHREAD_SEMANTICS=1 -
DTCL_WIDE_INT_TYPE=long\ long -
DHAVE_STRUCT_DIRENT64=1 -
DHAVE_STRUCT_STAT64=1 -
DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1 -
DITCL_LIBRARY=\/tools//lib/itcl3.3\ -
DUSE_NON_CONST -I"./generic" -
I/coretools/sources/tcl8.4.6/generic -
I/coretools/sources/tcl8.4.6/unix -O2 -Wall -Wno-
implicit-int -fPIC -c `echo ./generic/itclStubInit.c` -o
itclStubInit.o
In file included from ./generic/itclStubInit.c:14:
./generic/itclInt.h:52:20: tclInt.h: No such file or directory
Rest of errors is rather not interresting.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1176320&group_id=13244
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|
|
|
 |
|