octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.0


From: Michael Goffioul
Subject: Re: 3.2.0
Date: Wed, 20 May 2009 08:01:06 +0100

On Tue, May 19, 2009 at 9:14 PM, Jaroslav Hajek <address@hidden> wrote:
> How long do you expect this to take? Can I help somehow?

As I expected, compilation failed in ov-typeinfo.cc, because if the
instantiation
guard you introduced recently. There's an implicit Array<octave_value>
instantiation due to the inclusion of Cell.h (and the fact that it's
dllexport-ed).
Any idea how to work around that?

Note: using "extern template" does not work as you can't use it together
with dllexport decoration on the same class.

Michael.


reply via email to

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