From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Scanandoah Subject: Re: Any glfer users? Date: Sun, 16 Apr 2006 18:32:57 -0400 Message-ID: <4442C619.5030801@rochester.rr.com> References: <44427B4F.5010009@rochester.rr.com> <190E15D0-BFED-42F9-9216-7E53F5E25366@att.net> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <190E15D0-BFED-42F9-9216-7E53F5E25366@att.net> Sender: linux-hams-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="windows-1252"; format="flowed" To: Alex Flinsch Cc: linux-hams@vger.kernel.org It looks like it may be getting closer, but still no cigar. The error=20 messages have changed. I didn't have any problems with glfer back when I ran Mandrake, but I=20 could never get all my HW to play well together. al@linux:~/glfer-0.3.4> make make all-am make[1]: Entering directory `/home/al/glfer-0.3.4' if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/cairo=20 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12=20 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include=20 -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0=20 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include=20 -ggdb -O2 -Wall -MT g_main.o -MD -MP -MF ".deps/g_main.Tpo" -c -o=20 g_main.o g_main.c; \ then mv -f ".deps/g_main.Tpo" ".deps/g_main.Po"; else rm -f=20 ".deps/g_main.Tpo"; exit 1; fi In file included from g_main.c:34: g_save_image.h:25: error: conflicting types for=20 =91gdk_pixbuf_get_from_drawable=92 /opt/gnome/include/gtk-2.0/gdk/gdkpixbuf.h:97: error: previous=20 declaration of =91gdk_pixbuf_get_from_drawable=92 was here g_main.c: In function =91get_main_menu=92: g_main.c:151: warning: implicit declaration of function=20 =91gtk_accel_group_attach=92 g_main.c: In function =91spect_save_ok=92: g_main.c:182: warning: assignment discards qualifiers from pointer=20 target type g_main.c: In function =91open_file_ok=92: g_main.c:206: warning: assignment discards qualifiers from pointer=20 target type make[1]: *** [g_main.o] Error 1 make[1]: Leaving directory `/home/al/glfer-0.3.4' make: *** [all] Error 2 al@linux:~/glfer-0.3.4> Alex Flinsch wrote: >=20 > On Apr 16, 2006, at 1:13 PM, Al Scanandoah wrote: >=20 >> >> g_main.c: In function =91save_full_pixmap=92: >> g_main.c:1037: warning: pointer targets in passing argument 3 of=20 >> =91write_jpeg_file=92 differ in signedness >> make[1]: *** [g_main.o] Error 1 >> make[1]: Leaving directory `/home/al/glfer-0.3.4' >> make: *** [all] Error 2 >> al@linux:~/glfer-0.3.4> >> >> >> Has anyone encountered this before? >=20 > This compiles just fine on my mandrake system... but I have seen this= =20 > error before > change the define of write_jpeg_file in g_save_image.h and g_save_im= age.c > from (char *filename, int quality, char *image_buffer, int image_widt= h,=20 > int image_height) > to (char *filename, int quality, guchar *image_buffer, int=20 > image_width, int image_height) >=20 > and it should work >=20 >=20 > --=20 > Alex / AB2RC > avflinsch@att.net >=20 >=20 >=20 - To unsubscribe from this list: send the line "unsubscribe linux-hams" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html