[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?
From: |
Ceral Paquet |
Subject: |
[Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem? |
Date: |
Wed, 20 Aug 2014 13:42:03 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.7) Gecko/20140802 Firefox/24.7 PaleMoon/24.7.1 |
Follow-up Comment #7, bug #43003 (project octave):
Partial progress... I commented out #include <math.h> in SuiteSparse_config.h
and then make can get a lot further. However it stops again with this
message.
...
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc
-I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric
-I../liboctave/operators -I../liboctave/operators -I../liboctave/system
-I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree
-Icorefcn -I./corefcn -I../libgnu -I../libgnu -I/usr/local/include -Wall -W
-Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings
-Wcast-align -Wcast-qual -O3 -mfpmath=sse -fomit-frame-pointer -march=native
-s -pthread -MT dldfcn/dldfcn_amd_la-amd.lo -MD -MP -MF
dldfcn/.deps/dldfcn_amd_la-amd.Tpo -c dldfcn/amd.cc -fPIC -DPIC -o
dldfcn/.libs/dldfcn_amd_la-amd.o
dldfcn/amd.cc: In function 'octave_value_list Famd(const octave_value_list&,
int)':
dldfcn/amd.cc:167:15: error: 'amd_malloc' was not declared in this scope
amd_malloc = malloc;
^
dldfcn/amd.cc:168:15: error: 'amd_free' was not declared in this scope
amd_free = free;
^
dldfcn/amd.cc:169:15: error: 'amd_calloc' was not declared in this scope
amd_calloc = calloc;
^
dldfcn/amd.cc:170:15: error: 'amd_realloc' was not declared in this scope
amd_realloc = realloc;
^
dldfcn/amd.cc:171:15: error: 'amd_printf' was not declared in this scope
amd_printf = printf;
^
Makefile:6085: recipe for target 'dldfcn/dldfcn_amd_la-amd.lo' failed
make[3]: *** [dldfcn/dldfcn_amd_la-amd.lo] Error 1
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43003>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Ceral Paquet, 2014/08/16
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Mike Miller, 2014/08/16
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Ceral Paquet, 2014/08/17
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Mike Miller, 2014/08/17
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Ceral Paquet, 2014/08/18
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Mike Miller, 2014/08/19
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Ceral Paquet, 2014/08/20
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?,
Ceral Paquet <=
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, John W. Eaton, 2014/08/20
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Ceral Paquet, 2014/08/20
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, John W. Eaton, 2014/08/20
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, John W. Eaton, 2014/08/20
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, Ceral Paquet, 2014/08/28
- [Octave-bug-tracker] [bug #43003] polyfit error.... 64 bit problem?, John W. Eaton, 2014/08/28