om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Om-synth] current CVS, TransportNode.cpp compile error


From: Dave Robillard
Subject: Re: [Om-synth] current CVS, TransportNode.cpp compile error
Date: Thu, 01 Jun 2006 15:32:08 -0400

On Thu, 2006-06-01 at 15:20 +0200, Lars Luthman wrote:
> On Thu, 2006-06-01 at 17:11 +0400, Andrew Gaydenko wrote:
> > Hi!
> > 
> > I have tried to build the app from current CVS tree and got the error 
> > (shown below).
> > Have I missed something?
> >
> > ----------------------------
> > ...
> > if g++ -DHAVE_CONFIG_H -I. -I. -I../..    -I/usr/include/alsa   
> > -I/usr/include/lash-1.0 -I/usr/include/alsa    -I../../src/common 
> > -fno-exceptions -fno-rtti -g -O2 -DNDEBUG -DNDEBUG -pipe 
> > -fmessage-length=139 -fdiagnostics-show-location=every-line -MT 
> > TransportNode.o -MD -MP -MF ".deps/TransportNode.Tpo" -c -o TransportNode.o 
> > TransportNode.cpp; \
> >         then mv -f ".deps/TransportNode.Tpo" ".deps/TransportNode.Po"; else 
> > rm -f ".deps/TransportNode.Tpo"; exit 1; fi
> > TransportNode.cpp: In member function `virtual void 
> > Om::TransportNode::run(size_t)':
> > TransportNode.cpp:107: error: `JackBBTFrameOffset' was not declared in this 
> > scope
> > TransportNode.cpp:108: error: 'const struct jack_position_t' has no member 
> > named 'bbt_offset'
> > make[4]: *** [TransportNode.o] Error 1
> > ...
> 
> JackBBTFrameOffset was added to libjack in version 0.102.4 (i.e. recent
> CVS version).

Whoops.  Guess I'll just comment that bit out, it doesn't actually do
anything anyway.

Thanks

-DR-






reply via email to

[Prev in Thread] Current Thread [Next in Thread]