om-synth
[Top][All Lists]
Advanced

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

Re: [Om-synth] He's baaaaack


From: Lars Luthman
Subject: Re: [Om-synth] He's baaaaack
Date: Fri, 02 Dec 2005 22:29:33 +0100

On Fri, 2005-12-02 at 21:13 +0100, address@hidden wrote:
> It seems the current cvs doesn't compile (at least on my computer using gcc 
> 3.3.6), because of this line in bridgenode.cpp :
> 
> m_driver_port = om->driver<T>()->create_port(m_external_port);
> 
> As far as I can tell, you can't specify which function driver() you want this 
> way.

It compiles fine here with GCC 4.0.1. Does it work if you change that
line to

 m_driver_port = om->template driver<T>()->create_port(m_external_port);

-- 
Lars Luthman
PGP key:     http://www.d.kth.se/~d00-llu/pgp_key.php
Fingerprint: FCA7 C790 19B9 322D EB7A  E1B3 4371 4650 04C7 7E2E

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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