On Mon, Dec 20, 2010 at 09:39:22AM +0000, Mark Morgan Lloyd wrote:
> uses
> SysUtils, Classes, dos, LCLProc
> {$IFDEF HasIconvEnc},iconvenc{$ENDIF};
>
> Where do I go next? :-)
This is a FPC issue not lazarus. FPC doesn't compile the iconvenc package (
fpc/packages/iconvenc ) not for solaris.
If you can confirm that it works, I'll enable it.
There are more such packages, see the "dirs=" statements in
fpc/packages/Makefile.fpc. (to the dirs_solaris line "iconvenc" should be
added).
Probably you want to make a difference between the solaris line and the
FreeBSD (this avoids some inheritly Linux specific packages) line there, and
test which packages work with solaris.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus