gnuspeech-contact
[Top][All Lists]
Advanced

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

Re: [gnuspeech-contact] Need help compiling GnuSpeech and Tube


From: Gregory John Casamento
Subject: Re: [gnuspeech-contact] Need help compiling GnuSpeech and Tube
Date: Sun, 22 May 2005 16:29:36 -0700 (PDT)

Robert,

Why exactly are you moving things and renaming things?   The build is heavily
dependent on the location of files since some of the code is used in multiple
places (notably between Monet and tube).

Did you try to build it in the configuration it came to you with?

GJC

--- Robert Hamilton <address@hidden> wrote:

> Having trouble getting GnuSpeech and Tube to compile.
> 
> I'm running RedHat 9, with GnuStep installed. Logged in as root, GNOME
> session (not WindowMaker.) Copied CVS folders (updated CVS as of 5/22/05)
> to my home directory. Made a copy of the GNUmakefiles and renamed them
> make. Changed to the folder(s) in which make and the original GNUmakefiles
> are located. Ran make from a terminal. Got the following compile errors:
> 
> For GnuSpeech--
> 
> address@hidden root]# cd
> /home/GnuSpeech3/current/Applications/GnuSpeech
> address@hidden GnuSpeech]# make
> GNUmakefile:38: *** missing separator.  Stop.
> address@hidden GnuSpeech]#
> 
> 
> For Software trm (I presume that's the tube referred to in an earlier post
> (?)--
> 
> address@hidden GnuSpeech]# cd
> /home/GnuSpeech3/current/Tools/softwareTRM
> address@hidden softwareTRM]# make
> ln -s -f ../../Applications/Monet/MMSynthesisParameters.m
> ln -s -f ../../Applications/Monet/MMSynthesisParameters.h
> ln -s -f ../../Applications/Monet/MonetDefaults.h
> Making all for tool tube...
>  Compiling file fir.c ...
>  Compiling file input.c ...
>  Compiling file main.c ...
>  Compiling file output.c ...
>  Compiling file ring_buffer.c ...
>  Compiling file tube.c ...
>  Compiling file util.c ...
>  Compiling file wavetable.c ...
>  Compiling file TRMSynthesizer.m ...
> TRMSynthesizer.m:4:2: warning: #import is obsolete, use an #ifndef wrapper
> in the header file
>  Compiling file MMSynthesisParameters.m ...
> MMSynthesisParameters.m:4:2: warning: #import is obsolete, use an #ifndef
> wrapper in the header file
> MMSynthesisParameters.m:7:38: NSUserDefaults-Extensions.h: No such file or
> directory
> MMSynthesisParameters.m: In function `-[MMSynthesisParameters
> restoreDefaultValues]':
> MMSynthesisParameters.m:171: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:171: incompatible types in assignment
> MMSynthesisParameters.m:172: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:172: incompatible types in assignment
> MMSynthesisParameters.m:173: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:173: incompatible types in assignment
> MMSynthesisParameters.m:174: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:174: incompatible types in assignment
> MMSynthesisParameters.m:175: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:175: incompatible types in assignment
> MMSynthesisParameters.m:176: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:176: incompatible types in assignment
> MMSynthesisParameters.m:177: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:177: incompatible types in assignment
> MMSynthesisParameters.m:179: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:179: incompatible types in assignment
> MMSynthesisParameters.m:180: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:180: incompatible types in assignment
> MMSynthesisParameters.m:181: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:181: incompatible types in assignment
> MMSynthesisParameters.m:182: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:182: incompatible types in assignment
> MMSynthesisParameters.m:183: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:183: incompatible types in assignment
> MMSynthesisParameters.m:184: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:184: incompatible types in assignment
> MMSynthesisParameters.m:186: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:186: incompatible types in assignment
> MMSynthesisParameters.m:187: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:187: incompatible types in assignment
> MMSynthesisParameters.m:188: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:188: incompatible types in assignment
> MMSynthesisParameters.m:189: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:189: incompatible types in assignment
> MMSynthesisParameters.m:190: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:190: incompatible types in assignment
> MMSynthesisParameters.m:192: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:192: incompatible types in assignment
> MMSynthesisParameters.m:193: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:193: incompatible types in assignment
> MMSynthesisParameters.m:194: warning: `NSUserDefaults' does not respond to
> `doubleForKey:'
> MMSynthesisParameters.m:194: incompatible types in assignment
> MMSynthesisParameters.m: In function `-[MMSynthesisParameters
> saveAsDefaults]':
> MMSynthesisParameters.m:209: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:210: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:211: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:212: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:213: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:214: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:215: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:217: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:218: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:219: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:220: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:221: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:222: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:224: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:225: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:226: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:227: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:228: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:230: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:231: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> MMSynthesisParameters.m:232: warning: `NSUserDefaults' does not respond to
> `setDouble:forKey:'
> make[1]: *** [shared_obj/MMSynthesisParameters.o] Error 1
> make: *** [tube.all.tool.variables] Error 2
> address@hidden softwareTRM]#
> 
> 
> Any idea as to how I should proceed?
> 
> 
> 
>       
>               
> __________________________________ 
> Do you Yahoo!? 
> Yahoo! Mail - You care about security. So do we. 
> http://promotions.yahoo.com/new_mail
> 
> 
> _______________________________________________
> gnuspeech-contact mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnuspeech-contact
> 


Gregory John Casamento 
-- CEO/President Open Logic Corp. (A MD Corp.)
## Maintainer of Gorm (IB Equiv.) for GNUstep.




reply via email to

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