Re: ArcEm OS X port

2012-06-05 Thread Jeffrey Lee
Hi guys, As you've seen there are quite a few bits which need fixing up in order to get the OS X port to work again. I would have done most of it myself, but then Ian said he was planning on redoing the OS X port from scratch, so I decided to leave the tidying up to him (especially since I don'

Re: ArcEm OS X port

2012-05-30 Thread Jerome Vernet
Le 30/05/12 00:25, Ralph Corderoy a écrit : > Hi Jerome, > > Does looking across all architectures to see what they do help? > Something like > > grep -rw HOSTDISPLAY . > > from the top of the tree? > > I see things like > > > http://arcem.cvs.sourceforge.net/viewvc/arcem/arcem/arch/stdd

Re: ArcEm OS X port

2012-05-29 Thread Ralph Corderoy
Hi Jerome, Does looking across all architectures to see what they do help? Something like grep -rw HOSTDISPLAY . from the top of the tree? I see things like http://arcem.cvs.sourceforge.net/viewvc/arcem/arcem/arch/stddisplaydev.c?revision=1.3&view=markup#l232 Cheers, Ralph.

Re: ArcEm OS X port

2012-05-29 Thread Jerome Vernet
Hi, I cannot see how i can fix these error: 'HOSTDISPLAY' undeclared (first use in this function) in dispkbd.c in the macosx folder. Cannot find *where* are declared HOSTDISPLAY, XCOLOR, DISPLAYCONTROL, etc... Macro ?? J.? VERNET --

Re: ArcEm OS X port

2012-05-28 Thread Ralph Corderoy
Hi, Michael Dales wrote: > I suspect the easier thing to do would be to start the Xcode project > afresh. I know nothing about Mac OS X development and XCode so I could be off track here but I've a vague memory that it would be nice if the bare minimum could go under revision control this time an

Re: ArcEm OS X port

2012-05-28 Thread Jerome Vernet
Hi, Nice to see efforts! please,try to make an XCode 3.2 compatible.project, if this can be done. On my,side,,didn't,succeeded to fully build, as even the makefile procided do not work. Will try under Linux. Envoyé de mon iPad Le 28 mai 2012 à 11:21, Ian Jeffray a écrit : > Hi Jerome, all,

Re: ArcEm OS X port

2012-05-28 Thread Ian Jeffray
Hi Jerome, all, This is also exactly what I've been doing - re-started the project in XCode4. Back in the UK this week so will check it and see if I can help try and progress things :) Ian On 27 May 2012, at 11:58, Jerome Vernet wrote: > Le 27/05/12 11:52, Michael Dales a écrit : >> Hey the

Re: ArcEm OS X port

2012-05-27 Thread Jerome Vernet
Le 27/05/12 11:52, Michael Dales a écrit : > Hey there, > > For reference, I did the original port way back when. > > I suspect the easier thing to do would be to start the Xcode project afresh. > The way the original project was built I suspect wasn't great, as Xcode > wanted really to be at the

Re: ArcEm OS X port

2012-05-27 Thread Michael Dales
Hey there, For reference, I did the original port way back when. I suspect the easier thing to do would be to start the Xcode project afresh. The way the original project was built I suspect wasn't great, as Xcode wanted really to be at the root of the project, but I was directed to ensure all

Re: ArcEm OS X port

2012-05-27 Thread Jerome Vernet
Le 27/05/12 11:10, Alex Macfarlane Smith a écrit : > I'd hazard a guess that lines 42-45 are relevant: > > 42PDD_Name(x) > 43- Macro used to convert symbol name 'x' into an > instance-specific version > 44of the symbol. e.g. > 45

Re: ArcEm OS X port

2012-05-27 Thread Jerome Vernet
Hi, I have a more recent XCode Project for Arcem, but wich fail to build with these messages: /Users/jeromevernet/Documents/dev/arcem/arcem/macosx/ArcemProj/../../arch/paldisplaydev.c:129: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /Users/jeromevernet/Documents/de

ArcEm OS X port

2012-05-26 Thread Kris Adcock
Evening gents! I'm trying to get ArcEm compiling under Mac OS X, but it's doing my little brain in. Admittedly, this isn't helped by my wife's insistence on watching Eurovision, and the two beers I've had. Is there anyone on this list more familiar with the OSX port who could possibly have a g