[9111] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: announce: gnotepad+ v1.0
daemon@ATHENA.MIT.EDU (Martin Schulze)
Thu Oct 8 22:41:16 1998
Date: Fri, 9 Oct 1998 04:40:26 +0200
From: Martin Schulze <joey@finlandia.Infodrom.North.DE>
To: Andy Kahn <kahn@zk3.dec.com>, gtk-list@redhat.com
Reply-To: Martin Schulze <joey@infodrom.north.de>
In-Reply-To: <19981008221951.A6571@vivian.zk3.dec.com>; from Andy Kahn on Thu, Oct 08, 1998 at 10:19:51PM -0400
Resent-From: gtk-list@redhat.com
Andy Kahn wrote:
> Requirements
> ------------
> - A Unix-based operating system with X-Windows.
> - The latest *stable* (not development) version of GTK correctly installed.
> If you do not have GTK, you can get it at http://www.gtk.org.
Which version?
I'm asking because 1.1.2 doesn't look sufficient:
kuolema!joey(ttype):/usr/src/debian/gnp+-1.0/src> make
gcc `gtk-config --cflags` -Wall -ansi -pedantic -g -O2 -DLINUX -D_POSIX_SOURCE -c msgbar.c -o msgbar.o
gcc -o gnp `gtk-config --libs` about.o appinfo.o clipboard.o debug.o dialog.o doc.o file.o main.o menu.o misc.o msgbar.o msgbox.o prefs.o print.o prjbar.o project.o recent.o search.o toolbar.o win.o
msgbar.o: In function `msgbar_printf':
/usr/src/debian/gnp+-1.0/src/msgbar.c:76: undefined reference to `g_vsprintf'
make: *** [gnp] Error 1
* we need to use g_vsprintf(), which is in glib/gstring.c, but isn't found in
* glib.h. and of course, we can't have gstring.h be public because it might
I would have guessed that you would include a copy of that file to be linked
against.
Regards,
Joey
--
No question is too silly to ask, but, of course, some are too silly
to answer. -- Perl book
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null