-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
This commit is contained in:
Manish Singh 1999-09-13 22:31:07 +00:00
parent 9cc7a58cfa
commit c36d8e2b3b
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Mon Sep 13 15:29:46 PDT 1999 Manish Singh <yosh@gimp.org>
* 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.

View File

@ -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)"\" \

View File

@ -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);