On Sunday 04 September 2016 23:09:23 Fred van Stappen wrote:
> >I don't know why in your compilation "some constants are not defined".
> > Which constants?
>
> Hello Martin.
>
> Here the messages from a FreeBSD 64 bit system using fpc-32 bit:
>
> Free Pascal Compiler version 3.0.0 [2015/11/14] for i386
> Copyright (c) 1993-2015 by Florian Klaempfl and others
> Target OS: FreeBSD/ELF for i386
> ...
> Compiling /usr/local/share/msegui/lib/common/kernel/mselibc.pas
> mselibc.pas(1112,1) Error: Forward type not resolved "Ino_t"
> mselibc.pas(1112,1) Error: Forward type not resolved "Gid_t"
> mselibc.pas(1112,1) Error: Forward type not resolved "Mode_t"
> mselibc.pas(1112,1) Error: Forward type not resolved "Uid_t"
> mselibc.pas(1112,1) Error: Forward type not resolved "Blksize_t"
> mselibc.pas(1112,1) Error: Forward type not resolved "Blkcnt_t"
> mselibc.pas(3027,1) Fatal: There were 6 errors compiling module, stopping
> Fatal: Compilation aborted
>
You need to define the base types for 32 bit FreeBSD, check the *.h files of 
your 32-bit FreeBSD distribution. The 64 bit equivalents are at 
lib/common/kernel/mselibc.pas:832.

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to