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

2017-02-26 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; >

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

2016-09-20 Thread Fred van Stappen
> > Did you check if the size and structure of all system types are correct > > for > > > > FreeBSD 32? They are defined in the *.h files of the FreeBSD > > installation. > > No. > > > Huh, ... there are billions of *.h files. > I know. And there are several levels of include files... > Where do

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

2016-09-20 Thread Fred van Stappen
> Did you check if the size and structure of all system types are correct for > FreeBSD 32? They are defined in the *.h files of the FreeBSD installation. No. Huh, ... there are billions of *.h files. Where do you prefer that I check ? Fre;D

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

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

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

2016-09-16 Thread Martin Schreiber
On Saturday 17 September 2016 06:28:35 Fred van Stappen wrote: > Hello Martin. > > Here result of MSE code compiled and runing on a unique FreeBSD system > (polYdev). > Congrats! Now your hair can sprout again. ;-) I admire your patience. Martin

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

2016-09-16 Thread Fred van Stappen
Hello Martin. Here result of MSE code compiled and runing on a unique FreeBSD system (polYdev). [cid:41d0545b-ea3b-429f-81ef-0eaf005319ea] PS: For MSE-FreeBSD-32, mselib.pas was adapted following your advices. Fre;D