Hi Fred, On Wed, Jul 18, 2012 at 7:36 PM, <[email protected]> wrote: > debian testing (wheezy) 32-bit > jackd Version: 5 > jackd2 Version: 1.9.8~dfsg.4+20120529git007cdc37-1 > libjack-jackd2-0 Version: 1.9.8~dfsg.4+20120529git007cdc37-1 > libjack-jackd2-dev Version: 1.9.8~dfsg.4+20120529git007cdc37-1 > libgdbm3 Version: 1.8.3-11 > libgdbm-dev Version: 1.8.3-11 > portaudio19-dev Version: 19+svn20111121-1 > libportaudio2 Version: 19+svn20111121-1 > libportaudiocpp0 Version: 19+svn20111121-1 > libgnustep-base1.22 Version: 1.22.1-4 > libgnustep-base-dev Version: 1.22.1-4 > libgnustep-gui0.20 Version: 0.20.0-3 > libgnustep-gui-dev Version: 0.20.0-3 > gnustep-make Version: 2.6.2-2 > gobjc-4.7 Version: 4.7.1-2 > > here's one error I got when installing: > |--- > MSynthesisController.m:457:2: warning: @interface of class MTextToPhone not > found [enabled by default] > ---| > ...stuff left out... > here's what I found: > |--- > .../Monet$ grep MTextToPhone MSynthesisController.h > @class TRMSynthesizer, MTextToPhone; > MTextToPhone * textToPhone; > ---| > looks like a typo.
Yes, it is a typo. But it is a warning, not an error. > so, edit typo: > |--- > s/ MTextToPhone/ MMTextToPhone/ > s/ * textToPhone/ *textToPhone/ > ---| > (I think that second substitution is not actually necessary) > It builds and installs, but > when I try to Open/File > diphones.mxml > I still get: > |--- > Monet[15491] Error: Failed to load file (null), ((null))2012-07-17 > 23:30:33.140 Monet[15491] > > Segmentation fault > ---| In Debian unstable (64-bit) this crash doesn't happen. I need to test on Debian 32-bit... Marcelo > > HTH > > fred_m > > > _______________________________________________ > gnuspeech-contact mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gnuspeech-contact _______________________________________________ gnuspeech-contact mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnuspeech-contact
