Click here to register.

Comments

Flat
HTK Makefile, on line 77 and gcc-4.5.3
User: wmhrae
Date: 9/23/2011 4:34 am
Views: 626
Rating: 1

First run your build script then grabe /tmp/htk/HLMTools/Makefile, on line 77 remove 8 spaces and hit tab, drop file in your build directory and remove and cat it in after configure problem solve ! see part of my build script

./configure    --prefix=$PKG/usr/ \
        --sysconfdir=/etc \
        --localstatedir=/var \
        --libdir=/usr/lib${LIBDIRSUFFIX} \
        --disable-static \
        --mandir=/usr/man \
        --build=$CHOST-mos-linux

# this is were you remove and add Makefile
rm /tmp/htk/HLMTools/Makefile || exit 1
cat $CWD/Makefile > /tmp/htk/HLMTools/Makefile || exit 1


make $JOBS
make all
make install

Make with gcc-4.5.3 fails but I build it with older version of gcc (have backwards compat libs since 01-01-2000! For those depleted software)

Hope my english is good enought for you to grab itLaughing

Reply
Re: HTK Makefile, on line 77 and gcc-4.5.3
User: kmaclean
Date: 9/26/2011 7:17 pm
Views: 29
Rating: 1

Thanks for the post!

Reply
PreviousNextAdd