2009/1/27 Tim Powys-Lybbe <[email protected]> > A first report: > > I completed the downloading and installation of Xcode Tools, though > only installed the 'Developer Tools Essentials'. > > I then downloaded the RPCemu and Allegro source code files and started > to process Allegro but the last few lines on Terminal were: > > Macintosh:Tim_Coltman tim$ ls > Mac_Guide_URL.rtf RPCEmu_Mac_Guide_files allegro-4.2.2.tar.gz > RPCEmu_Mac_Guide.html allegro-4.2.2 rpcemu-0.8.1.tar.gz > Macintosh:Tim_Coltman tim$ cd allegro-4.2.2 > Macintosh:allegro-4.2.2 tim$ chmod +x fix.sh > Macintosh:allegro-4.2.2 tim$ ./fix.sh macosx > Configuring Allegro for MacOS X ... > Done! > Macintosh:allegro-4.2.2 tim$ make > -bash: make: command not found > Macintosh:allegro-4.2.2 tim$ > > Note that I was not using the Public directory as there is already > enough in there and instead used a directory 'Tim_Coltman' within > 'RPCemu_for_Mac' within Documents. > > Why can't 'make' be found? > > I can put the full log of Terminal on my web-site if it is of any help > but most of it is unzipping Allegro. >
The XCode installer should give you the option of installing something called "UNIX Development Support". "Make" should be in there. Once you've installed this, it should be in /usr/bin. -- [email protected] _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
