[darwinbuild-dev] tcl-20

BuildSmart buildsmart at daleenterprise.com
Mon Jul 30 11:14:11 PDT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

There seems to be an issue with building tcl.

I'm working in 8A428 and it fails with issues about Carbon.framework

I started with a fresh environment and did '-init 8A428' then built  
'xnu' to ensure it was working and built 'passwordserver_sasl' to  
ensure that the XCode requirements (if any) are installed.

tcl fails to build and I believe it's related to a framework but I'm  
not 100% certain.

As a side query, is there a command to build all of the projects  
without having to specify them individually?


Here's the output from the build from just before the error starts:  
(I can supply more upon request)
________________________________________________________

CompileC /private/var/tmp/tcl/tcl-20.obj/tk/Deployment.build/ 
Wish.build/TkStubLibrary.build/Objects-normal/ppc/tkStubLib.o
     gcc  -c -Wp,-header-mapfile,/private/var/tmp/tcl/tcl-20.obj/tk/ 
Deployment.build/Wish.build/TkStubLibrary.build/libtkstub8.4.a.hmap    
- -F/private/var/tmp/tcl/tcl-20.sym/tk  -I/private/var/tmp/tcl/ 
tcl-20.sym/tk/include -I/private/var/tmp/tcl/tcl-20.root//System/ 
Library/Frameworks/Tcl.framework/Headers -I/private/var/tmp/tcl/ 
tcl-20.root//System/Library/Frameworks/Tcl.framework/PrivateHeaders - 
I. -I../generic -I../xlib -I../generic  -arch ppc -fno-common - 
fpascal-strings -Os -Wmost -Wno-four-char-constants -Wno-unknown- 
pragmas -pipe "-fmessage-length=0"  `source /private/var/tmp/tcl/ 
tcl-20.root//System/Library/Frameworks/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"   ../generic/tkStubLib.c  -o /private/ 
var/tmp/tcl/tcl-20.obj/tk/Deployment.build/Wish.build/ 
TkStubLibrary.build/Objects-normal/ppc/tkStubLib.o

CompileC /private/var/tmp/tcl/tcl-20.obj/tk/Deployment.build/ 
Wish.build/TkStubLibrary.build/Objects-normal/i386/tkStubLib.o
     gcc  -c -Wp,-header-mapfile,/private/var/tmp/tcl/tcl-20.obj/tk/ 
Deployment.build/Wish.build/TkStubLibrary.build/libtkstub8.4.a.hmap    
- -F/private/var/tmp/tcl/tcl-20.sym/tk  -I/private/var/tmp/tcl/ 
tcl-20.sym/tk/include -I/private/var/tmp/tcl/tcl-20.root//System/ 
Library/Frameworks/Tcl.framework/Headers -I/private/var/tmp/tcl/ 
tcl-20.root//System/Library/Frameworks/Tcl.framework/PrivateHeaders - 
I. -I../generic -I../xlib -I../generic  -arch i386 -fno-common - 
fpascal-strings -Os -Wmost -Wno-four-char-constants -Wno-unknown- 
pragmas -pipe "-fmessage-length=0"  `source /private/var/tmp/tcl/ 
tcl-20.root//System/Library/Frameworks/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"   ../generic/tkStubLib.c  -o /private/ 
var/tmp/tcl/tcl-20.obj/tk/Deployment.build/Wish.build/ 
TkStubLibrary.build/Objects-normal/i386/tkStubLib.o
In file included from /SourceCache/tcl/tcl-20/tk/tk/macosx/ 
tkMacOSXInt.h:27,
                  from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:18:27: Carbon/ 
Carbon.h: No such file or directory
In file included from /SourceCache/tcl/tcl-20/tk/tk/macosx/ 
tkMacOSXInt.h:27,
                  from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:27: warning: type  
