Hello, FPC developers' list.
Previously I sent a patch which enabled some symbols that doesnot
present in gtk exports. gtk fpc package had that symbols before but they
were disabled via ifdef. While restructuring that ifdef I made them
visible and now on linux lazarus doesnot want to link (though on windows
it do that fine).
My apologies. Hope this patch solve all problems (iow, hope no more such
symbols are present).
--
Best regards,
Paul Ishenin.
Index: packages/gtk2/src/gtk+/gtk/gtkincludes.inc
===================================================================
--- packages/gtk2/src/gtk+/gtk/gtkincludes.inc (revision 11626)
+++ packages/gtk2/src/gtk+/gtk/gtkincludes.inc (working copy)
@@ -155,10 +155,10 @@
// new GtkFileChooser Widget
{$include gtkfilechooser.inc}
-{$include gtkfilechooserdefault.inc}
+//{$include gtkfilechooserdefault.inc} - no exports
{$include gtkfilechooserdialog.inc}
-{$include gtkfilechooserembed.inc}
-{$include gtkfilechooserentry.inc}
+//{$include gtkfilechooserembed.inc} - no exports
+//{$include gtkfilechooserentry.inc} - no exports
{$include gtkfilechooserprivate.inc}
{$include gtkfilechooserutils.inc}
{$include gtkfilechooserwidget.inc}
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel