als ich heute mein paint2 projekt complieren möchte !
meckert der commplier in irgenwleche units sein fehler:
Code: Alles auswählen
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(981,3) Error: Identifier not found "gtk_window_set_skip_taskbar_hint"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(981,58) Error: Illegal expression
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2154,7) Error: Identifier not found "g_signal_stop_emission_by_name"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2154,70) Error: Illegal expression
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2176,25) Error: Identifier not found "GDK_KEY_KP_SPACE"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2183,29) Error: Identifier not found "GDK_KEY_AT"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2207,9) Error: Identifier not found "GDK_Key_Return"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2207,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2208,9) Error: Identifier not found "GDK_Key_Escape"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2208,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2208,23) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2209,9) Error: Identifier not found "GDK_Key_Tab"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2209,20) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2209,20) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2216,9) Error: Identifier not found "GDK_Key_BackSpace"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2216,26) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2217,9) Error: Identifier not found "GDK_Key_Clear"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2217,22) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2217,22) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2218,9) Error: Identifier not found "GDK_Key_Insert"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2218,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2218,23) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2219,9) Error: Identifier not found "GDK_Key_Delete"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2219,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2219,23) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2220,9) Error: Identifier not found "GDK_Key_Home"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2220,21) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2220,21) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2221,9) Error: Identifier not found "GDK_Key_End"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2221,20) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2221,20) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2222,9) Error: Identifier not found "GDK_Key_Left"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2222,21) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2222,21) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2223,9) Error: Identifier not found "GDK_Key_Right"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2223,22) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2223,22) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2233,9) Error: Identifier not found "GDK_Key_Escape"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2233,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2240,9) Error: Identifier not found "GDK_Key_Return"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2240,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2241,9) Error: Identifier not found "GDK_Key_Tab"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2241,20) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2241,20) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2242,9) Error: Identifier not found "GDK_Key_BackSpace"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2242,26) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2242,26) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2243,9) Error: Identifier not found "GDK_Key_Clear"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2243,22) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2243,22) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2243,22) Fatal: There were 50 errors compiling module, stopping
und ich nehme auch nur LCL gtk 1 !!
kann mir da jemmand weiter helfen ?
das hatte ich in letzer zeit übrings oft das ich an einem projekt arbeite und auf einmal findet er irgenwelche dateien nicht mehr ! und voher ging es noch !
Edit: ich habe das verzeichnis: /usr/lib/lazarus/lcl/interfaces 10000 mal neu erstellt bzw. per make clean all und make install all neu compliert er ist nicht in der lage eine funktion zu finden:
ich weiß einfach nicht mehr weiter und vorallem warum das passiert ist ! kommmt das durch den wechsel auf version 21 ? ich verstehe das nicht mehr/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2155,7) Error: Identifier not found "g_signal_stop_emission_by_name"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2155,70) Error: Illegal expression
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2177,25) Error: Identifier not found "GDK_KEY_KP_SPACE"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2184,29) Error: Identifier not found "GDK_KEY_AT"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2208,9) Error: Identifier not found "GDK_Key_Return"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2208,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2209,9) Error: Identifier not found "GDK_Key_Escape"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2209,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2209,23) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2210,9) Error: Identifier not found "GDK_Key_Tab"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2210,20) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2210,20) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2217,9) Error: Identifier not found "GDK_Key_BackSpace"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2217,26) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2218,9) Error: Identifier not found "GDK_Key_Clear"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2218,22) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2218,22) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2219,9) Error: Identifier not found "GDK_Key_Insert"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2219,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2219,23) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2220,9) Error: Identifier not found "GDK_Key_Delete"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2220,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2220,23) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2221,9) Error: Identifier not found "GDK_Key_Home"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2221,21) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2221,21) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2222,9) Error: Identifier not found "GDK_Key_End"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2222,20) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2222,20) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2223,9) Error: Identifier not found "GDK_Key_Left"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2223,21) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2223,21) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2224,9) Error: Identifier not found "GDK_Key_Right"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2224,22) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2224,22) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2234,9) Error: Identifier not found "GDK_Key_Escape"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2234,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2241,9) Error: Identifier not found "GDK_Key_Return"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2241,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2242,9) Error: Identifier not found "GDK_Key_Tab"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2242,20) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2242,20) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2243,9) Error: Identifier not found "GDK_Key_BackSpace"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2243,26) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2243,26) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2244,9) Error: Identifier not found "GDK_Key_Clear"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2244,22) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2244,22) Error: duplicate case label
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2245,9) Error: Identifier not found "GDK_Key_Insert"
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2245,23) Error: Constant Expression expected
/usr/lib/lazarus/lcl/interfaces/gtk/gtkproc.inc(2245,23) Fatal: There were 50 errors compiling module, stopping

edit2:
es scheit an {$DEFINE gtk1} zu liegen alle fehler die auftreten sind im falschen abschnitt der eigentlich g arnicht beachtet werden soll ! ich hoffe ein neustart bring was !