Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] problems building CsoundVST

Date2005-02-09 19:19
From"gogins@pipeline.com"
SubjectRe: [Cs-dev] problems building CsoundVST
Does your frontends/CsoundVST/Event.hpp file have the line:

#include 

Original Message:
-----------------
From: Dave Phillips dlphilp@bright.net
Date: Wed, 09 Feb 2005 12:19:38 -0500
To: csound-devel@lists.sourceforge.net
Subject: Re: [Cs-dev] problems building CsoundVST


gogins@pipeline.com wrote:

>I'll keep on this till it's solved.
>  
>
Thanks, Michael, I'll keep testing anything you come up with. :)

Best,

dp





-------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/csound-devel

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .




-------------------------------------------------------
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_ide95&alloc_id396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-09 20:15
FromDave Phillips
SubjectRe: [Cs-dev] problems building CsoundVST
gogins@pipeline.com wrote:

>Does your frontends/CsoundVST/Event.hpp file have the line:
>
>#include 
>  
>

Yes:

#ifndef EVENT_H
#define EVENT_H
#ifdef SWIG
%module CsoundVST
%{
#include "Conversions.hpp"
#include 
#include 
#include 
#include 
#include 
  %}
%include "std_string.i"
%include "std_map.i"
%template(StringMap) std::map;
#ifdef SWIGPYTHON
%template(StringStringPair) std::pair;
#endif
%template(EventVector) std::vector;
#else
#include "Conversions.hpp"
#include "Midifile.hpp"
#include 
#include 
#include 
#include 
#include 
#include 
using namespace boost::numeric;
#endif





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