help-octave
[Top][All Lists]
Advanced

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

Compile error: octave-3.2.4 on openSolaris using SunStudio 12u1


From: Steve Frank
Subject: Compile error: octave-3.2.4 on openSolaris using SunStudio 12u1
Date: Tue, 28 Sep 2010 20:00:53 -0500

When compiling ov-base.cc on openSolaris with SunStudio 12u1 I receive the following errors:

 

"ov-base-mat.cc", line 156: Error: Cannot use idx_vector to initialize const octave_value_list.

    Where: While instantiating "octave_base_matrix<Cell>::do_index_op(const octave_value_list&, bool)".

    Where: Instantiated from non-template code.

"ov-base-mat.cc", line 176: Error: Cannot use idx_vector to initialize const octave_value_list.

    Where: While instantiating "octave_base_matrix<Cell>::do_index_op(const octave_value_list&, bool)".

    Where: Instantiated from non-template code.

"ov-base-mat.cc", line 176: Error: Too many arguments in call to "Cell::index(const octave_value_list&, bool) const".

    Where: While instantiating "octave_base_matrix<Cell>::do_index_op(const octave_value_list&, bool)".

    Where: Instantiated from non-template code.

"ov-base-mat.cc", line 214: Error: Cannot use Array<idx_vector> to initialize const octave_value_list.

    Where: While instantiating "octave_base_matrix<Cell>::do_index_op(const octave_value_list&, bool)".

    Where: Instantiated from non-template code.

 

Any help would be appreciated.

 

Steve


reply via email to

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