From: Ben C. <bcl...@pe...> - 2005-02-04 13:35:00
|
Daniel, Yves is right, I did forget to include this stage :( I hope this works for you. Ben Yves wrote: > Daniel, > > When you made the changes with my patch, you have to run > > libtoolize -f (I don't think this is necessary, but I'm not sure) > aclocal -I m4 > autoconf > autoheader > automake -a -c > configure && make (this is what you do) > > If you don't do that, configure will not take the patch into account. Ben forgot to tell > you in his previous mail. > Could you try again and tell us ? > > Yves > > >>The patch didn't woked, but I've done the changes by hand. >>Unfortunately after the run of configure && make exactly the same error >>messages appeard on the console. I've tried to generate either shared and >>static libs. In both cases make broke with errors like last time: nothing >>changed. > > >>>This patch is against 0.105.3, but will work against 0.105.4. Please >>>edit the patch and change 0.105.3 to 0.105.4 before use. Don't worry if >>>the Changelog doesn't patch. >>> >>>$ edit patch.... >>>$ patch -p1 < patch... >>>$ cd perfparse-0.105.4 >>>$ ./configure .... >>>$ make > > > |