defaults to `int' in declaration of `GWorldPtr'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:27: error:  
`GWorldPtr' declared as function returning a function
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:27: warning:  
parameter names (without types) in function declaration
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:29: error: parse  
error before "RgnHandle"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:30: error: parse  
error before "Point"
In file included from /SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h: 
32,
                  from /SourceCache/tcl/tcl-20/tk/tk/macosx/ 
tkMacOSXInt.h:27,
                  from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:92: error: parse  
error before "Tk_MacOSXEmbedGetGrafPortProc"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:110: error:  
`TkMacOSXGetDrawablePort' declared as function returning a function
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:112: error: parse  
error before "TkMacOSXGetRootControl"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:113: warning:  
type defaults to `int' in declaration of `TkMacOSXGetRootControl'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:113: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:146: error: parse  
error before "Tk_MacOSXEmbedGetGrafPortProc"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:153: error:  
`tkMacOSXGetDrawablePort' declared as function returning a function
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:154: error: parse  
error before "ControlRef"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:154: warning: no  
semicolon at end of struct or union
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:158: error: parse  
error before '}' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:158: warning:  
type defaults to `int' in declaration of `TkPlatStubs'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:158: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:163: error: parse  
error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:163: warning:  
type defaults to `int' in declaration of `tkPlatStubsPtr'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:163: warning:  
data definition has no type or storage class
In file included from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:34:27: Carbon/ 
Carbon.h: No such file or directory
In file included from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:38: error: parse  
error before "CGrafPtr"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:38: warning: no  
semicolon at end of struct or union
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:39: warning: type  
defaults to `int' in declaration of `rootControl'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:39: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:42: error: parse  
error before "clipRgn"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:42: warning: type  
defaults to `int' in declaration of `clipRgn'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:42: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:43: error: parse  
error before "aboveClipRgn"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:43: warning: type  
defaults to `int' in declaration of `aboveClipRgn'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:43: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:49: error: parse  
error before '}' token
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:90: error: parse  
error before "Tk_MacOSXEmbedGetGrafPortProc"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:90: warning: no  
semicolon at end of struct or union
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:94: error: parse  
error before '}' token
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:94: warning: type  
defaults to `int' in declaration of `TkMacOSXEmbedHandler'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:94: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:96: error: parse  
error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:96: warning: type  
defaults to `int' in declaration of `gMacEmbedHandler'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:96: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:129: error: parse  
error before "tkAppleMenu"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:129: warning: type  
defaults to `int' in declaration of `tkAppleMenu'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:129: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:130: error: parse  
error before "tkFileMenu"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:130: warning: type  
defaults to `int' in declaration of `tkFileMenu'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:130: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:131: error: parse  
error before "tkEditMenu"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:131: warning: type  
defaults to `int' in declaration of `tkEditMenu'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:131: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:132: error: parse  
error before "tkMenuCascadeRgn"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:132: warning: type  
defaults to `int' in declaration of `tkMenuCascadeRgn'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:132: warning: data  
definition has no type or storage class
In file included from /SourceCache/tcl/tcl-20/tk/tk/macosx/ 
tkMacOSXInt.h:157,
                  from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:295: error:  
