Hi, I just got an FPC 2.7.1 update (r22088) and tried to do a new compile. Yes, I am using the released 2.6.0 as starting compiler. I get the following error in the fpdoc code.
Using Linux 64-bit with FPC 2.6.0 64-bit as starting compiler. =========================== ...snip... make[3]: Entering directory `/home/graemeg/devel/fpc-2.7.1/src/utils/dxegen' make[3]: Leaving directory `/home/graemeg/devel/fpc-2.7.1/src/utils/dxegen' make -C fpdoc all make[3]: Entering directory `/home/graemeg/devel/fpc-2.7.1/src/utils/fpdoc' /home/graemeg/devel/fpc-2.7.1/src/compiler/ppcx64 -Ur -Xs -O2 -n -S2h -Fu/home/graemeg/devel/fpc-2.7.1/src/rtl/units/x86_64-linux -Fu/home/graemeg/devel/fpc-2.7.1/src/packages/paszlib/units/x86_64-linux -Fu/home/graemeg/devel/fpc-2.7.1/src/packages/fcl-process/units/x86_64-linux -Fu/home/graemeg/devel/fpc-2.7.1/src/packages/hash/units/x86_64-linux -Fu/home/graemeg/devel/fpc-2.7.1/src/packages/fpmkunit/units/x86_64-linux -Fu/home/graemeg/devel/fpc-2.7.1/src/packages/fcl-base/units/x86_64-linux -Fu/home/graemeg/devel/fpc-2.7.1/src/packages/fcl-xml/units/x86_64-linux -Fu/home/graemeg/devel/fpc-2.7.1/src/packages/fcl-passrc/units/x86_64-linux -Fu/home/graemeg/devel/fpc-2.7.1/src/packages/chm/units/x86_64-linux -FE. -FUunits/x86_64-linux -Cg -dx86_64 -dRELEASE fpdoc.pp dw_html.pp(1908,50) Error: Incompatible type for arg no. 2: Got "Pointer", expected "AnsiString" dw_html.pp(3562) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted make[3]: *** [fpdoc] Error 1 make[3]: Leaving directory `/home/graemeg/devel/fpc-2.7.1/src/utils/fpdoc' make[2]: *** [fpdoc_all] Error 2 make[2]: Leaving directory `/home/graemeg/devel/fpc-2.7.1/src/utils' make[1]: *** [utils_all] Error 2 make[1]: Leaving directory `/home/graemeg/devel/fpc-2.7.1/src' make: *** [build-stamp.x86_64-linux] Error 2 =========================== -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
