From: Haejoong L. <hae...@un...> - 2002-03-11 03:23:19
|
> I'm having repeated problems building from the CVS sources. The whole build > system seems very sensitive to changes and fails more often than not after a > cvs update or hand edit when I want to recompile cleanly. Mainly this seems > to be to do with Makefile.in files needing regenerating etc. > > I'm not familiar enough with automake etc. to see easily what the answer is > but I hope that things could work better than this. > > Sorry this is just a whinge at the moment, I'll try to be more constructive > if I get time to explore. Sorry, but I don't understand what is wrong with the build system. I don't see what you don't like about the build system. Could you be more specific? Maybe you can just describe what you did and what went wrong. It is recommended that you not modify Makefile.in. It's automatically generated by GNU automake. You can play with Makefile.am or configure.in files. In that case, however, make sure that you have latest automake, autoconf and maybe libtool packages installed. If you want to learn more about autotools, there is a great reference on the web: http://sources.redhat.com/autobook/ Thanks, Haejoong P.S. Do you still have precision problem with AIF loader? Please let me know. |