[Cs-dev] OpcodeBase.hpp has BUILDING_LIBCSOUND
Date | 2013-08-07 13:25 |
From | Steven Yi |
Subject | [Cs-dev] OpcodeBase.hpp has BUILDING_LIBCSOUND |
Hi All, In response to Bug #33: https://sourceforge.net/p/csound/tickets/33/ I found that OpcodeBase.hpp has BUILDING_LIBCSOUND defined. This seems very wrong. Could someone explain this, and can we get rid of the defines? Thanks, steven ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-08-07 14:00 |
From | Michael Gogins |
Subject | Re: [Cs-dev] OpcodeBase.hpp has BUILDING_LIBCSOUND |
Attachments | None None |
Do not remove this from CsoundBase.hpp until you are able to compile the opcodes that use CsoundBase.hpp without the #ifdef. If you try, you will see what the problem is. Regards,
Mike =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Aug 7, 2013 at 8:25 AM, Steven Yi <stevenyi@gmail.com> wrote: Hi All, |
Date | 2013-08-07 14:05 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] OpcodeBase.hpp has BUILDING_LIBCSOUND |
Attachments | None None |
I've just done it and it builds with no errors. The header csoundCore.h is there include before csdl.h. Take that out too and it's fixed. Victor On 7 Aug 2013, at 14:00, Michael Gogins wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2013-08-07 14:12 |
From | Steven Yi |
Subject | Re: [Cs-dev] OpcodeBase.hpp has BUILDING_LIBCSOUND |
Nice, if it's all working now, then that'll go out in the next release. On Wed, Aug 7, 2013 at 3:05 PM, Victor Lazzarini |
Date | 2013-08-07 14:16 |
From | Michael Gogins |
Subject | Re: [Cs-dev] OpcodeBase.hpp has BUILDING_LIBCSOUND |
Attachments | None None |
Thanks! I'll see if this works on Windows too. Regards, Mike ===========================
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Aug 7, 2013 at 9:12 AM, Steven Yi <stevenyi@gmail.com> wrote: Nice, if it's all working now, then that'll go out in the next release. |