Csound Csound-dev Csound-tekno Search About

[Cs-dev] patch for build cs-4.23f12gbs.9

Date2005-03-09 14:20
FromYury Aliaev
Subject[Cs-dev] patch for build cs-4.23f12gbs.9
Attachmentscsound-4.23f12gbs.9-include.patch  
Hi!

Here is the patch fixing the building of csound at machines without 
previous version installed.

Best regards,
Yury.

P.S. BTW csound package is now included into ALT Linux repository :) 
http://www.altlinux.org

Date2005-03-09 15:10
Fromramsdell@mitre.org (John D. Ramsdell)
SubjectRe: [Cs-dev] patch for build cs-4.23f12gbs.9
Yury,

Thanks for your patch and news about cs-...gbs being on ALT Linux.  
I repaired this bug in another way, and updated the source
distribution.  The problem is that the Makefile.am in the directory
containing the build instructions for console csound was missing the
csound_CXXFLAGS definition shown below.

# Console Csound

csound_SOURCES = ccsound.cpp
csound_CXXFLAGS= -I$(top_srcdir) -I$(top_builddir)
csound_LDFLAGS = $(CONSOLE_LDFLAGS)
csound_LDADD = libcsound.la
csound_DEPENDENCIES = libcsound.la 

John

Yury Aliaev  writes:

> Hi!
> 
> Here is the patch fixing the building of csound at machines without
> previous version installed.
> 
> Best regards,
> Yury.
> 
> P.S. BTW csound package is now included into ALT Linux repository :)
> http://www.altlinux.org
> --- csound-4.23f12gbs.9/csound/ccsound.cpp.orig	2005-02-19 23:15:52 +0300
> +++ csound-4.23f12gbs.9/csound/ccsound.cpp	2005-03-05 15:18:54 +0300
> @@ -3,7 +3,7 @@
>  #include 
>  #include 
>  #include 
> -#include 
> +#include "csound.h"
>  
>  #if defined HAVE_FLTK
>  #include 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net