habe heute die FPC Version 3.04 installiert und dann mal versucht den SVN-Trunk zu bauen.
Leider bricht er mir dann mit folgendem ab.
Code: Alles auswählen
/home/corpsman/lazarus/ide/main.pp(240,40) Hint: (5024) Parameter "Sender" not used
/home/corpsman/lazarus/ide/main.pp(423,35) Hint: (5024) Parameter "Sender" not used
(9022) Compiling resource ../units/x86_64-linux/gtk2/lazarus.or
(9015) Linking ../lazarus
/usr/bin/ld: warning: ../link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lgdk-x11-2.0
/usr/bin/ld: cannot find -lgtk-x11-2.0
/usr/bin/ld: cannot find -lpango-1.0
/usr/bin/ld: cannot find -lcairo
/usr/bin/ld: cannot find -latk-1.0
/home/corpsman/lazarus/ide/lazarus.pp(167,1) Error: (9013) Error while linking
/home/corpsman/lazarus/ide/lazarus.pp(167,1) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Makefile:4142: recipe for target 'lazarus' failed
make[2]: *** [lazarus] Error 1
make[2]: Leaving directory '/home/corpsman/lazarus/ide'
Makefile:4570: recipe for target 'ide' failed
make[1]: *** [ide] Error 2
make[1]: Leaving directory '/home/corpsman/lazarus/ide'
Makefile:3273: recipe for target 'ide' failed
make: *** [ide] Error 2
corpsman@corpsman ~/lazarus $ ^C
