|
| From: | John Donoghue |
| Subject: | [Octave-bug-tracker] [bug #48335] sparsersb package fails to compile in dev octave |
| Date: | Thu, 30 Jun 2016 13:57:29 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 |
Follow-up Comment #4, bug #48335 (project octave):
Using updated dev, other issues arise:
g++ -std=gnu++11 -c -fPIC -I/usr/local/include/octave-4.1.0+/octave/..
-I/usr/local/include/octave-4.1.0+/octave -I/usr/local/include -pthread
-fopenmp -g -O2 -fPIC -I/usr/local/include/ -DHAVE_OCTAVE_41
-DRSB_SPARSERSB_LABEL=sparsersb sparsersb.cc -o sparsersb.o
In file included from sparsersb.cc:77:0:
/usr/local/include/octave-4.1.0+/octave/../octave/oct-alloc.h:28:2: warning:
#warning "the octave_allocator class has been deprecated and will be removed
in a future release of Octave" [-Wcpp]
#warning "the octave_allocator class has been deprecated and will be removed
in a future release of Octave"
^
sparsersb.cc:1242:3: error: expected unqualified-id before numeric constant
DECLARE_OCTAVE_ALLOCATOR
^
sparsersb.cc: In function ?octave_base_value*
default_numeric_conversion_function(const octave_base_value&)?:
sparsersb.cc:1259:17: error: expected primary-expression before ?const?
CAST_CONV_ARG (const octave_sparsersb_mtx&);
^
sparsersb.cc:1259:44: error: ?CAST_CONV_ARG? was not declared in this scope
CAST_CONV_ARG (const octave_sparsersb_mtx&);
^
sparsersb.cc:1262:5: error: ?v? was not declared in this scope
if(v.is_real_type())
^
sparsersb.cc: In function ?octave_base_value*
oct_conv_octave_triangular_conv(const octave_base_value&)?:
sparsersb.cc:1277:17: error: expected primary-expression before ?const?
CAST_CONV_ARG (const octave_sparsersb_mtx &);
.
.
.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48335>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |