Csound Csound-dev Csound-tekno Search About

[Cs-dev] compile problem vst4cs , was: Re: Csound VST download updated

Date2009-11-04 22:35
FromOeyvind Brandtsegg
Subject[Cs-dev] compile problem vst4cs , was: Re: Csound VST download updated
(I replied now to the dev list, as I figure "compile problems" emails
might be more offtopic on the main list than on this list, correct me
if I'm worng)
This started with a problem related to vst4cs.

I also tried to compile it here (with mingw), and it stops at:

Creating library file: libvst4cs.a
Opcodes\vst4cs\src\vsthost.o(.text+0x14644): In function
`ZN9VSTPlugin10OpenEditorEv':
C:/msys/1.0/source/csound5/Opcodes/vst4cs/src/vsthost.cpp:650:
undefined reference to `_imp___ZN9Fl_WindowC1EiiPKc'
collect2: ld returned 1 exit status
scons: *** [vst4cs.dll] Error 1
scons: building terminated because of errors.

Maybe there's some part of the VST SDK that can't be found (?), but I
can't seem to be able to figure it out.
I have the vstsdk2.4 in
csound5\frontends\CsoundVST\vstsdk2.4
and a customCPPPATH.append pointing to that dir in custom.py

Oeyvind


2009/11/4 Michael Gogins :
> I will check, thanks for the report.
>
> Mkg
>
> On Nov 4, 2009 7:10 AM, "Oeyvind Brandtsegg"  wrote:
>
> ... but the vst4cs seems not to work (segfault when loading vst plugin it
> seems)
>
> displays suppressed
> 0dBFS level = 32768.0
> chnl 1 using instr 1
> =============================================================
> vst4cs version 0.2beta by Andres Cabrera and Michael Gogins
> Using code from H. Seib's VstHost and T. Grill's vst~ object
> VST is a trademark of Steinberg Media Technologies GmbH
> VST Plug-In Technology by Steinberg
> =============================================================
> VSTPlugin::Instance.
> Loaded plugin library 'C:\Programfiler\Steinberg\Cubase
> 4\VSTPlugins\Synth\Monologue.dll'.
> Found 'main' function at 0x10001c17.
> VSTPlugin::Master(AEffect 0x0, opcode 1 audioMasterVersion, index 0,
> value 0, ptr 0x0, opt Csound tidy up: Segmentation
> violation
>
> Oeyvind 2009/11/4 Oeyvind Brandtsegg : > Sorry, this
> wasa probably my own er...

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-11-04 22:54
FromMichael Gogins
SubjectRe: [Cs-dev] compile problem vst4cs , was: Re: Csound VST download updated
This is an FLTK library ("Fl_Window") function.

Hope that helps,
Mike

On 11/4/09, Oeyvind Brandtsegg  wrote:
> (I replied now to the dev list, as I figure "compile problems" emails
> might be more offtopic on the main list than on this list, correct me
> if I'm worng)
> This started with a problem related to vst4cs.
>
> I also tried to compile it here (with mingw), and it stops at:
>
> Creating library file: libvst4cs.a
> Opcodes\vst4cs\src\vsthost.o(.text+0x14644): In function
> `ZN9VSTPlugin10OpenEditorEv':
> C:/msys/1.0/source/csound5/Opcodes/vst4cs/src/vsthost.cpp:650:
> undefined reference to `_imp___ZN9Fl_WindowC1EiiPKc'
> collect2: ld returned 1 exit status
> scons: *** [vst4cs.dll] Error 1
> scons: building terminated because of errors.
>
> Maybe there's some part of the VST SDK that can't be found (?), but I
> can't seem to be able to figure it out.
> I have the vstsdk2.4 in
> csound5\frontends\CsoundVST\vstsdk2.4
> and a customCPPPATH.append pointing to that dir in custom.py
>
> Oeyvind
>
>
> 2009/11/4 Michael Gogins :
>> I will check, thanks for the report.
>>
>> Mkg
>>
>> On Nov 4, 2009 7:10 AM, "Oeyvind Brandtsegg"  wrote:
>>
>> ... but the vst4cs seems not to work (segfault when loading vst plugin it
>> seems)
>>
>> displays suppressed
>> 0dBFS level = 32768.0
>> chnl 1 using instr 1
>> =============================================================
>> vst4cs version 0.2beta by Andres Cabrera and Michael Gogins
>> Using code from H. Seib's VstHost and T. Grill's vst~ object
>> VST is a trademark of Steinberg Media Technologies GmbH
>> VST Plug-In Technology by Steinberg
>> =============================================================
>> VSTPlugin::Instance.
>> Loaded plugin library 'C:\Programfiler\Steinberg\Cubase
>> 4\VSTPlugins\Synth\Monologue.dll'.
>> Found 'main' function at 0x10001c17.
>> VSTPlugin::Master(AEffect 0x0, opcode 1 audioMasterVersion, index 0,
>> value 0, ptr 0x0, opt Csound tidy up: Segmentation
>> violation
>>
>> Oeyvind 2009/11/4 Oeyvind Brandtsegg : > Sorry, this
>> wasa probably my own er...
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>


-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-11-20 23:32
FromOeyvind Brandtsegg
SubjectRe: [Cs-dev] compile problem vst4cs , was: Re: Csound VST download updated
I tried some more on this, compiling fltk (1.1.10rc3) and updating
custom.py to point to the fltk dir.
But the same error still appears when trying to compile vst4cs.

Is there a specific (fltk) file I can check that I have ?

best
Oeyvind

2009/11/4 Michael Gogins :
> This is an FLTK library ("Fl_Window") function.
>
> Hope that helps,
> Mike
>
> On 11/4/09, Oeyvind Brandtsegg  wrote:
>> (I replied now to the dev list, as I figure "compile problems" emails
>> might be more offtopic on the main list than on this list, correct me
>> if I'm worng)
>> This started with a problem related to vst4cs.
>>
>> I also tried to compile it here (with mingw), and it stops at:
>>
>> Creating library file: libvst4cs.a
>> Opcodes\vst4cs\src\vsthost.o(.text+0x14644): In function
>> `ZN9VSTPlugin10OpenEditorEv':
>> C:/msys/1.0/source/csound5/Opcodes/vst4cs/src/vsthost.cpp:650:
>> undefined reference to `_imp___ZN9Fl_WindowC1EiiPKc'
>> collect2: ld returned 1 exit status
>> scons: *** [vst4cs.dll] Error 1
>> scons: building terminated because of errors.
>>
>> Maybe there's some part of the VST SDK that can't be found (?), but I
>> can't seem to be able to figure it out.
>> I have the vstsdk2.4 in
>> csound5\frontends\CsoundVST\vstsdk2.4
>> and a customCPPPATH.append pointing to that dir in custom.py
>>
>> Oeyvind
>>
>>
>> 2009/11/4 Michael Gogins :
>>> I will check, thanks for the report.
>>>
>>> Mkg
>>>
>>> On Nov 4, 2009 7:10 AM, "Oeyvind Brandtsegg"  wrote:
>>>
>>> ... but the vst4cs seems not to work (segfault when loading vst plugin it
>>> seems)
>>>
>>> displays suppressed
>>> 0dBFS level = 32768.0
>>> chnl 1 using instr 1
>>> =============================================================
>>> vst4cs version 0.2beta by Andres Cabrera and Michael Gogins
>>> Using code from H. Seib's VstHost and T. Grill's vst~ object
>>> VST is a trademark of Steinberg Media Technologies GmbH
>>> VST Plug-In Technology by Steinberg
>>> =============================================================
>>> VSTPlugin::Instance.
>>> Loaded plugin library 'C:\Programfiler\Steinberg\Cubase
>>> 4\VSTPlugins\Synth\Monologue.dll'.
>>> Found 'main' function at 0x10001c17.
>>> VSTPlugin::Master(AEffect 0x0, opcode 1 audioMasterVersion, index 0,
>>> value 0, ptr 0x0, opt Csound tidy up: Segmentation
>>> violation
>>>
>>> Oeyvind 2009/11/4 Oeyvind Brandtsegg : > Sorry, this
>>> wasa probably my own er...
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>> trial. Simplify your report design, integration and deployment - and focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-11-21 09:09
FromAndres Cabrera
SubjectRe: [Cs-dev] compile problem vst4cs , was: Re: Csound VST download updated
This is strange. Have you updated FLTK recently, maybe your
headers/binaries are getting mixed?

Cheers,
Andrés

On Fri, Nov 20, 2009 at 11:32 PM, Oeyvind Brandtsegg  wrote:
> I tried some more on this, compiling fltk (1.1.10rc3) and updating
> custom.py to point to the fltk dir.
> But the same error still appears when trying to compile vst4cs.
>
> Is there a specific (fltk) file I can check that I have ?
>
> best
> Oeyvind
>
> 2009/11/4 Michael Gogins :
>> This is an FLTK library ("Fl_Window") function.
>>
>> Hope that helps,
>> Mike
>>
>> On 11/4/09, Oeyvind Brandtsegg  wrote:
>>> (I replied now to the dev list, as I figure "compile problems" emails
>>> might be more offtopic on the main list than on this list, correct me
>>> if I'm worng)
>>> This started with a problem related to vst4cs.
>>>
>>> I also tried to compile it here (with mingw), and it stops at:
>>>
>>> Creating library file: libvst4cs.a
>>> Opcodes\vst4cs\src\vsthost.o(.text+0x14644): In function
>>> `ZN9VSTPlugin10OpenEditorEv':
>>> C:/msys/1.0/source/csound5/Opcodes/vst4cs/src/vsthost.cpp:650:
>>> undefined reference to `_imp___ZN9Fl_WindowC1EiiPKc'
>>> collect2: ld returned 1 exit status
>>> scons: *** [vst4cs.dll] Error 1
>>> scons: building terminated because of errors.
>>>
>>> Maybe there's some part of the VST SDK that can't be found (?), but I
>>> can't seem to be able to figure it out.
>>> I have the vstsdk2.4 in
>>> csound5\frontends\CsoundVST\vstsdk2.4
>>> and a customCPPPATH.append pointing to that dir in custom.py
>>>
>>> Oeyvind
>>>
>>>
>>> 2009/11/4 Michael Gogins :
>>>> I will check, thanks for the report.
>>>>
>>>> Mkg
>>>>
>>>> On Nov 4, 2009 7:10 AM, "Oeyvind Brandtsegg"  wrote:
>>>>
>>>> ... but the vst4cs seems not to work (segfault when loading vst plugin it
>>>> seems)
>>>>
>>>> displays suppressed
>>>> 0dBFS level = 32768.0
>>>> chnl 1 using instr 1
>>>> =============================================================
>>>> vst4cs version 0.2beta by Andres Cabrera and Michael Gogins
>>>> Using code from H. Seib's VstHost and T. Grill's vst~ object
>>>> VST is a trademark of Steinberg Media Technologies GmbH
>>>> VST Plug-In Technology by Steinberg
>>>> =============================================================
>>>> VSTPlugin::Instance.
>>>> Loaded plugin library 'C:\Programfiler\Steinberg\Cubase
>>>> 4\VSTPlugins\Synth\Monologue.dll'.
>>>> Found 'main' function at 0x10001c17.
>>>> VSTPlugin::Master(AEffect 0x0, opcode 1 audioMasterVersion, index 0,
>>>> value 0, ptr 0x0, opt Csound tidy up: Segmentation
>>>> violation
>>>>
>>>> Oeyvind 2009/11/4 Oeyvind Brandtsegg : > Sorry, this
>>>> wasa probably my own er...
>>>
>>> ------------------------------------------------------------------------------
>>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>>> trial. Simplify your report design, integration and deployment - and focus
>>> on
>>> what you do best, core application coding. Discover what's new with
>>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>> trial. Simplify your report design, integration and deployment - and focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 


Andrés

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-11-22 22:55
FromOeyvind Brandtsegg
SubjectRe: [Cs-dev] compile problem vst4cs , was: Re: Csound VST download updated
Yes, I just downloaded fltk, and deleted all old versions I had, so I
guess it should be fine.
The error was the same before I updated fltk. Maybe I need to try a
clean Csound checkout (?)
Oeyvind

2009/11/21 Andres Cabrera :
> This is strange. Have you updated FLTK recently, maybe your
> headers/binaries are getting mixed?
>
> Cheers,
> Andrés
>
> On Fri, Nov 20, 2009 at 11:32 PM, Oeyvind Brandtsegg  wrote:
>> I tried some more on this, compiling fltk (1.1.10rc3) and updating
>> custom.py to point to the fltk dir.
>> But the same error still appears when trying to compile vst4cs.
>>
>> Is there a specific (fltk) file I can check that I have ?
>>
>> best
>> Oeyvind
>>
>> 2009/11/4 Michael Gogins :
>>> This is an FLTK library ("Fl_Window") function.
>>>
>>> Hope that helps,
>>> Mike
>>>
>>> On 11/4/09, Oeyvind Brandtsegg  wrote:
>>>> (I replied now to the dev list, as I figure "compile problems" emails
>>>> might be more offtopic on the main list than on this list, correct me
>>>> if I'm worng)
>>>> This started with a problem related to vst4cs.
>>>>
>>>> I also tried to compile it here (with mingw), and it stops at:
>>>>
>>>> Creating library file: libvst4cs.a
>>>> Opcodes\vst4cs\src\vsthost.o(.text+0x14644): In function
>>>> `ZN9VSTPlugin10OpenEditorEv':
>>>> C:/msys/1.0/source/csound5/Opcodes/vst4cs/src/vsthost.cpp:650:
>>>> undefined reference to `_imp___ZN9Fl_WindowC1EiiPKc'
>>>> collect2: ld returned 1 exit status
>>>> scons: *** [vst4cs.dll] Error 1
>>>> scons: building terminated because of errors.
>>>>
>>>> Maybe there's some part of the VST SDK that can't be found (?), but I
>>>> can't seem to be able to figure it out.
>>>> I have the vstsdk2.4 in
>>>> csound5\frontends\CsoundVST\vstsdk2.4
>>>> and a customCPPPATH.append pointing to that dir in custom.py
>>>>
>>>> Oeyvind
>>>>
>>>>
>>>> 2009/11/4 Michael Gogins :
>>>>> I will check, thanks for the report.
>>>>>
>>>>> Mkg
>>>>>
>>>>> On Nov 4, 2009 7:10 AM, "Oeyvind Brandtsegg"  wrote:
>>>>>
>>>>> ... but the vst4cs seems not to work (segfault when loading vst plugin it
>>>>> seems)
>>>>>
>>>>> displays suppressed
>>>>> 0dBFS level = 32768.0
>>>>> chnl 1 using instr 1
>>>>> =============================================================
>>>>> vst4cs version 0.2beta by Andres Cabrera and Michael Gogins
>>>>> Using code from H. Seib's VstHost and T. Grill's vst~ object
>>>>> VST is a trademark of Steinberg Media Technologies GmbH
>>>>> VST Plug-In Technology by Steinberg
>>>>> =============================================================
>>>>> VSTPlugin::Instance.
>>>>> Loaded plugin library 'C:\Programfiler\Steinberg\Cubase
>>>>> 4\VSTPlugins\Synth\Monologue.dll'.
>>>>> Found 'main' function at 0x10001c17.
>>>>> VSTPlugin::Master(AEffect 0x0, opcode 1 audioMasterVersion, index 0,
>>>>> value 0, ptr 0x0, opt Csound tidy up: Segmentation
>>>>> violation
>>>>>
>>>>> Oeyvind 2009/11/4 Oeyvind Brandtsegg : > Sorry, this
>>>>> wasa probably my own er...
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>>>> trial. Simplify your report design, integration and deployment - and focus
>>>> on
>>>> what you do best, core application coding. Discover what's new with
>>>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> --
>>> Michael Gogins
>>> Irreducible Productions
>>> http://www.michael-gogins.com
>>> Michael dot Gogins at gmail dot com
>>>
>>> ------------------------------------------------------------------------------
>>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>>> trial. Simplify your report design, integration and deployment - and focus on
>>> what you do best, core application coding. Discover what's new with
>>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>> trial. Simplify your report design, integration and deployment - and focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
>
>
> Andrés
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net