[CSOUND-DEV:4078] Re: autoreconf -i -f
Date | 2004-02-22 14:20 |
From | "Michael Gogins" |
Subject | [CSOUND-DEV:4078] Re: autoreconf -i -f |
It looks like you have an earlier version of autoconf. Can you upgrade it? It also looks like you do not have libtool; you will need it to use this build system. You should execute "libtoolize" in the root build directory. My versions: autoconf (GNU Autoconf) 2.59 automake (GNU automake) 1.7.9 ltmain.sh (GNU libtool) 1.5 (1.1220.2.1 2003/04/14 22:48:00) The libtool library name warnings occur for me and can safely be ignored. ============================================ Michael Gogins gogins at pipeline period com Irreducible Productions CsoundVST, an extended version of Csound for programming music and sound Available at http://sourceforge.net/projects/csound/ ============================================ ----- Original Message ----- From: |
Date | 2004-02-22 14:48 |
From | John ffitch |
Subject | [CSOUND-DEV:4079] Re: autoreconf -i -f |
Date | 2004-02-22 14:50 |
From | John ffitch |
Subject | [CSOUND-DEV:4080] Re: autoreconf -i -f |
I think rather that having to upgrade four or five machines to use a more complex building system, it would be better to use a system that works more easily! Certainly do not have time today to search out these tools, and no doubt their dependencies. ==John |
Date | 2004-02-23 19:42 |
From | Anthony Kozar |
Subject | [CSOUND-DEV:4116] Re: autoreconf -i -f |
On 2/22/04 9:20 AM, Michael Gogins |
Date | 2004-02-23 20:54 |
From | steven yi |
Subject | [CSOUND-DEV:4118] Re: autoreconf -i -f |
Hi Anthony, End user shouldn't need the autotools to compile as they would get a src tarball that has all the auto-stuff predone, so will only need to do "./configure; make". For most end users, they probably shouldn't need to compile either and just receive binaries (with installers, as Richard Dobson mentioned). But I agree with you that we should maybe scale back to an earlier version (2.57?) of autotools as it's more likely to be found stock on most distributions. I have no idea what would have to be taken out to do that. steven p.s. - for OSX, releasing an App bundle wouldn't be likely as csound would be released as a commanline tool. Is there a convention for OSX commandline apps for packaging? >I think that we have already established from people's comments on this list >that there are many current Linux distributions that do not come with the >latest autotools. I know that I recently installed Mandrake PPC 9.1 and it >had an older version. My impression was that other major x86 linuxes were >in the same boat. > >You cannot expect people to upgrade half a dozen different command-line >tools to the latest versions just to be able to correctly install CSound. >Too many people will simply not be able to do this. Not everyone is a >programmer. Not everyone who uses Unix can sort out package dependency >problems, understand why autoconf -i -f fails, etc. > >The solution is to find a reasonable version of autotools to work from. >Find out what versions come installed by default on several popular Linux >distributions maybe even going back several versions of those distros and >use the oldest version you find for developing Csound. > >We need to start thinking about the Csound end users. > > |
Date | 2004-02-24 02:26 |
From | Anthony Kozar |
Subject | [CSOUND-DEV:4122] Re: autoreconf -i -f |
Sorry, I guess that I had the impression that anyone trying to install Csound from source would have to go through the same steps that were being discussed on the list. If running the configure script does not require having autotools, then I guess that we are in good shape. Thanks for the info Steven :) Anthony Kozar anthony.kozar@utoledo.edu On 2/23/04 3:54 PM, steven yi |