[Pythonmac-SIG] Re: ANN: Tcl/Tk Aqua 8.4.4

dave wilbur dpwildboar at yahoo.com
Fri Aug 15 10:25:24 EDT 2003


since after it refused to authenticate, i felt i
wasn't going to be able to back out to a point where i
could have a normal system i wiped the disk and
started over so disk warrior wouldn't help now.  it
was a rather clean system, and is now again.  i have
two boot disks on the Ti and the external has the
updates from adc (ie: Dec 2002 gcc Updater - This GCC
updater includes the new GCC 3.3 compiler in addition
to other updates that will allow development of G5
optimized code with the December 2002 Mac OS X
Developer Tools. it also has the update to java 1.4.1
tools) and the internal doesn't (only has the
developer tools that are from the 10.2 distribution
ie: dec 02)  the external is the one that had issues.

what i can tell you is that, the internal compiles
fine.  ie: the last thing you see is ** BUILD
SUCCEEDED ** this has the compiler version:

Halley:~] wildboar% gcc -v
Reading specs from
/usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1175, based on gcc
version 3.1 20020420 (prerelease)

the external disk has:

[Hazardous Waste:~] wildboar% gcc -v
Reading specs from
/usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build
1435)

and results in the following when it tries to complie
tkMacOSXMenu.c:

CompileC
/Downloads/tk8.4.4/macosx/../../build/tk/Development.build/Wish.build/TkLibrary.build/Objects-normal/ppc/tkMacOSXMenu.o

    /usr/bin/gcc2  -c
-F/Downloads/tk8.4.4/macosx/../../build/tk
-F/Downloads/tk8.4.4/macosx/../../build/tcl 
-I/Downloads/tk8.4.4/macosx/../../build/tk/include
-I/Downloads/tk8.4.4/macosx/../../build/tcl/Tcl.framework/Headers
-I/Downloads/tk8.4.4/macosx/../../build/tcl/Tcl.framework/PrivateHeaders
-I../bitmaps -I../generic -I../xlib  -arch ppc
-fno-common -fpascal-strings -O0 -Wmost
-Wno-four-char-constants -Wno-unknown-pragmas -pipe -g
-precomp-trustfile
/Downloads/tk8.4.4/macosx/../../build/tk/Development.build/Wish.build/TkLibrary.build/TrustedPrecomps.txt
-Wp,-header-mapfile,/Downloads/tk8.4.4/macosx/../../build/tk/Development.build/Wish.build/TkLibrary.build/Tk.hmap
 `source
/Downloads/tk8.4.4/macosx/../../build/tcl/Tcl.framework/tclConfig.sh;
echo ${TCL_EXTRA_CFLAGS} ${TCL_DEFS} | sed -e
's|\\\"|"|g' | sed -e 's| -DTCL_WIDE_INT_TYPE=long.
long||'` -U_REENTRANT    "-DMAC_OSX_TK"
"-DTCL_WIDE_INT_TYPE=long long"   tkMacOSXMenu.c  -o
/Downloads/tk8.4.4/macosx/../../build/tk/Development.build/Wish.build/TkLibrary.build/Objects-normal/ppc/tkMacOSXMenu.o

tkMacOSXMenu.c: In function `TkpConfigureMenuEntry':
tkMacOSXMenu.c:954: warning: unused variable
`helpMenuHdl'
tkMacOSXMenu.c:953: warning: unused variable
`macMenuHdl'
tkMacOSXMenu.c:952: warning: unused variable `index'
tkMacOSXMenu.c: In function
`ReconfigureIndividualMenu':
tkMacOSXMenu.c:1086: warning: unused variable
`destWrote'
tkMacOSXMenu.c:1047: warning: unused variable
`itemText'
tkMacOSXMenu.c: In function `DrawMenuBarWhenIdle':
tkMacOSXMenu.c:1760: warning: unused variable
`helpMenuHdl'
tkMacOSXMenu.c: In function
`TkMacOSXDispatchMenuEvent':
tkMacOSXMenu.c:2148: parse error before `int'
tkMacOSXMenu.c:2150: `newIndex' undeclared (first use
in this function)
tkMacOSXMenu.c:2150: (Each undeclared identifier is
reported only once
tkMacOSXMenu.c:2150: for each function it appears in.)
tkMacOSXMenu.c: In function `HandleMenuFindItemsMsg':
tkMacOSXMenu.c:4464: warning: unused variable
`updateRgn'
tkMacOSXMenu.c:4463: warning: unused variable
`menuFont'
tkMacOSXMenu.c:4297: warning: unused variable `fmPtr'
tkMacOSXMenu.c:4296: warning: unused variable
`entryMetrics'
tkMacOSXMenu.c:4296: warning: unused variable
`fontMetrics'
tkMacOSXMenu.c:4295: warning: unused variable `tkfont'
...failed CompileC
/Downloads/tk8.4.4/macosx/../../build/tk/Development.build/Wish.build/TkLibrary.build/Objects-normal/ppc/tkMacOSXMenu.o
...
** BUILD FAILED **
make: *** [develop] Error 1

so i am more inclined to think that this is something
to do with the update to gcc that apple has on adc vs
anything else.  the thing is that i have also found
that the updated gcc sometimes compiles things that
the dec 02 tools can not... so i am not enthused about
not having it installed some where...

and yes, i did read the read me... several times
wouldn't want to waste all your time with something
silly like me not doing that.  i can get tcl and tk to
compile with the dec 02 tools so i know i am doing the
right thing.  does anyone think it would be bad to
install the gcc 3.1 built tcl/tk on the system that
has the gcc 3.3 update?

btw, russell i wanted to thank you for all the nice
helpful stuff you have on
http://www.astro.washington.edu/owen/ it was a great
help the first time i went to place python on macos
10.  i hope that you continue maintaining that.

thanks for the help,
dave

--- "Russell E. Owen" <owen at astro.washington.edu>
wrote:
> I'm afraid I can't help you troubleshoot. Both the
> binary installer and 
> the source installer for Tcl/Tk 8.4.4 worked fine
> for me. Perhaps the 
> installer is fine and triggered some existing fault
> in your system (have 
> you run Disk Warrior?) or else it's a
> configuration-dependent problem.
> 
> For the source install, I assume you followed the
> instructions in 
> tk8.4.4/macosx/README?
> 
> -- Russell
> 
> 
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the Pythonmac-SIG mailing list