Opened 9 months ago

Last modified 7 months ago

#68912 closed defect

AlphaSparse fails on Sonoma: error: call to undeclared function 'alpha_malloc' — at Initial Version

Reported by: barracuda156 Owned by: barracuda156
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: sonoma Cc:
Port: AlphaSparse

Description

:info:build alphasparse_convert_csr5.c:42:31: error: call to undeclared function 'alpha_malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
:info:build   alphasparse_matrix *dest_ = alpha_malloc(sizeof(alphasparse_matrix));
:info:build                               ^
:info:build 1 error generated.
:info:build make[3]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_AlphaSparse/AlphaSparse/work/AlphaSparse-57eefee000734f40d9e972cbd110fbc4c51a71d3/obj/alphasparse_convert_csr5.o] Error 1
:info:build make[3]: *** Waiting for unfinished jobs....
:info:build alphasparse_convert_gebsr.c:165:31: error: call to undeclared function 'alpha_malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
:info:build   alphasparse_matrix *dest_ = alpha_malloc(sizeof(alphasparse_matrix));
:info:build                               ^
:info:build alphasparse_convert_gebsr.c:178:24: error: call to undeclared function 'alphasparse_transpose'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
:info:build     check_error_return(alphasparse_transpose(source, &AA));
:info:build                        ^
:info:build alphasparse_convert_gebsr.c:182:5: error: call to undeclared function 'alphasparse_destroy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
:info:build     alphasparse_destroy(AA);
:info:build     ^
:info:build 3 errors generated.

Change History (0)

Note: See TracTickets for help on using tickets.