gnuspeech-contact
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuspeech-contact] minor typo in .../Monet/MSynthesisController.h


From: fmiller
Subject: [gnuspeech-contact] minor typo in .../Monet/MSynthesisController.h
Date: Wed, 18 Jul 2012 16:36:51 -0600

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.
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
---|

HTH

fred_m




reply via email to

[Prev in Thread] Current Thread [Next in Thread]