Building flac git head on OS/2 dies when running "sh /usr/bin/autoreconf --install --force" ... configure.ac:32: installing './compile' configure.ac:35: installing './config.guess' configure.ac:344: error: required file './config.rpath' not found configure.ac:35: installing './config.sub' configure.ac:26: installing './install-sh' configure.ac:26: installing './missing' examples/c/decode/file/Makefile.am: installing './depcomp' autoreconf: failed to run automake: SYS0003=0x3: The system cannot find the path specified [K:\usr\local\src\flac]sh /usr/bin/automake configure.ac:344: error: required file './config.rpath' not found ... Is this an auto tools porting bug or flac bug? Touch flac/config.rpath seems to fix the issue. Dave
Dave Yeo wrote:> Building flac git head on OS/2 dies when running "sh /usr/bin/autoreconf > --install --force"Don't run autoreconf, use autogen.sh in the FLAC git repo which contains: touch config.rpath Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On 07/31/15 11:53 PM, Erik de Castro Lopo wrote:> Dave Yeo wrote: > >> >Building flac git head on OS/2 dies when running "sh /usr/bin/autoreconf >> >--install --force" > Don't run autoreconf, use autogen.sh in the FLAC git repo which contains: > > touch config.rpathusing a port of DASH, [K:\usr\local\src\flac]sh autogen.sh function: not found autogen.sh: 13: Syntax error: "}" unexpected Plus symlinks are unwanted. Dave