[gvd-devel] CVS checkout?

Toralf Lund toralf@kscanners.com
Fri, 17 Aug 2001 18:14:14 +0200


On 2001.08.17 17:32 Arnaud Charlet wrote:
> > I managed to check out gvd sources from CVS earlier a while back, but
> now I
> > get:
> 
> Thanks, we will investigate.
Great. Thanks.
> 
> > Also, last time I tried, I wasn't able to build anything because GtkAda
> > and/or gnat was too old, although I was using the latest distributions
> I
> > could find - in RPM format, anyway.
> 
> You usually need the CVS version of GtkAda to build GVD, but without
> more details, there's not much we can say.
ARGH. I tried building GtkAda, but I didn't get very far because the Gtk
test program failed to link;
	configure:1703: gcc -o conftest -g -O2    conftest.c   1>&5
	configure:1695:21: gtk/gtk.h: No such file or directory
	configure: failed program was:
	#line 1693 "configure"
	#include "confdefs.h"

	#include <gtk/gtk.h>
	#include <stdio.h>

	int main() {
 	return ((gtk_major_version) || (gtk_minor_version) ||
(gtk_micro_version)); 
; return 0; }
[ from config.log]. Well, obviously gcc doesn't find gtk/gtk.h, as nobody
has told it where it's itstalled - the problem is that the output of
'gtk-config --cflags' is missing from command line.

I'll give up on this for today, I think...
> 
> > Speaking of RPM, a .spec file for gvd would also be nice, as I
> absolutely
> > refuse to install anything directly from source.
> 
> GVD binaries are available at libre.act-europe.fr, so you do not need to
> install from source. 
I know. The reason for trying to install from source is that I want to try
to make some minor modifications
- which could be fun as it's been 5 or 6 years since I wrote any Ada code.
> If you want to contribute a .spec file, that'd be
> great.
I might just do that...
> 
> Arno
>