This page was generated on 2022-03-18 11:08:40 -0400 (Fri, 18 Mar 2022).
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf seqbias.buildbin-libdir && mkdir seqbias.buildbin-libdir && D:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL --build --library=seqbias.buildbin-libdir seqbias_1.43.0.tar.gz
###
##############################################################################
##############################################################################
* installing *source* package 'seqbias' ...
** using staged installation
**********************************************
WARNING: this package has a configure script
It probably needs manual configuration
**********************************************
** libs
"C:/rtools40/mingw64/bin/"gcc -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c sam.c -o sam.o
"C:/rtools40/mingw64/bin/"gcc -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c bam_plbuf.c -o bam_plbuf.o
"C:/rtools40/mingw64/bin/"gcc -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c bam_aux.c -o bam_aux.o
"C:/rtools40/mingw64/bin/"gcc -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c common.c -o common.o
"C:/rtools40/mingw64/bin/"gcc -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c miscmath.c -o miscmath.o
"C:/rtools40/mingw64/bin/"gcc -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c pos_table.c -o pos_table.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c kmer_matrix.cpp -o kmer_matrix.o
In file included from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
./yaml-cpp/parser.h:45:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Scanner> m_pScanner;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
./yaml-cpp/parser.h:46:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Directives> m_pDirectives;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./yaml-cpp/node.h:12,
from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
./yaml-cpp/iterator.h:20:17: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
Iterator(std::auto_ptr<IterPriv> pData);
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./yaml-cpp/node.h:12,
from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
./yaml-cpp/iterator.h:36:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<IterPriv> m_pData;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
./yaml-cpp/node.h:43:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Node> Clone() const;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
./yaml-cpp/node.h:115:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<NodeOwnership> m_pOwnership;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:13,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
./yaml-cpp/emitter.h:98:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr <EmitterState> m_pState;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from kmer_matrix.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c logger.cpp -o logger.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c motif.cpp -o motif.o
In file included from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
./yaml-cpp/parser.h:45:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Scanner> m_pScanner;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
./yaml-cpp/parser.h:46:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Directives> m_pDirectives;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./yaml-cpp/node.h:12,
from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
./yaml-cpp/iterator.h:20:17: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
Iterator(std::auto_ptr<IterPriv> pData);
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./yaml-cpp/node.h:12,
from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
./yaml-cpp/iterator.h:36:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<IterPriv> m_pData;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
./yaml-cpp/node.h:43:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Node> Clone() const;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
./yaml-cpp/node.h:115:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<NodeOwnership> m_pOwnership;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:13,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
./yaml-cpp/emitter.h:98:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr <EmitterState> m_pState;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from motif.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c seqbias.cpp -o seqbias.o
In file included from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
./yaml-cpp/parser.h:45:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Scanner> m_pScanner;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
./yaml-cpp/parser.h:46:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Directives> m_pDirectives;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./yaml-cpp/node.h:12,
from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
./yaml-cpp/iterator.h:20:17: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
Iterator(std::auto_ptr<IterPriv> pData);
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./yaml-cpp/node.h:12,
from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
./yaml-cpp/iterator.h:36:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<IterPriv> m_pData;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
./yaml-cpp/node.h:43:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Node> Clone() const;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
./yaml-cpp/node.h:115:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<NodeOwnership> m_pOwnership;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:13,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
./yaml-cpp/emitter.h:98:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr <EmitterState> m_pState;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from seqbias.cpp:2:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
seqbias.cpp: In function 'void R_init_seqbias(DllInfo*)':
seqbias.cpp:493:45: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP, SEXP, SEXP, SEXP, SEXP)' {aka 'SEXPREC* (*)(SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "seqbias_fit", (DL_FUNC) &seqbias_fit, 5 },
^~~~~~~~~~~
seqbias.cpp:494:45: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP, SEXP, SEXP, SEXP, SEXP)' {aka 'SEXPREC* (*)(SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "seqbias_predict", (DL_FUNC) &seqbias_predict, 5 },
^~~~~~~~~~~~~~~
seqbias.cpp:495:45: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP, SEXP)' {aka 'SEXPREC* (*)(SEXPREC*, SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "seqbias_load", (DL_FUNC) &seqbias_load, 2 },
^~~~~~~~~~~~
seqbias.cpp:496:45: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP, SEXP)' {aka 'SEXPREC* (*)(SEXPREC*, SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "seqbias_save", (DL_FUNC) &seqbias_save, 2 },
^~~~~~~~~~~~
seqbias.cpp:497:48: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP)' {aka 'SEXPREC* (*)(SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "seqbias_open_bam", (DL_FUNC) &seqbias_open_bam, 1 },
^~~~~~~~~~~~~~~~
seqbias.cpp:498:48: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)' {aka 'SEXPREC* (*)(SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "seqbias_count_reads", (DL_FUNC) &seqbias_count_reads, 7 },
^~~~~~~~~~~~~~~~~~~
seqbias.cpp:499:60: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP, SEXP)' {aka 'SEXPREC* (*)(SEXPREC*, SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "seqbias_alloc_kmer_matrix", (DL_FUNC) &seqbias_alloc_kmer_matrix, 2 },
^~~~~~~~~~~~~~~~~~~~~~~~~
seqbias.cpp:500:60: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP, SEXP, SEXP, SEXP)' {aka 'SEXPREC* (*)(SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "seqbias_tally_kmers", (DL_FUNC) &seqbias_tally_kmers, 4 },
^~~~~~~~~~~~~~~~~~~
seqbias.cpp:501:60: warning: cast between incompatible function types from 'SEXPREC* (*)(SEXP, SEXP)' {aka 'SEXPREC* (*)(SEXPREC*, SEXPREC*)'} to 'DL_FUNC' {aka 'void* (*)()'} [-Wcast-function-type]
{ "sebqias_dataframe_from_kmer_matrix", (DL_FUNC) &seqbias_dataframe_from_kmer_matrix, 2 },
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c sequencing_bias.cpp -o sequencing_bias.o
In file included from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
./yaml-cpp/parser.h:45:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Scanner> m_pScanner;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
./yaml-cpp/parser.h:46:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Directives> m_pDirectives;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./yaml-cpp/node.h:12,
from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
./yaml-cpp/iterator.h:20:17: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
Iterator(std::auto_ptr<IterPriv> pData);
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./yaml-cpp/node.h:12,
from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
./yaml-cpp/iterator.h:36:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<IterPriv> m_pData;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
./yaml-cpp/node.h:43:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Node> Clone() const;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:10,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
./yaml-cpp/node.h:115:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<NodeOwnership> m_pOwnership;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from yaml-cpp/yaml.h:13,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
./yaml-cpp/emitter.h:98:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr <EmitterState> m_pState;
^~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/memory:80,
from ./yaml-cpp/parser.h:12,
from yaml-cpp/yaml.h:9,
from kmer_matrix.hpp:13,
from motif.hpp:13,
from sequencing_bias.hpp:13,
from sequencing_bias.cpp:8:
C:/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I"C:/extsoft/include" -Wall -Wextra -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c twobitseq.cpp -o twobitseq.o
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o seqbias.dll tmp.def sam.o bam_plbuf.o bam_aux.o common.o miscmath.o pos_table.o kmer_matrix.o logger.o motif.o seqbias.o sequencing_bias.o twobitseq.o yaml-cpp/aliasmanager.o yaml-cpp/conversion.o yaml-cpp/directives.o yaml-cpp/emitfromevents.o yaml-cpp/emitter.o yaml-cpp/emitterstate.o yaml-cpp/emitterutils.o yaml-cpp/exp.o yaml-cpp/iterator.o yaml-cpp/nodebuilder.o yaml-cpp/node.o yaml-cpp/nodeownership.o yaml-cpp/null.o yaml-cpp/ostream.o yaml-cpp/parser.o yaml-cpp/regex.o yaml-cpp/scanner.o yaml-cpp/scanscalar.o yaml-cpp/scantag.o yaml-cpp/scantoken.o yaml-cpp/simplekey.o yaml-cpp/singledocparser.o yaml-cpp/stream.o yaml-cpp/tag.o D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/usrlib/x64/libhts.a -LC:/extsoft/lib/x64 -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lz -lws2_32 -lwldap32 -lwinmm -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LD:/biocbuild/bbs-3.15-bioc/R/bin/x64 -lR
installing to D:/biocbuild/bbs-3.15-bioc/meat/seqbias.buildbin-libdir/00LOCK-seqbias/00new/seqbias/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package 'seqbias'
finding HTML links ... done
count_reads html
kmer_freq html
random_intervals html
seqbias-class html
seqbias-package html
seqbias_fit html
seqbias_load html
seqbias_predict html
seqbias_save html
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'seqbias' as seqbias_1.43.0.zip
* DONE (seqbias)