On 2016-12-09 16:02, Ondrej Pokorny via Lazarus wrote: > But for the start to > me it looks like you didn't test the package with range checks on and > overflow checks on.
Interestingly, I just enabled Range Checking and Overflows on, clearer all *.ppu files and rebuilt the code. The output is below. No errors or warnings were given. I used FPC 2.6.4 for development. Either way, I'll look into it anyway. ============================================ Hint: (11030) Start of reading config file /home/graemeg/.fpc.cfg Hint: (11031) End of reading config file /home/graemeg/.fpc.cfg Free Pascal Compiler version 2.6.4 [2014/03/03] for x86_64 Copyright (c) 1993-2014 by Florian Klaempfl and others (1002) Target OS: Linux for x86-64 (3104) Compiling ttfdump.lpr (3104) Compiling /home/graemeg/devel/fpcpackages/fppdf/src/fpparsettf.pp (3104) Compiling /home/graemeg/devel/fpcpackages/fppdf/src/fpttfencodings.pp (1010) Writing Resource String Table file: fpparsettf.rst (3104) Compiling /home/graemeg/devel/fpcpackages/fppdf/src/fpfonttextmapping.pp (3104) Compiling /home/graemeg/devel/fpcpackages/fppdf/src/fpttfsubsetter.pp /home/graemeg/devel/fpcpackages/fppdf/src/fpttfsubsetter.pp(687,5) Hint: ...snip... (1010) Writing Resource String Table file: fpttfsubsetter.rst (9015) Linking ttfdump /usr/bin/ld: warning: link.res contains output sections; did you forget -T? (1008) 4524 lines compiled, 0.8 sec (1022) 16 hint(s) issued ============================================ Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
