Re: gEDA-user: git compilation problem: undefined reference to `gtk_selection_data_get_data'

2009-01-30 Thread Peter TB Brett
On Friday 30 January 2009 11:50:15 Sascha Silbe wrote:

 x_clipboard.o: In function `x_clipboard_get':
 /home/sascha.silbe/src/geda/gaf/gschem/src/x_clipboard.c:199: undefined
 reference to `gtk_selection_data_get_data'

 I cannot find that symbol in any library (in /usr/lib). Does gEDA now
 require GTK  2.8.20 (that's the version on my Debian etch system)?
 The strange thing is that it fails at link time, not compilation time
 (yes, I've done make distclean to ensure everything is compiled from
 scratch).

Yes, this is a 2.14.x function. I'll try and work out what the pre-2.14 
version is.

 Peter

-- 
Peter Brett

Electronic Systems Engineer
Integral Informatics Ltd



signature.asc
Description: This is a digitally signed message part.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: git compilation problem: undefined reference to `gtk_selection_data_get_data'

2009-01-30 Thread Peter Clifton
On Fri, 2009-01-30 at 16:31 +0100, Gabriel Paubert wrote:

 This is the kind of pure overhead that I dislike in gtk and would not 
 happen in other languages, but I hate C++ even more (I wrote one program
 with gtkmm, but am not going to repeat the experience).

Fortunately, the access of such members isn't in a tight loop - hence
the overhead becomes almost negligible. Not that I want to get into a
debate, but I don't think you will find any other language has less
overhead accessing a property - you just don't tend to see it.

 BTW: what is the proper way to only recompile part of gEDA when chasing
 this kind of bug. For now I have only found `make installĀ“ which recompiles
 everything even when it has not changed.

cd gschem/src
make install

-- 
Peter Clifton

Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA

Tel: +44 (0)7729 980173 - (No signal in the lab!)



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user