Re: [MSEide-MSEgui-talk] MSE multi-system.

2016-09-19 Thread Martin Schreiber
On Monday 19 September 2016 22:58:59 Fred van Stappen wrote: > Hello Martin. > > I have added in /polYdev/mse_multisys/ ==> modified mselibc.pas. > This to make MSEgui demo compilable on FreeBSD 32 bit. > > This was added at line 1003: > > {$ifdef freebsd} > {$ifndef cpu64} > ino_t = __ino_t; > gid

Re: [MSEide-MSEgui-talk] MSE multi-system.

2016-09-19 Thread Fred van Stappen
Hello Martin. I have added in /polYdev/mse_multisys/ ==> modified mselibc.pas. This to make MSEgui demo compilable on FreeBSD 32 bit. This was added at line 1003: {$ifdef freebsd} {$ifndef cpu64} ino_t = __ino_t; gid_t = __gid_t; mode_t = __mode_t; uid_t = __uid_t; off_t = __off_t; blkside_t = _

Re: [MSEide-MSEgui-talk] MSE multi-system.

2016-09-19 Thread Fred van Stappen
> Wow, your list is getting very impressive now. I'll definitely take > another look at polYdev. For work, I always create a new development VM > per client. It seems your polYdev will be a *huge* time saver is setting up > those VMs. Thanks Graeme. And for extra, a VLC lib package (all video c

Re: [MSEide-MSEgui-talk] MSE multi-system.

2016-09-19 Thread Graeme Geldenhuys
On 2016-09-17 12:40, Fred van Stappen wrote: > So you will have a FreeBSD 10.3 64 + 32 bit system, with fpc FreeBSD > 64+32, fpc Linux 64+32, fpc Windows 32 and, of course, as super-star > MSEide and ideU installed, with MSEgui, working out of the box. Wow, your list is getting very impressive now