Show Tips
Sorted by relevance | Sort by date
Found 3 matching posts for lion gcc in Smalltalk VM - Beginners
... case for Xcode) a. From command line, "cd cog/build; cmake -G Xcode" b. For Lion: In Xcode, choose gcc as project compiler (project will be in pwd when you did the CMake i.e. cog/build) 5. Create (C part of) hook to skip selector a. In Xcode, do a text search for "skipMe", which you'll...
in Smalltalk VM - Beginners by Sean P. DeNigris — 15 replies in thread
...: #( FT2Plugin ); > generateForDebug; "will be a debug build" > generateSources; "Slang -> C" > generate. "CMake configuration" > 4. Configure (in this case for Xcode) > a. From command line, "cd cog/build; cmake -G Xcode" > b. For Lion: In Xcode...
in Smalltalk VM - Beginners by Luc Fabresse — 15 replies in thread
... Xcode) >> a. From command line, "cd cog/build; cmake -G Xcode" >> b. For Lion: In Xcode, choose gcc as project compiler (project will be in >> pwd when you did the CMake i.e. cog/build) >> >> http://forum.world.st/file/n4161823/Screen_Shot_2011-12-05_at_1.52.24_PM.png >> 5. Create (C part...
in Smalltalk VM - Beginners by Mariano Martinez Peck — 15 replies in thread
Show Tips