Menu

Install SphinxTrainer/Sphinx3 under Win XP

Help
2007-03-17
2012-09-22
  • Grossmann200

    Grossmann200 - 2007-03-17

    Hi,
    now, after two days of try-and-error, there must be someone who knows how to make it right. I downloaded with svn the Sphinxtrainer to my harddisk E:\Sphinx\tutorial\SphinxTrain. On my Windows XP (SP2) machine, Visual Studio 6 with C++ is installed. With a double click on SphinxTrain.dsw I started Visual Studio and with Build->Batch Build->Build All I started the compilation and I got hundreds of warning messages. Here a short snipped of them:

    [snip]
    E:\Sphinx\tutorial\SphinxTrain\src\libs\libcommon\two_class.c(308) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data
    vector.c
    E:\Sphinx\tutorial\SphinxTrain\src\libs\libcommon\vector.c(98) : warning C4244: '/=' : conversion from 'double ' to 'float ', possible loss of data
    was_added.c
    E:\Sphinx\tutorial\SphinxTrain\src\libs\libcommon\vector.c(157) : warning C4700: local variable 'p' used without having been initialized
    Creating library...
    [snip]

    Since, these warning are so many, I must have over-seen something, but I am giving up trying (and am close to crying). For those of you guys who take the time and can give me a short reply, I would be more than gratefull.

    Cheers
    The Alexander

     
    • The Grand Janitor

      For the errors, it is just artefacts of f2c. So don't worry, it is up and running. ;-)

      -a

       
    • Erik Larsen

      Erik Larsen - 2007-03-18

      Hi Alexander,

      Sphinx4 is written in Java, so you need a Java Developer Kit (get the latest version from java.sun.com), and I recommend using an IDE like Eclipse or Netbeans (which I use). To build Sphinx4, you'll also need ant (http://ant.apache.org/, which is integrated with Netbeans if you go that way). All this and other information is provided in the Sphinx4 documentation.

      Good luck,

      Erik

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.