om-synth
[Top][All Lists]
Advanced

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

Re: [Om-synth] another gtk compilation error


From: Dave Robillard
Subject: Re: [Om-synth] another gtk compilation error
Date: Fri, 03 Mar 2006 23:43:04 -0500

On Fri, 2006-03-03 at 11:36 -0500, Phil Frost wrote:
> On Tue, Feb 28, 2006 at 10:55:08PM +0100, Olivier El Mekki wrote:
> >  hello,
> > 
> >  I've got an other compilation error in the making of gtk client:
> > 
> > In file included from ../../../src/clients/PortModel.h:20,
> >                 from ControlGroups.h:24,
> >                 from ControlPanel.h:28,
> >                 from NodeControlWindow.h:26,
> >                 from NodeControlWindow.cpp:18:
> > ../../../src/common/OmPath.h: In function `std::string 
> > OmPath::name(const std::string&)':
> > ../../../src/common/OmPath.h:36: error: `assert' undeclared (first use 
> > this function)
> > ../../../src/common/OmPath.h:36: error: (Each undeclared identifier is 
> > reported only once for each function it appears in.)
> > ../../../src/common/OmPath.h: In function `std::string 
> > OmPath::parent(const std::string&)':
> > ../../../src/common/OmPath.h:55: error: `assert' undeclared (first use 
> > this function)
> > In file included from ControlPanel.h:28,
> >                 from NodeControlWindow.h:26,
> >                 from NodeControlWindow.cpp:18:
> > ControlGroups.h: In member function `void 
> > OmGtk::ControlGroup::remove_separator()':
> > ControlGroups.h:66: error: `assert' undeclared (first use this function)
> > make[4]: *** [NodeControlWindow.o] Erreur 1
> > make[4]: Leaving directory `/usr/src/opt/om/cvs/om-synth/src/clients/gtk'
> > 
> >  No other error higher...
> > 
> >  cheers
> 
> To my non-om-expert eyes, it looks as if "#include <assert.h>" needs to
> be added to the top of those files: src/common/OmPath.h and
> ControlGroups.h

Yeah.  This happens roughly every 4 days, since my machine doesn't seem
to care if it's included or not. ;)

Fixed.

-DR-






reply via email to

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