Re: [Nyquist-users] Compiling Nyquist on Linux
Nyquist is a language for sound synthesis and music composition.
                
                Brought to you by:
                
                    rbd
                    
                
            
            
        
        
        
    | 
     
      
      
      From: David <dfk...@gm...> - 2010-10-01 13:58:03
      
     
   | 
Actually, with all due respect, I beg to differ. I think the include statement is missing from the source code. Once I added it, it compiled without any errors (only warnings). I didn't have to add anything to the include path or make any changes to environment variables or compiler options. As for installing the missing software, I'm not home at the moment, so I can't do that "now". But I will later. Thanks. On Fri, Oct 1, 2010 at 9:36 AM, Raymond Martin <la...@gm...> wrote: > On September 30, 2010 10:03:58 pm David wrote: >> ... >> >> I'm no expert in C/C++, I haven't used it for a while, but I believe >> the declarations for fopen(), etc., are in <stdio.h>. Once I added an >> include statement for <stdio.h> the compile errors went away, although >> I'm still getting some other errors: > > There are some difference on systems as to where certain headers/libs can be > located. That seems to be the issue (not having the same setup as where the > code was developed). > >> >> cd liblo; ./autogen.sh --enable-static --disable-shared >> >> **Error**: You must have `autoconf' installed. >> Download the appropriate package for your distribution, >> or get the source tarball at ftp://ftp.gnu.org/pub/gnu/ >> >> **Error**: You must have `libtool' installed. >> You can get it from: ftp://ftp.gnu.org/pub/gnu/ >> >> **Error**: You must have `automake' installed. >> You can get it from: ftp://ftp.gnu.org/pub/gnu/ >> make: *** [liblo/config.h] Error 1 >> >> Seems I need to install something else, but I'm not sure what package >> these programs might be in. Any suggestions? I'd prefer to just >> install a package, rather than have to compile from source. I'm kind >> of lazy that way. > > Well, obviously you need to install autoconf, libtool, and automake, which are > default tools in the GNU toolchain that are available for any Linux distro. > > Check your package manager (e.g., synaptic, etc.) and repositories it is set > up for. > > Without those packages you won't be compiling any other C/C++ that need the > same. > > Go do that now. > > Raymond > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Nyquist-users mailing list > Nyq...@li... > https://lists.sourceforge.net/lists/listinfo/nyquist-users >  |