emra700 / juced

Automatically exported from code.google.com/p/juced
0 stars 0 forks source link

jost build error #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?
running ./manage make jost fails with this error:
==== Building jost ====
Commands.cpp
HostFilterComponent.cpp
In file included from ../../../../juce/extras/audio 
plugins/wrapper/Standalone/../juce_PluginHeaders.h:26,
                 from ../../../../juce/extras/audio 
plugins/wrapper/Standalone/juce_AudioFilterStreamer.h:29,
                 from ../../src/HostFilterComponent.cpp:33:
../../../../juce/extras/audio 
plugins/wrapper/Standalone/../juce_IncludeCharacteristics.h:90:3: error: 
#error "You need to define the JucePlugin_TailLengthSeconds value in your 
JucePluginCharacteristics.h file!"
make[1]: *** 
[../../../../bin/intermediate_linux/jostDebug/HostFilterComponent.o] Error 1
make: *** [jost] Error 2

with adding "#define JucePlugin_TailLengthSeconds 0" to 
juce_IncludeCharacteristics.h there are several errors with GradientBrush:

ChannelGraphComponent.cpp
../../src/model/plugins/channelplugin/ChannelGraphComponent.cpp: In member 
function ‘virtual void 
ChannelGraphComponent::nodePaint(juce::GraphNodeComponent*, 
juce::Graphics&)’:
../../src/model/plugins/channelplugin/ChannelGraphComponent.cpp:289: error: 
‘GradientBrush’ was not declared in this scope
../../src/model/plugins/channelplugin/ChannelGraphComponent.cpp:289: error: 
expected ‘;’ before ‘gb’
../../src/model/plugins/channelplugin/ChannelGraphComponent.cpp:295: error: 
‘class juce::Graphics’ has no member named ‘setBrush’
../../src/model/plugins/channelplugin/ChannelGraphComponent.cpp:295: error: 
‘gb’ was not declared in this scope
make[1]: *** 
[../../../../bin/intermediate_linux/jostvstRelease/ChannelGraphComponent.o] 
Error 1
make: *** [jostvst] Error 2

Original issue reported on code.google.com by hannes.j...@googlemail.com on 14 Jan 2010 at 11:38

GoogleCodeExporter commented 8 years ago
It's sad to say, but everything is broken now. We updated the library to the 
latest
juce tip and there has been a lot of changes with graphics (i.e. setBrush). 
Please
download revision 146. It should work.

Original comment by spanka...@gmail.com on 14 Jan 2010 at 2:12