Re: [dev] [surf] can't compile on debian sid

2011-04-28 Thread Francesco Marass
I believe you need to append -lX11 to your libraries line in config.mk. Cheers On Wed, Apr 27, 2011 at 11:27 AM, thu...@singularity.fr wrote: I tried to compile surf recently, but it returns an error (see attached file). I'm running on debian sid, so I suppose it's because of an error in

Re: [dev] [surf] can't compile on debian sid

2011-04-28 Thread Thuban
Great, that was exactly the problem! I don't understand why it is necessary now, as it wasn't before, but thank you! :) Le 08:42:56 le 28 avril 2011 , Francesco Marass a écrit : I believe you need to append -lX11 to your libraries line in config.mk. Cheers On Wed, Apr 27, 2011 at 11:27 AM,

[dev] [surf] can't compile on debian sid

2011-04-27 Thread thuban
I tried to compile surf recently, but it returns an error (see attached file). I'm running on debian sid, so I suppose it's because of an error in libX11-dev package? What do you think? CC = cc CC -o surf /usr/bin/ld: surf.o: undefined reference to symbol 'XSync' /usr/bin/ld: note: 'XSync'