From: Charles S. <bas...@ch...> - 2012-06-30 17:33:12
|
On Jun 30, 2012, at 4:55 AM, Ronald P. Regensburg wrote: > > Op 29 jun. 2012, om 23:49 heeft Robert Munafo het volgende geschreven: > >> On 6/29/12, Ronald P. Regensburg <ron...@xs...> wrote: >>> Well, strange that you do not have the problem. I tried again and mounting >>> CD-ROMs is definitely broken here. >>> >>> [...] >>> >>> So what can be different between your setup and mine that could explain why >>> you do not see the problem and I do? >> >> Here are the differences I notice: >> >> * I'm using Snow Leopard 10.6.8, you're using Lion > > I tried in 10.6.8 and the issue is there also. > > >> * I haven't tried building anything off git because I don't know how to (yet) > > Maybe the problems is of very recent date, after the source was moved from CVS to Git? > > I am also still struggling how to use git, but getting the latest revision is easy: > > https://github.com/cebix/macemu > Click "Downloads", and on the Downloads page click the "Download as zip" button. Typing this into the Terminal: git clone https://github.com/cebix/macemu is better than downloading the zip file, since this makes you a cloned repository with all the invisible “.git” directories. Without that stuff, it is much more of a pain to create patches. Charles |