From: Jim I. <ji...@ap...> - 2001-12-12 23:14:19
|
On 12/12/01 2:38 PM, "Ruediger Goetz" <rg...@r-...> wrote: > Hello, >=20 >=20 >=20 > <snip> >>>=20 >>> Unfortunately, it doens't say 'Build Succeeded', but 'Building Make ...= (1 >>> error, 1 warning)' (I skiped the >>> warning. >>>=20 >>> And hence it doesn't install anything. And if I compile Tk. it complain= s in >>> the end about=20 >>> 'can't locate framework for -framework Tcl'. It looks to me that someth= ing >>> went wrong, somehow. >>>=20 >>>=20 >>> Yours=20 >>>=20 >>> R=FCdiger Goetz >>>=20 >>>=20 >>> -=20 >>> R"udiger Goetz >>> rg...@r-... >>> WWW: http://www.r-goetz.de >>> Mail send by a Mac running Linux (SuSE-PPC) >>>=20 >>> _______________________________________________ >>> Tcl-mac mailing list >>> Tc...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcl-mac >>>=20 >>=20 >> Which target did you build? You need to build the "Tcl From Scratch" ta= rget >> to get the framework (or build all the other targets in sequence.) >>=20 >> Jim >> --=20 >> ++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D >> Jim Ingham ji...@ap... >> Developer Tools - gdb >=20 > Thats waht I did >=20 > Yours >=20 > R"udiger Goetz >=20 When you look at the build logs (you have to set building logs to "Detailed= " in PB for this to be really useful) do you see lots of messages about stuff like the .tcl files getting copied into the final product? The Project Builder build targets don't actually install anything, they jus= t assemble the framework in whatever you have told PB to use for its Products folder. Depending on whether you have chosen a separate build folder in the PB Building Preferences or not, the results will either be in the Products folder you have selected, or in a "build" folder under the macosx folder of Tcl & Tk if you have not selected one. The most convenient way to build Tcl/Tk is to set a common Build products folder in the PB Building Preferences. Then both the Tcl & Tk frameworks will be put in the same folder, and when you run the Wish Shell under the debugger, PB will set DYLD_FRAMEWORK_PATH correctly so that both frameworks will be found. =20 Then when you make a Tix project, you can build it in the same way, and everything will be happy. Jim --=20 ++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D++=3D Jim Ingham ji...@ap... Developer Tools - gdb |