From: Deepak B. <db...@gm...> - 2008-10-26 06:33:18
|
Hi , I am new to the freespeech mailing list and i was trying to compile FreeSpeech in my x86_64 linux system and i got the following error .. -- Hack Hack HackIn file included from ../../data-flow/include/ObjectRef.h:8, from ../../data-flow/include/Node.h:10, from Node.cc:3: ../../data-flow/include/net_types.h: In member function `void PrintableGenericType<T>::printOn(std::ostream&) const': ../../data-flow/include/net_types.h:76: error: there are no arguments to `className' that depend on a template parameter, so a declaration of `className' must be available ../../data-flow/include/net_types.h:76: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) ../../data-flow/include/net_types.h:76: error: `value' was not declared in this scope ../../data-flow/include/net_types.h: In member function `virtual void PrintableGenericType<T>::prettyPrint(std::ostream&) const': ../../data-flow/include/net_types.h:80: error: `value' was not declared in this scope ../../data-flow/include/net_types.h: In member function `void PrintableGenericType<T>::readFrom(std::istream&)': ../../data-flow/include/net_types.h:85: error: `value' was not declared in this scope ../../data-flow/include/net_types.h: In member function `void PrintableGenericType<T>::serialize(std::ostream&) const': ../../data-flow/include/net_types.h:93: error: there are no arguments to `className' that depend on a template parameter, so a declaration of `className' must be available ../../data-flow/include/net_types.h:93: error: `value' was not declared in this scope ../../data-flow/include/net_types.h: In member function `void PrintableGenericType<T>::unserialize(std::istream&)': ../../data-flow/include/net_types.h:97: error: `value' was not declared in this scope Node.cc: At global scope: Node.cc:394: fatal error: opening dependency file .deps/Node.Tpo: Permission denied compilation terminated. make[2]: *** [Node.lo] Error 1 make[2]: Leaving directory `/media/_opt_/voicelogin/freespeech/trunk/FreeSpeech/data-flow/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/media/_opt_/voicelogin/freespeech/trunk/FreeSpeech/data-flow' make: *** [all-recursive] Error 1 Any idea's on how to make this work ...? Regards Deepak |
From: Deepak B. <db...@gm...> - 2008-10-27 12:09:31
|
On Mon, Oct 27, 2008 at 5:16 PM, Keith Paterson <pat...@gm...>wrote: > Sorry Deepak > I haven't a clue about Linux > > Keith Paterson > My website is at www silverhairs co uk > Hi Keith, Okay .... , this seems like a GCC-4.2 problem the language was updated a lot since gcc-2.95 which is what freespeech is based on ... , so it seems to be showing incompatibilities.. Regards Deepak -- Hack Hack Hack |
From: Michael B. <dol...@gm...> - 2008-10-27 22:59:52
|
Deepak, I can't help you either directly. I'm curious as the status of this project. Does anybody know? That and "Overflow" as well. I haven't tried to compile it either. I'm looking around at what's available and this and Gnome Voice Control / Sphinx2 are the only things I have found to be close to viable. I'd like to set up a system that also trains. -- Michael Bonnet. On Mon, Oct 27, 2008 at 6:09 AM, Deepak Barua <db...@gm...> wrote: > > > On Mon, Oct 27, 2008 at 5:16 PM, Keith Paterson <pat...@gm...>wrote: > >> Sorry Deepak >> I haven't a clue about Linux >> >> Keith Paterson >> My website is at www silverhairs co uk >> > > Hi Keith, > Okay .... , this seems like a GCC-4.2 problem the language was > updated a lot since gcc-2.95 which is what freespeech is based on ... , so > it seems to be showing incompatibilities.. > > > Regards > Deepak > > -- > Hack Hack Hack > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > freespeech-general mailing list > fre...@li... > https://lists.sourceforge.net/lists/listinfo/freespeech-general > > |
From: Deepak B. <db...@gm...> - 2008-10-28 10:22:53
|
On Tue, Oct 28, 2008 at 4:29 AM, Michael Bonnet <dol...@gm...>wrote: > Deepak, > I can't help you either directly. I'm curious as the status of this > project. Does anybody know? That and "Overflow" as well. I haven't tried to > compile it either. I'm looking around at what's available and this and Gnome > Voice Control / Sphinx2 are the only things I have found to be close to > viable. I'd like to set up a system that also trains. > > -- Michael Bonnet. > > > On Mon, Oct 27, 2008 at 6:09 AM, Deepak Barua <db...@gm...> wrote: > >> >> >> On Mon, Oct 27, 2008 at 5:16 PM, Keith Paterson <pat...@gm... >> > wrote: >> >>> Sorry Deepak >>> I haven't a clue about Linux >>> >>> Keith Paterson >>> My website is at www silverhairs co uk >>> >> >> Hi Keith, >> Okay .... , this seems like a GCC-4.2 problem the language was >> updated a lot since gcc-2.95 which is what freespeech is based on ... , so >> it seems to be showing incompatibilities.. >> >> >> Regards >> Deepak >> >> -- >> Hack Hack Hack >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> freespeech-general mailing list >> fre...@li... >> https://lists.sourceforge.net/lists/listinfo/freespeech-general >> >> > Hi Micheal, There are a lot of problems with compiling freespeech in linux especially using the gcc-4.2 compiler ( latest) , It seems like the project has not been updated for some time now , i also tried the OMS overflow now flowdesigner program it gives me a segmentation fault when i run the final score_sv.n file to verfiy the speaker. Who is maintaining the code now ...? Cheers Deeps -- Hack Hack Hack |