parse error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:298: error:  
parse error before "macWinPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:301: error:  
parse error before "whichWindow"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:317: error:  
parse error before "TkMacOSXMakeStippleMap"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:318: warning:  
type defaults to `int' in declaration of `TkMacOSXMakeStippleMap'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:318: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:341: error:  
parse error before "portPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:345: error:  
parse error before "TkMacOSXVisableClipRgn"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:346: warning:  
type defaults to `int' in declaration of `TkMacOSXVisableClipRgn'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:346: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:349: error:  
parse error before "Rect"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:352: error:  
parse error before "wRef"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:355: error:  
parse error before "RGBColor"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:364: error:  
parse error before "whichWindow"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:376: error:  
parse error before "window"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:550: error:  
parse error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:552: error:  
parse error before "macWinPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:553: error:  
parse error before "whichWindow"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:560: error:  
parse error before "BitMapPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:560: warning:  
no semicolon at end of struct or union
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:569: error:  
parse error before "portPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:571: error:  
parse error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:571: warning:  
type defaults to `int' in declaration of `RgnHandle'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:571: error:  
`RgnHandle' declared as function returning a function
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:571: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:572: error:  
parse error before "Rect"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:573: error:  
parse error before "wRef"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:574: error:  
parse error before "RGBColor"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:577: error:  
parse error before "whichWindow"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:582: error:  
parse error before "window"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:606: error:  
parse error before '}' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:606: warning:  
type defaults to `int' in declaration of `TkIntPlatStubs'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:606: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:611: error:  
parse error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:611: warning:  
type defaults to `int' in declaration of `tkIntPlatStubsPtr'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:611: warning:  
data definition has no type or storage class
../generic/tkStubLib.c:64: error: parse error before '*' token
../generic/tkStubLib.c:64: warning: type defaults to `int' in  
declaration of `tkPlatStubsPtr'
../generic/tkStubLib.c:64: warning: data definition has no type or  
storage class
../generic/tkStubLib.c:66: error: parse error before '*' token
../generic/tkStubLib.c:66: warning: type defaults to `int' in  
declaration of `tkIntPlatStubsPtr'
../generic/tkStubLib.c:66: warning: data definition has no type or  
storage class
../generic/tkStubLib.c: In function `Tk_InitStubs':
../generic/tkStubLib.c:113: warning: assignment from incompatible  
pointer type
../generic/tkStubLib.c:115: warning: assignment from incompatible  
pointer type
In file included from /SourceCache/tcl/tcl-20/tk/tk/macosx/ 
tkMacOSXInt.h:27,
                  from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:18:27: Carbon/ 
Carbon.h: No such file or directory
In file included from /SourceCache/tcl/tcl-20/tk/tk/macosx/ 
tkMacOSXInt.h:27,
                  from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:27: warning: type  
defaults to `int' in declaration of `GWorldPtr'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:27: error:  
`GWorldPtr' declared as function returning a function
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:27: warning:  
parameter names (without types) in function declaration
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:29: error: parse  
error before "RgnHandle"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h:30: error: parse  
error before "Point"
In file included from /SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSX.h: 
32,
                  from /SourceCache/tcl/tcl-20/tk/tk/macosx/ 
tkMacOSXInt.h:27,
                  from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:92: error: parse  
error before "Tk_MacOSXEmbedGetGrafPortProc"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:110: error:  
`TkMacOSXGetDrawablePort' declared as function returning a function
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:112: error: parse  
error before "TkMacOSXGetRootControl"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:113: warning:  
type defaults to `int' in declaration of `TkMacOSXGetRootControl'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:113: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:146: error: parse  
error before "Tk_MacOSXEmbedGetGrafPortProc"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:153: error:  
`tkMacOSXGetDrawablePort' declared as function returning a function
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:154: error: parse  
error before "ControlRef"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:154: warning: no  
semicolon at end of struct or union
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:158: error: parse  
error before '}' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:158: warning:  
type defaults to `int' in declaration of `TkPlatStubs'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:158: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:163: error: parse  
error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:163: warning:  
type defaults to `int' in declaration of `tkPlatStubsPtr'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkPlatDecls.h:163: warning:  
data definition has no type or storage class
In file included from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:34:27: Carbon/ 
Carbon.h: No such file or directory
In file included from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:38: error: parse  
error before "CGrafPtr"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:38: warning: no  
semicolon at end of struct or union
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:39: warning: type  
defaults to `int' in declaration of `rootControl'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:39: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:42: error: parse  
error before "clipRgn"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:42: warning: type  
defaults to `int' in declaration of `clipRgn'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:42: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:43: error: parse  
error before "aboveClipRgn"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:43: warning: type  
defaults to `int' in declaration of `aboveClipRgn'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:43: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:49: error: parse  
error before '}' token
...failed CompileC /private/var/tmp/tcl/tcl-20.obj/tk/ 
Deployment.build/Wish.build/TkStubLibrary.build/Objects-normal/ppc/ 
tkStubLib.o ...
** BUILD FAILED **
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:90: error: parse  
error before "Tk_MacOSXEmbedGetGrafPortProc"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:90: warning: no  
semicolon at end of struct or union
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:94: error: parse  
error before '}' token
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:94: warning: type  
defaults to `int' in declaration of `TkMacOSXEmbedHandler'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:94: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:96: error: parse  
error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:96: warning: type  
defaults to `int' in declaration of `gMacEmbedHandler'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:96: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:129: error: parse  
error before "tkAppleMenu"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:129: warning: type  
defaults to `int' in declaration of `tkAppleMenu'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:129: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:130: error: parse  
error before "tkFileMenu"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:130: warning: type  
defaults to `int' in declaration of `tkFileMenu'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:130: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:131: error: parse  
error before "tkEditMenu"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:131: warning: type  
defaults to `int' in declaration of `tkEditMenu'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:131: warning: data  
definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:132: error: parse  
error before "tkMenuCascadeRgn"
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:132: warning: type  
defaults to `int' in declaration of `tkMenuCascadeRgn'
/SourceCache/tcl/tcl-20/tk/tk/macosx/tkMacOSXInt.h:132: warning: data  
definition has no type or storage class
In file included from /SourceCache/tcl/tcl-20/tk/tk/macosx/ 
tkMacOSXInt.h:157,
                  from ../generic/tkStubLib.c:46:
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:295: error:  
parse error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:298: error:  
parse error before "macWinPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:301: error:  
parse error before "whichWindow"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:317: error:  
parse error before "TkMacOSXMakeStippleMap"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:318: warning:  
type defaults to `int' in declaration of `TkMacOSXMakeStippleMap'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:318: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:341: error:  
parse error before "portPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:345: error:  
parse error before "TkMacOSXVisableClipRgn"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:346: warning:  
type defaults to `int' in declaration of `TkMacOSXVisableClipRgn'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:346: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:349: error:  
parse error before "Rect"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:352: error:  
parse error before "wRef"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:355: error:  
parse error before "RGBColor"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:364: error:  
parse error before "whichWindow"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:376: error:  
parse error before "window"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:550: error:  
parse error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:552: error:  
parse error before "macWinPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:553: error:  
parse error before "whichWindow"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:560: error:  
parse error before "BitMapPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:560: warning:  
no semicolon at end of struct or union
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:569: error:  
parse error before "portPtr"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:571: error:  
parse error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:571: warning:  
type defaults to `int' in declaration of `RgnHandle'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:571: error:  
`RgnHandle' declared as function returning a function
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:571: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:572: error:  
parse error before "Rect"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:573: error:  
parse error before "wRef"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:574: error:  
parse error before "RGBColor"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:577: error:  
parse error before "whichWindow"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:582: error:  
parse error before "window"
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:606: error:  
parse error before '}' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:606: warning:  
type defaults to `int' in declaration of `TkIntPlatStubs'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:606: warning:  
data definition has no type or storage class
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:611: error:  
parse error before '*' token
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:611: warning:  
type defaults to `int' in declaration of `tkIntPlatStubsPtr'
/SourceCache/tcl/tcl-20/tk/tk/generic/tkIntPlatDecls.h:611: warning:  
data definition has no type or storage class
../generic/tkStubLib.c:64: error: parse error before '*' token
../generic/tkStubLib.c:64: warning: type defaults to `int' in  
declaration of `tkPlatStubsPtr'
../generic/tkStubLib.c:64: warning: data definition has no type or  
storage class
../generic/tkStubLib.c:66: error: parse error before '*' token
../generic/tkStubLib.c:66: warning: type defaults to `int' in  
declaration of `tkIntPlatStubsPtr'
../generic/tkStubLib.c:66: warning: data definition has no type or  
storage class
../generic/tkStubLib.c: In function `Tk_InitStubs':
../generic/tkStubLib.c:113: warning: assignment from incompatible  
pointer type
../generic/tkStubLib.c:115: warning: assignment from incompatible  
pointer type
make[2]: *** [deploy] Error 1
make[1]: *** [/private/var/tmp/tcl/tcl-20.sym/tk/Tk.framework] Error 2
make: *** [tk] Error 2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
++++++++++
EXIT STATUS: 2

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)

iD8DBQFGripp0hzWbkf0eKgRAm11AJ96yyMsujxC6i7LuNHbisjC1zjNUACcD72T
1Et2w8iPpsJ5m26P4yImOEw=
=zAiF
-----END PGP SIGNATURE-----


More information about the darwinbuild-dev mailing list