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_t = __gid_t;
> mode_t = __mode_t;
> uid_t = __uid_t;
> off_t = __off_t;
> blkside_t = __blkside_t;
> blkcnt_t = __blkcnt_t;
> {$endif}
> {$endif}
>
> With this change, MSEide (and all other MSEgui applications) can be
> compiled-running for FreeBSD 64/32.
>
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. I 
don't have FreeBSD 32 so I can't check it.

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to