3.2.0
Michael Goffioul
michael.goffioul at gmail.com
Wed May 20 02:01:06 CDT 2009
On Tue, May 19, 2009 at 9:14 PM, Jaroslav Hajek <highegg at gmail.com> 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.
More information about the Octave-maintainers
mailing list