Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 3 of 3

This is a discussion on Need help with flite in the Shared & Semi-Dedicated forum
Hiya, I try to install flite on my vps, but get lot of warning when compiling it and can't do "make install" after. Is someone ...

  1. #1
    JPC Member
    Join Date
    Apr 2006
    Posts
    19

    Need help with flite

    Hiya,

    I try to install flite on my vps, but get lot of warning when compiling it and can't do "make install" after.

    Is someone has successfully installed it on his vps?

    Dino

  2. #2
    JPC Senior Member
    Join Date
    Jun 2005
    Posts
    78
    is this what you are trying?

    Code:
    wget http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/flite-1.2-release.tar.gz
    tar zxvf flite-XXX.tar.gz
    cd flite-XXX
    ./configure
    make
    make install

  3. #3
    JPC Member
    Join Date
    Apr 2006
    Posts
    19
    I tried first with the version 1.3 and tried after with the version 1.2.

    Both no success. with 1.2, I got this error message:
    Code:
    gcc    -I../include -g -O2 -Wall    -c find_sts_main.c -o find_sts_main.o
    find_sts_main.c: In function `find_sts':
    find_sts_main.c:96: error: assignment of read-only member `size'
    find_sts_main.c:100: error: assignment of read-only location
    find_sts_main.c:103: error: assignment of read-only location
    make[1]: *** [find_sts_main.o] Error 1
    make: *** [.make_build_dirs] Error 2

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •