Code: Alles auswählen
sysutils.pp(824,3) Warning: Symbol "GetLocaleFormatSettings" is not portable
dateutil.inc(1975,25) Warning: Symbol "DateSeparator" is deprecated
dateutil.inc(1976,25) Warning: Symbol "DateSeparator" is deprecated
dateutil.inc(1978,25) Warning: Symbol "TimeSeparator" is deprecated
dateutil.inc(1979,25) Warning: Symbol "TimeSeparator" is deprecated
dateutil.inc(1980,28) Warning: Symbol "DecimalSeparator" is deprecated
cvarutil.inc(423,34) Warning: Symbol "ThousandSeparator" is deprecated
cvarutil.inc(424,34) Warning: Symbol "DecimalSeparator" is deprecated
fgl.pp(128,38) Error: Generics without specialization cannot be used as a type f
or a variable
fgl.pp(163,44) Error: Generics without specialization cannot be used as a type f
or a variable
fgl.pp(198,54) Error: Generics without specialization cannot be used as a type f
or a variable
fgl.pp(346,1) Fatal: There were 3 errors compiling module, stopping
Fatal: Compilation aborted
make[7]: *** [buildrtl.ppu] Error 1
make[7]: Leaving directory `X:/Pascal/fpcbuild/fpcsrc/rtl/win32'
make[6]: *** [win32_all] Error 2
make[6]: Leaving directory `X:/Pascal/fpcbuild/fpcsrc/rtl'
make[5]: *** [rtl] Error 2
make[5]: Leaving directory `X:/Pascal/fpcbuild/fpcsrc/compiler'
make[4]: *** [next] Error 2
make[4]: Leaving directory `X:/Pascal/fpcbuild/fpcsrc/compiler'
make[3]: *** [ppc1.exe] Error 2
make[3]: Leaving directory `X:/Pascal/fpcbuild/fpcsrc/compiler'
make[2]: *** [cycle] Error 2
make[2]: Leaving directory `X:/Pascal/fpcbuild/fpcsrc/compiler'
make[1]: *** [compiler_cycle] Error 2
make[1]: Leaving directory `X:/Pascal/fpcbuild/fpcsrc'
make: *** [build-stamp.i386-win32] Error 2
Code: Alles auswählen
make clean PP=X:\Pascal\Pascal\binaries\i386-win32\ppc386.exe
make install INSTALL_BASEDIR=X:\Pascal\Pascal\lazarus\fpc\svn PP=X:\Pascal\Pascal\binaries\i386-win32\ppc386.exe
Code: Alles auswählen
{$ifndef VER2_4}
procedure Assign(Source: TFPGList); <<<< Hier Fehler
{$endif VER2_4}
Muß ich auf der Kommandozeile noch was beim Kompilieren mitgeben ?!