############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL biomvRCNS ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.3.1/site-library’ * installing *source* package ‘biomvRCNS’ ... ** using staged installation ** libs using C compiler: ‘gcc (GCC) 10.3.1’ gcc -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -c biomvRCNS.c -o biomvRCNS.o biomvRCNS.c: In function ‘forward’: biomvRCNS.c:153:22: error: ‘DOUBLE_XMIN’ undeclared (first use in this function); did you mean ‘DBL_MIN’? 153 | m_e(F, t, j, T)+= DOUBLE_XMIN; | ^~~~~~~~~~~ | DBL_MIN biomvRCNS.c:153:22: note: each undeclared identifier is reported only once for each function it appears in biomvRCNS.c: In function ‘viterbi’: biomvRCNS.c:294:29: error: ‘DOUBLE_XMAX’ undeclared (first use in this function); did you mean ‘DBL_MAX’? 294 | double obs, prod, maxprod=-DOUBLE_XMAX; | ^~~~~~~~~~~ | DBL_MAX biomvRCNS.c: In function ‘logviterbi’: biomvRCNS.c:401:29: error: ‘DOUBLE_XMAX’ undeclared (first use in this function); did you mean ‘DBL_MAX’? 401 | double obs, prod, maxprod=-DOUBLE_XMAX; | ^~~~~~~~~~~ | DBL_MAX make: *** [/home/biocbuild/R/R-4.3.1/etc/Makeconf:191: biomvRCNS.o] Error 1 ERROR: compilation failed for package ‘biomvRCNS’ * removing ‘/home/biocbuild/R/R-4.3.1/site-library/biomvRCNS’