WIP: fs-uae (amiga emulator)

2012-11-20 Thread Edd Barrett
Hi, I tried to update emulators/uae and it was crashy and years old... Then stumbled across this, fs-uae. Actively maintained and has a nice UI (press F12 to bring up HUD). See the sample config file for tips on how to make it faster if it is slow to start with. Remaining items: * Can't seem t

Re: WIP: fs-uae (amiga emulator)

2012-11-21 Thread Ryan Freeman
On Wed, Nov 21, 2012 at 12:28:42AM +, Edd Barrett wrote: > Hi, > > I tried to update emulators/uae and it was crashy and years old... Then > stumbled across this, fs-uae. Actively maintained and has a nice UI > (press F12 to bring up HUD). > > See the sample config file for tips on how to mak

Re: WIP: fs-uae (amiga emulator)

2012-11-21 Thread Edd Barrett
On Wed, Nov 21, 2012 at 11:05:11AM -0800, Ryan Freeman wrote: > Sweet! i started a build of this and it died at > > In file included from src/jit/compemu_support.cpp:603: > src/jit/compemu_raw_x86.cpp:1691:26: error: sys/ucontext.h: No such file or > directory > > missing a patch? I have to ru

Re: WIP: fs-uae (amiga emulator)

2012-11-21 Thread Stuart Henderson
On 2012/11/21 23:16, Edd Barrett wrote: > On Wed, Nov 21, 2012 at 11:05:11AM -0800, Ryan Freeman wrote: > > Sweet! i started a build of this and it died at > > > > In file included from src/jit/compemu_support.cpp:603: > > src/jit/compemu_raw_x86.cpp:1691:26: error: sys/ucontext.h: No such file o

Re: WIP: fs-uae (amiga emulator)

2012-11-21 Thread Edd Barrett
On Wed, Nov 21, 2012 at 11:46:54PM +, Stuart Henderson wrote: > On 2012/11/21 23:16, Edd Barrett wrote: > > On Wed, Nov 21, 2012 at 11:05:11AM -0800, Ryan Freeman wrote: > > > Sweet! i started a build of this and it died at > > > > > > In file included from src/jit/compemu_support.cpp:603: >

Re: WIP: fs-uae (amiga emulator)

2012-11-21 Thread Ryan Freeman
On Thu, Nov 22, 2012 at 01:42:33AM +, Edd Barrett wrote: > On Wed, Nov 21, 2012 at 11:46:54PM +, Stuart Henderson wrote: > > On 2012/11/21 23:16, Edd Barrett wrote: > > > On Wed, Nov 21, 2012 at 11:05:11AM -0800, Ryan Freeman wrote: > > > > Sweet! i started a build of this and it died at >

Re: WIP: fs-uae (amiga emulator)

2012-11-22 Thread Edd Barrett
On Thu, Nov 22, 2012 at 01:42:33AM +, Edd Barrett wrote: > TODO: > > * JIT fix. > * Get rid of do-build and do-install targets in Makefile. I seem to >have to define them otherwise the Python module takes over and tries >to run setup.py. I tried several things to stop this behaviour

Re: WIP: fs-uae (amiga emulator)

2012-11-22 Thread Edd Barrett
On Thu, Nov 22, 2012 at 10:45:54AM +, Edd Barrett wrote: > * 'setup.py install' dumps a load >of crap in ${WRKSRC}/launcher which is owned by root. This >means a normal user can not 'make clean'. Clean ups and fixed 'make clean' from sthen. I think we are good to go now. OK? -- Bes

Re: WIP: fs-uae (amiga emulator)

2012-11-24 Thread Ryan Freeman
On Thu, Nov 22, 2012 at 02:41:51PM +, Edd Barrett wrote: > On Thu, Nov 22, 2012 at 10:45:54AM +, Edd Barrett wrote: > > * 'setup.py install' dumps a load > >of crap in ${WRKSRC}/launcher which is owned by root. This > >means a normal user can not 'make clean'. > > Clean ups and fi