|
From: Kevin W. <sw...@wo...> - 2005-09-27 20:24:38
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm trying to build a "universal binary" of Tile on Mac OS X, 10.4, with gcc 4. I've successfully compiled Tk, but during make, Tile returns these errors: In file included from ./macosx/aquaTheme.c:35: /Users/kevin/tk/macosx/tkMacOSXInt.h:154: error: syntax error before 'int'In file included from ./macosx/aquaTheme.c:35: /Users/kevin/tk/macosx/tkMacOSXInt.h:154: error: syntax error before 'int' /Users/kevin/tk/macosx/tkMacOSXInt.h:155: error: syntax error before 'void' /Users/kevin/tk/macosx/tkMacOSXInt.h:156: error: syntax error before 'int' /Users/kevin/tk/macosx/tkMacOSXInt.h:157: error: syntax error before 'void' /Users/kevin/tk/macosx/tkMacOSXInt.h:158: error: syntax error before 'int' /Users/kevin/tk/macosx/tkMacOSXInt.h:159: error: syntax error before 'WindowClass' /Users/kevin/tk/macosx/tkMacOSXInt.h:155: error: syntax error before 'void' /Users/kevin/tk/macosx/tkMacOSXInt.h:156: error: syntax error before 'int' /Users/kevin/tk/macosx/tkMacOSXInt.h:157: error: syntax error before 'void' /Users/kevin/tk/macosx/tkMacOSXInt.h:158: error: syntax error before 'int' /Users/kevin/tk/macosx/tkMacOSXInt.h:159: error: syntax error before 'WindowClass' ./macosx/aquaTheme.c: In function 'ButtonElementDraw': ./macosx/aquaTheme.c:199: warning: passing argument 7 of 'DrawThemeButton' makes integer from pointer without a cast ./macosx/aquaTheme.c: In function 'ButtonElementDraw': ./macosx/aquaTheme.c:199: warning: passing argument 7 of 'DrawThemeButton' makes integer from pointer without a cast ./macosx/aquaTheme.c: In function 'PopupArrowElementDraw': ./macosx/aquaTheme.c:423: warning: passing argument 7 of 'DrawThemeButton' makes integer from pointer without a cast ./macosx/aquaTheme.c:436: warning: passing argument 6 of 'DrawThemePopupArrow' makes integer from pointer without a cast ./macosx/aquaTheme.c: In function 'PopupArrowElementDraw': ./macosx/aquaTheme.c:423: warning: passing argument 7 of 'DrawThemeButton' makes integer from pointer without a cast ./macosx/aquaTheme.c:436: warning: passing argument 6 of 'DrawThemePopupArrow' makes integer from pointer without a cast ./macosx/aquaTheme.c: In function 'TreeHeaderElementDraw': ./macosx/aquaTheme.c:827: warning: passing argument 7 of 'DrawThemeButton' makes integer from pointer without a cast ./macosx/aquaTheme.c: In function 'TreeHeaderElementDraw': ./macosx/aquaTheme.c:827: warning: passing argument 7 of 'DrawThemeButton' makes integer from pointer without a cast lipo: can't open input file: /var/tmp//ccCejjQ3.out (No such file or directory) make: *** [aquaTheme.o] Error 1 Any idea what the problem might be? - -- Cheers, Kevin Walzer, PhD WordTech Software http://www.wordtech-software.com sw at wordtech-software.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDOap+JmdQs+6YVcoRArUeAJ4iTt5v6Nti8m3wyu/08t2acIGPvgCfZLKF WabT0jCJzpLBVYSy7MyXqm4= =lq4z -----END PGP SIGNATURE----- |