om-synth
[Top][All Lists]
Advanced

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

Re: [Om-synth] Compling Om-synth snapshot for dummies


From: Dave Robillard
Subject: Re: [Om-synth] Compling Om-synth snapshot for dummies
Date: Thu, 31 Aug 2006 14:00:30 -0400

On Tue, 2006-08-29 at 00:32 -0400, Benjamin Hardy wrote:
> Or just one dummy, me.
> 
> I'm running Fedora Core 5 and have all the libglademm, gtkmm, etc and their 
> devel rpm packages installed. The only lib I had to compile myself was 
> Flowcanvas which succeeded in compiling and I have libflowcanvas.so.0.0.0, 
> libflowcanvas.la, libflowcanvas.a, and two symlinks to the .so file in 
> /usr/local/lib. When I run ./configure I get an error saying that it can't 
> find flowcanvas. Well I think I finally got it to find the files with 
> pkg-config.
> 
> However, when I run make I get an error:
> 
> Store.h:52: error: assert was not declared in this scope

add 

#include <cassert>

to the top of that file.

-DR-






reply via email to

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