|
From: Hans-Bernhard B. <br...@ph...> - 2004-09-06 11:14:19
|
Donald Burns wrote: > Oh dear. I've seen the patches go past for this feature but have been > unable to get them to work. I downloaded the CVS gnuplot but patching > broke with all sorts of offsets and fuzz. I haven't followed this discussion very closely, but maybe the patches weren't made against the current CVS head revision to begin with? Anyway: offsets and fuzz don't necessarily mean trouble. Only actual rejected hunks do. > As I am not really familiar > with CVS, patching, etc I wonder if somebody could help get me going? I > specified the module name "gnuplot" for the CVS check-out, but autoconf > died about 1000 lines into configure.in. How could that be? It only has 994 lines ;-) Generally, you'll need rather current versions of automake and autoconf installed to be able to work with the CVS sources. And don't forget to run ./prepare before you do anything else after the 'cvs checkout'. |