############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data oligo ### ############################################################################## ############################################################################## * checking for file ‘oligo/DESCRIPTION’ ... OK * preparing ‘oligo’: * checking DESCRIPTION meta-information ... OK * cleaning src * running ‘cleanup’ * installing the package to build vignettes ----------------------------------- * installing *source* package ‘oligo’ ... ** this is package ‘oligo’ version ‘1.71.0’ ** using staged installation ** libs using C compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’ using SDK: ‘MacOSX11.3.sdk’ clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/preprocessCore/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c DABG.c -o DABG.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/preprocessCore/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ParserGzXYS.c -o ParserGzXYS.o ParserGzXYS.c:62:11: error: call to undeclared function 'Calloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] final = Calloc(strlen(result)+1, char); ^ ParserGzXYS.c:62:36: error: expected expression final = Calloc(strlen(result)+1, char); ^ ParserGzXYS.c:147:2: error: call to undeclared function 'Free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Free(d0); ^ ParserGzXYS.c:147:2: note: did you mean 'free'? /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/malloc/_malloc.h:42:7: note: 'free' declared here void free(void *); ^ ParserGzXYS.c:153:7: error: call to undeclared function 'Free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Free(d1); // Missed: 12/02/09 ^ ParserGzXYS.c:155:3: error: call to undeclared function 'Free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Free(d0); ^ 5 errors generated. make: *** [ParserGzXYS.o] Error 1 ERROR: compilation failed for package ‘oligo’ * removing ‘/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpDdYzef/Rinst17a7a713b881f/oligo’ ----------------------------------- ERROR: package installation failed