From c36d8e2b3bf2382de348a42c2eebe9b0d2728bbc Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Mon, 13 Sep 1999 22:31:07 +0000 Subject: [PATCH] -export-symbols only works with -export-dynamic, so add it. * app/Makefile.am: -export-symbols only works with -export-dynamic, so add it. * plug-ins/gimpressionist/preview.c: dictch naughty // comment -Yosh --- ChangeLog | 7 +++++++ app/Makefile.am | 2 +- plug-ins/gimpressionist/preview.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 242de09bbe..ca7e96ab89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 13 15:29:46 PDT 1999 Manish Singh + + * app/Makefile.am: -export-symbols only works with -export-dynamic, + so add it. + + * plug-ins/gimpressionist/preview.c: dictch naughty // comment + Mon Sep 13 16:45:30 1999 ape@gandalf.spacetec.no (Asbjorn Pettersen) * plug-ins/helpbrowser/helpbrowser.c (load_page): BUG in helpbrowser. diff --git a/app/Makefile.am b/app/Makefile.am index 378d371590..0bb3009be4 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -440,7 +440,7 @@ EXTRA_DIST = \ wilber.ico -gimp_LDFLAGS = -export-symbols $(srcdir)/gimp.sym +gimp_LDFLAGS = -export-dynamic -export-symbols $(srcdir)/gimp.sym AM_CPPFLAGS = \ -DLIBDIR=\""$(gimpplugindir)"\" \ diff --git a/plug-ins/gimpressionist/preview.c b/plug-ins/gimpressionist/preview.c index 37cfe25a80..99af5a0cb4 100644 --- a/plug-ins/gimpressionist/preview.c +++ b/plug-ins/gimpressionist/preview.c @@ -85,7 +85,7 @@ void updatepreviewprev(GtkWidget *wg, void *d) for(i = 0; i < PREVIEWSIZE; i++) { memset(buf,0,PREVIEWSIZE*3); - //for(j = 0; j < p.width; j++) + /*for(j = 0; j < p.width; j++)*/ gtk_preview_draw_row(GTK_PREVIEW(previewprev), (guchar *)&p.col[i*PREVIEWSIZE*3], 0, i, PREVIEWSIZE); } killppm(&p);