Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W [X] Y  Z 

Package 509/514HostnameOS / ArchBUILDCHECKBUILD BIN
XDE 2.0.0
Robert Scharpf
Snapshot Date: 2012-03-23 18:21:46 -0700 (Fri, 23 Mar 2012)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_9/madman/Rpacks/XDE
Last Changed Rev: 59920 / Revision: 64395
Last Changed Date: 2011-10-31 15:59:03 -0700 (Mon, 31 Oct 2011)
wilson2 Linux (openSUSE 11.4) / x86_64  OK  OK 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK [ OK ] OK 
pitt Mac OS X Leopard (10.5.8) / i386  OK  OK  OK 

Summary

Package: XDE
Version: 2.0.0
Command: rm -rf XDE.buildbin-libdir && mkdir XDE.buildbin-libdir && D:\biocbld\bbs-2.9-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=XDE.buildbin-libdir XDE_2.0.0.tar.gz >XDE-install.out 2>&1 && D:\biocbld\bbs-2.9-bioc\R\bin\R.exe CMD check --library=XDE.buildbin-libdir --install="check:XDE-install.out" --force-multiarch --no-vignettes --timings XDE_2.0.0.tar.gz && mv XDE.buildbin-libdir/* XDE.Rcheck/ && rmdir XDE.buildbin-libdir
StartedAt: 2012-03-24 03:14:05 -0700 (Sat, 24 Mar 2012)
EndedAt: 2012-03-24 03:17:08 -0700 (Sat, 24 Mar 2012)
EllapsedTime: 183.8 seconds
RetCode: 0
Status:  OK  
CheckDir: XDE.Rcheck
Warnings: 0

Command output

* using log directory 'D:/biocbld/bbs-2.9-bioc/meat/XDE.Rcheck'
* using R version 2.14.2 (2012-02-29)
* using platform: i386-pc-mingw32 (32-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'XDE/DESCRIPTION' ... OK
* this is package 'XDE' version '2.0.0'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking whether package 'XDE' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for portable file names ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
* checking for unstated dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
computeGOF: no visible binding for global variable 'psi'
* checking Rd files ... NOTE
prepare_Rd: firstMcmc.Rd:14-15: Dropping empty section \details
prepare_Rd: thin.Rd:31-32: Dropping empty section \examples
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for portable compilation flags in Makevars ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
File 'D:/biocbld/bbs-2.9-bioc/meat/XDE.buildbin-libdir/XDE/libs/i386/XDE.dll':
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)

Compiled code should not call functions which might terminate R nor
write to stdout/stderr instead of to the console.  The detected symbols
are linked into the code but might come from libraries and not actually
be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking examples ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignettes ... SKIPPED
* checking PDF version of manual ... OK

XDE.Rcheck/00install.out:


install for i386

* installing *source* package 'XDE' ...
** libs
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c Cholesky.cpp -o Cholesky.o
Cholesky.cpp: In constructor 'Cholesky::Cholesky(const std::vector<std::vector<double> >&, int&)':
Cholesky.cpp:21:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c Matrix.cpp -o Matrix.o
Matrix.cpp: In function 'void matrixMult(const std::vector<std::vector<double> >&, const std::vector<double>&, std::vector<double>&)':
Matrix.cpp:142:7: warning: unused variable 'k' [-Wunused-variable]
Matrix.cpp:144:9: warning: unused variable 'j' [-Wunused-variable]
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c Potential_v2.cpp -o Potential_v2.o
Potential_v2.cpp: In function 'double potentialOmega0(double, double, double)':
Potential_v2.cpp:687:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c Random.cpp -o Random.o
Random.cpp: In member function 'int Random::Discrete(const std::vector<double>&)':
Random.cpp:156:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp: In member function 'std::vector<std::vector<double> > Random::InverseWishart(double, const std::vector<std::vector<double> >&)':
Random.cpp:433:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp: In member function 'std::vector<std::vector<double> > Random::CorrelationStandardInverseWishart(int, double)':
Random.cpp:507:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp:510:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp: In member function 'std::vector<int> Random::Permutation(int)':
Random.cpp:916:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp: In member function 'double Random::lnGamma(double)':
Random.cpp:941:10: warning: unused variable 'x' [-Wunused-variable]
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c Rinterface_v2.cpp -o Rinterface_v2.o
In file included from Update_v2.h:8:0,
                 from Rinterface_v2.cpp:3:
Random.h:19:0: warning: "PI" redefined [enabled by default]
D:/biocbld/BBS-2˜1.9-B/R/include/R_ext/Constants.h:30:0: note: this is the location of the previous definition
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c Structure.cpp -o Structure.o
In file included from c:\rtools215\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../include/c++/4.6.3/backward/strstream:52:0,
                 from Structure.cpp:1:
c:\rtools215\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../include/c++/4.6.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
In file included from Structure.cpp:29:0:
ReportPotential.h: In constructor 'ReportPotential::ReportPotential(const string&, const std::vector<Potential*>&)':
ReportPotential.h:32:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportPotential.h: In constructor 'ReportPotential::ReportPotential(double*, const std::vector<Potential*>&)':
ReportPotential.h:48:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportPotential.h: In member function 'virtual void ReportPotential::report(const Structure*)':
ReportPotential.h:69:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportPotential.h:78:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from Structure.cpp:30:0:
ReportAcceptance.h: In constructor 'ReportAcceptance::ReportAcceptance(const string&, const std::vector<Update*>&)':
ReportAcceptance.h:32:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportAcceptance.h: In constructor 'ReportAcceptance::ReportAcceptance(double*, const std::vector<Update*>&)':
ReportAcceptance.h:48:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportAcceptance.h: In member function 'virtual void ReportAcceptance::report(const Structure*)':
ReportAcceptance.h:67:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportAcceptance.h:76:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from ReportProbDelta.h:9:0,
                 from Structure.cpp:31:
PotentialSum.h: In constructor 'PotentialSum::PotentialSum(const std::vector<Potential*>&)':
PotentialSum.h:30:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSum.h: In destructor 'virtual PotentialSum::˜PotentialSum()':
PotentialSum.h:41:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSum.h: In member function 'virtual double PotentialSum::potential(Random&) const':
PotentialSum.h:61:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from Structure.cpp:31:0:
ReportProbDelta.h: In constructor 'ReportProbDelta::ReportProbDelta(const string&, Structure*, int)':
ReportProbDelta.h:53:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportProbDelta.h: In constructor 'ReportProbDelta::ReportProbDelta(double*, Structure*, int)':
ReportProbDelta.h:85:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportProbDelta.h: In destructor 'virtual ReportProbDelta::˜ReportProbDelta()':
ReportProbDelta.h:96:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp: In member function 'void Structure::setInitialValues(std::string&)':
Structure.cpp:1102:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1106:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1109:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1121:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1125:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1128:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c Update_v2.cpp -o Update_v2.o
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c Utility_v2.cpp -o Utility_v2.o
Utility_v2.cpp: In function 'double nuGibbs(double*, int, int, const int*, double, const double*, const double*, const double*, const double*, const double*, const int*, const double*, const int*, const double*, Random&, int)':
Utility_v2.cpp:220:12: warning: unused variable 'detPrior' [-Wunused-variable]
Utility_v2.cpp:227:12: warning: unused variable 'detPosterior' [-Wunused-variable]
Utility_v2.cpp: In function 'double DeltaGibbs(int, double*, int, int, const int*, double, const double*, const double*, const double*, const double*, const double*, const int*, const double*, const int*, const double*, Random&, int)':
Utility_v2.cpp:302:9: warning: unused variable 's' [-Wunused-variable]
Utility_v2.cpp:327:12: warning: unused variable 'detPrior' [-Wunused-variable]
Utility_v2.cpp:333:12: warning: unused variable 'detPosterior' [-Wunused-variable]
Utility_v2.cpp: In function 'void updateMRF1perfect_onedelta(int, std::vector<int>&, std::vector<int>&, const std::vector<double>&, const std::vector<double>&, const std::vector<std::vector<int> >&, double, double, double, Random&)':
Utility_v2.cpp:433:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:455:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:467:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp: In function 'double perfectMRF1_onedelta(int*, int, const std::vector<std::vector<int> >&, const std::vector<double>&, const std::vector<double>&, double, double, double, unsigned int*, int)':
Utility_v2.cpp:576:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:620:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp: In function 'void updateMRF2perfect_onedelta(int, std::vector<int>&, std::vector<int>&, const std::vector<double>&, const std::vector<double>&, const std::vector<std::vector<int> >&, double, double, Random&)':
Utility_v2.cpp:655:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp: In function 'double perfectMRF2_onedelta(int*, int, const std::vector<std::vector<int> >&, const std::vector<double>&, const std::vector<double>&, double, double, unsigned int*, int)':
Utility_v2.cpp:743:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:780:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:784:6: warning: unused variable 'ngg' [-Wunused-variable]
Utility_v2.cpp: In function 'void updateMRF2perfect(int, int, int, int, std::vector<int>&, std::vector<int>&, const std::vector<double>&, const std::vector<double>&, const std::vector<std::vector<int> >&, double, double, double, Random&)':
Utility_v2.cpp:813:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp: In function 'double perfectMRF2(int*, int, int, const std::vector<std::vector<int> >&, const std::vector<double>&, const std::vector<double>&, double, double, double, unsigned int*, int)':
Utility_v2.cpp:924:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:969:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:974:8: warning: unused variable 'ngg' [-Wunused-variable]
g++  -I"D:/biocbld/BBS-2˜1.9-B/R/include"          -O2 -Wall  -mtune=core2 -c diffExpressed_main.cpp -o diffExpressed_main.o
In file included from diffExpressed_main.cpp:13:0:
Random.h:19:0: warning: "PI" redefined [enabled by default]
D:/biocbld/BBS-2˜1.9-B/R/include/R_ext/Constants.h:30:0: note: this is the location of the previous definition
In file included from diffExpressed_main.cpp:19:0:
PotentialX.h: In destructor 'virtual PotentialX::˜PotentialX()':
PotentialX.h:44:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialX.h: In member function 'virtual double PotentialX::potential(Random&) const':
PotentialX.h:64:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:28:0:
PotentialSigma2.h: In destructor 'virtual PotentialSigma2::˜PotentialSigma2()':
PotentialSigma2.h:44:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSigma2.h: In member function 'virtual double PotentialSigma2::potential(Random&) const':
PotentialSigma2.h:64:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:29:0:
PotentialPhi.h: In destructor 'virtual PotentialPhi::˜PotentialPhi()':
PotentialPhi.h:44:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialPhi.h: In member function 'virtual double PotentialPhi::potential(Random&) const':
PotentialPhi.h:64:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:30:0:
PotentialSum.h: In constructor 'PotentialSum::PotentialSum(const std::vector<Potential*>&)':
PotentialSum.h:30:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSum.h: In destructor 'virtual PotentialSum::˜PotentialSum()':
PotentialSum.h:41:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSum.h: In member function 'virtual double PotentialSum::potential(Random&) const':
PotentialSum.h:61:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:38:0:
UpdateDeltaMH.h: In constructor 'UpdateDeltaMH::UpdateDeltaMH(Structure*, int)':
UpdateDeltaMH.h:47:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateDeltaMH.h: In destructor 'virtual UpdateDeltaMH::˜UpdateDeltaMH()':
UpdateDeltaMH.h:59:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from UpdateSigma2MH.h:4:0,
                 from diffExpressed_main.cpp:40:
UpdateMultiplicativePositive.h: In constructor 'UpdateMultiplicativePositive::UpdateMultiplicativePositive(const std::vector<Potential*>&, const std::vector<double*>&, double)':
UpdateMultiplicativePositive.h:50:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h:53:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h: In constructor 'UpdateMultiplicativePositive::UpdateMultiplicativePositive(const Potential*, const std::vector<double*>&, double)':
UpdateMultiplicativePositive.h:76:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h: In constructor 'UpdateMultiplicativePositive::UpdateMultiplicativePositive(const std::vector<Potential*>&, const std::vector<double*>&, const std::vector<double*>&, double)':
UpdateMultiplicativePositive.h:124:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h:127:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h:130:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h: In constructor 'UpdateMultiplicativePositive::UpdateMultiplicativePositive(const Potential*, const std::vector<double*>&, const std::vector<double*>&, double)':
UpdateMultiplicativePositive.h:159:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h:162:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h: In member function 'virtual int UpdateMultiplicativePositive::update(Random&)':
UpdateMultiplicativePositive.h:213:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:40:0:
UpdateSigma2MH.h: In constructor 'UpdateSigma2MH::UpdateSigma2MH(Structure*, double)':
UpdateSigma2MH.h:49:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateSigma2MH.h: In destructor 'virtual UpdateSigma2MH::˜UpdateSigma2MH()':
UpdateSigma2MH.h:61:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateSigma2MH.h: In member function 'virtual void UpdateSigma2MH::setEpsilon(double)':
UpdateSigma2MH.h:71:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateSigma2MH.h: In member function 'virtual int UpdateSigma2MH::update(Random&)':
UpdateSigma2MH.h:96:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:41:0:
UpdateTMH.h: In constructor 'UpdateTMH::UpdateTMH(Structure*, const Potential*, double)':
UpdateTMH.h:48:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateTMH.h: In destructor 'virtual UpdateTMH::˜UpdateTMH()':
UpdateTMH.h:60:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateTMH.h: In member function 'virtual int UpdateTMH::update(Random&)':
UpdateTMH.h:84:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:42:0:
UpdateLMH.h: In constructor 'UpdateLMH::UpdateLMH(Structure*, const Potential*, double)':
UpdateLMH.h:49:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLMH.h: In destructor 'virtual UpdateLMH::˜UpdateLMH()':
UpdateLMH.h:61:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLMH.h: In member function 'virtual void UpdateLMH::setEpsilon(double)':
UpdateLMH.h:73:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLMH.h: In member function 'virtual int UpdateLMH::update(Random&)':
UpdateLMH.h:99:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:43:0:
UpdatePhiMH.h: In constructor 'UpdatePhiMH::UpdatePhiMH(Structure*, double)':
UpdatePhiMH.h:45:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdatePhiMH.h: In destructor 'virtual UpdatePhiMH::˜UpdatePhiMH()':
UpdatePhiMH.h:57:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdatePhiMH.h: In member function 'virtual void UpdatePhiMH::setEpsilon(double)':
UpdatePhiMH.h:69:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdatePhiMH.h: In member function 'virtual int UpdatePhiMH::update(Random&)':
UpdatePhiMH.h:96:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:44:0:
UpdateThetaMH.h: In constructor 'UpdateThetaMH::UpdateThetaMH(Structure*, const Potential*, double)':
UpdateThetaMH.h:49:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateThetaMH.h: In destructor 'virtual UpdateThetaMH::˜UpdateThetaMH()':
UpdateThetaMH.h:61:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateThetaMH.h: In member function 'virtual int UpdateThetaMH::update(Random&)':
UpdateThetaMH.h:85:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:45:0:
UpdateLambdaMH.h: In constructor 'UpdateLambdaMH::UpdateLambdaMH(Structure*, const Potential*, double)':
UpdateLambdaMH.h:47:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLambdaMH.h: In destructor 'virtual UpdateLambdaMH::˜UpdateLambdaMH()':
UpdateLambdaMH.h:59:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLambdaMH.h: In member function 'virtual int UpdateLambdaMH::update(Random&)':
UpdateLambdaMH.h:83:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:140:0:
PotentialFunction.h: In function 'void xdeLIN_main(int*, int*, int*, int*, int*, int*, int*, double*, int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, int*, double*, int*, int*, char**, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, int*)':
PotentialFunction.h:55:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diffExpressed_main.cpp:199:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diffExpressed_main.cpp:214:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diffExpressed_main.cpp:221:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diffExpressed_main.cpp:224:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -shared -s -static-libgcc -o XDE.dll tmp.def Cholesky.o Matrix.o Potential_v2.o Random.o Rinterface_v2.o Structure.o Update_v2.o Utility_v2.o diffExpressed_main.o -lm -LD:/biocbld/BBS-2˜1.9-B/R/bin/i386 -lR
installing to D:/biocbld/bbs-2.9-bioc/meat/XDE.buildbin-libdir/XDE/libs/i386
** R
** data
** inst
** preparing package for lazy loading
Creating a generic function for 'pairs' from package 'graphics' in package 'XDE'
Creating a generic function for 'lapply' from package 'base' in package 'XDE'
Creating a generic function for 'nrow' from package 'base' in package 'XDE'
Creating a generic function for 'plot' from package 'graphics' in package 'XDE'
** help
*** installing help indices
** building package indices ...
*** tangling vignette sources ...
   'XDE.Rnw' 
   'XdeParameterClass.Rnw' 
** testing if installed package can be loaded

add DLL for x64

* installing *source* package 'XDE' ...
** libs
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c Cholesky.cpp -o Cholesky.o
Cholesky.cpp: In constructor 'Cholesky::Cholesky(const std::vector<std::vector<double> >&, int&)':
Cholesky.cpp:21:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c Matrix.cpp -o Matrix.o
Matrix.cpp: In function 'void matrixMult(const std::vector<std::vector<double> >&, const std::vector<double>&, std::vector<double>&)':
Matrix.cpp:142:7: warning: unused variable 'k' [-Wunused-variable]
Matrix.cpp:144:9: warning: unused variable 'j' [-Wunused-variable]
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c Potential_v2.cpp -o Potential_v2.o
Potential_v2.cpp: In function 'double potentialOmega0(double, double, double)':
Potential_v2.cpp:687:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c Random.cpp -o Random.o
Random.cpp: In member function 'int Random::Discrete(const std::vector<double>&)':
Random.cpp:156:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp: In member function 'std::vector<std::vector<double> > Random::InverseWishart(double, const std::vector<std::vector<double> >&)':
Random.cpp:433:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp: In member function 'std::vector<std::vector<double> > Random::CorrelationStandardInverseWishart(int, double)':
Random.cpp:507:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp:510:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp: In member function 'std::vector<int> Random::Permutation(int)':
Random.cpp:916:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Random.cpp: In member function 'double Random::lnGamma(double)':
Random.cpp:941:10: warning: unused variable 'x' [-Wunused-variable]
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c Rinterface_v2.cpp -o Rinterface_v2.o
In file included from Update_v2.h:8:0,
                 from Rinterface_v2.cpp:3:
Random.h:19:0: warning: "PI" redefined [enabled by default]
D:/biocbld/BBS-2˜1.9-B/R/include/R_ext/Constants.h:30:0: note: this is the location of the previous definition
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c Structure.cpp -o Structure.o
In file included from c:\rtools215\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../include/c++/4.6.3/backward/strstream:52:0,
                 from Structure.cpp:1:
c:\rtools215\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../include/c++/4.6.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
In file included from Structure.cpp:29:0:
ReportPotential.h: In constructor 'ReportPotential::ReportPotential(const string&, const std::vector<Potential*>&)':
ReportPotential.h:32:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportPotential.h: In constructor 'ReportPotential::ReportPotential(double*, const std::vector<Potential*>&)':
ReportPotential.h:48:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportPotential.h: In member function 'virtual void ReportPotential::report(const Structure*)':
ReportPotential.h:69:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportPotential.h:78:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from Structure.cpp:30:0:
ReportAcceptance.h: In constructor 'ReportAcceptance::ReportAcceptance(const string&, const std::vector<Update*>&)':
ReportAcceptance.h:32:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportAcceptance.h: In constructor 'ReportAcceptance::ReportAcceptance(double*, const std::vector<Update*>&)':
ReportAcceptance.h:48:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportAcceptance.h: In member function 'virtual void ReportAcceptance::report(const Structure*)':
ReportAcceptance.h:67:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportAcceptance.h:76:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from ReportProbDelta.h:9:0,
                 from Structure.cpp:31:
PotentialSum.h: In constructor 'PotentialSum::PotentialSum(const std::vector<Potential*>&)':
PotentialSum.h:30:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSum.h: In destructor 'virtual PotentialSum::˜PotentialSum()':
PotentialSum.h:41:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSum.h: In member function 'virtual double PotentialSum::potential(Random&) const':
PotentialSum.h:61:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from Structure.cpp:31:0:
ReportProbDelta.h: In constructor 'ReportProbDelta::ReportProbDelta(const string&, Structure*, int)':
ReportProbDelta.h:53:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportProbDelta.h: In constructor 'ReportProbDelta::ReportProbDelta(double*, Structure*, int)':
ReportProbDelta.h:85:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ReportProbDelta.h: In destructor 'virtual ReportProbDelta::˜ReportProbDelta()':
ReportProbDelta.h:96:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp: In member function 'void Structure::setInitialValues(std::string&)':
Structure.cpp:1102:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1106:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1109:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1121:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1125:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Structure.cpp:1128:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c Update_v2.cpp -o Update_v2.o
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c Utility_v2.cpp -o Utility_v2.o
Utility_v2.cpp: In function 'double nuGibbs(double*, int, int, const int*, double, const double*, const double*, const double*, const double*, const double*, const int*, const double*, const int*, const double*, Random&, int)':
Utility_v2.cpp:220:12: warning: unused variable 'detPrior' [-Wunused-variable]
Utility_v2.cpp:227:12: warning: unused variable 'detPosterior' [-Wunused-variable]
Utility_v2.cpp: In function 'double DeltaGibbs(int, double*, int, int, const int*, double, const double*, const double*, const double*, const double*, const double*, const int*, const double*, const int*, const double*, Random&, int)':
Utility_v2.cpp:302:9: warning: unused variable 's' [-Wunused-variable]
Utility_v2.cpp:327:12: warning: unused variable 'detPrior' [-Wunused-variable]
Utility_v2.cpp:333:12: warning: unused variable 'detPosterior' [-Wunused-variable]
Utility_v2.cpp: In function 'void updateMRF1perfect_onedelta(int, std::vector<int>&, std::vector<int>&, const std::vector<double>&, const std::vector<double>&, const std::vector<std::vector<int> >&, double, double, double, Random&)':
Utility_v2.cpp:433:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:455:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:467:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp: In function 'double perfectMRF1_onedelta(int*, int, const std::vector<std::vector<int> >&, const std::vector<double>&, const std::vector<double>&, double, double, double, unsigned int*, int)':
Utility_v2.cpp:576:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:620:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp: In function 'void updateMRF2perfect_onedelta(int, std::vector<int>&, std::vector<int>&, const std::vector<double>&, const std::vector<double>&, const std::vector<std::vector<int> >&, double, double, Random&)':
Utility_v2.cpp:655:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp: In function 'double perfectMRF2_onedelta(int*, int, const std::vector<std::vector<int> >&, const std::vector<double>&, const std::vector<double>&, double, double, unsigned int*, int)':
Utility_v2.cpp:743:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:780:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:784:6: warning: unused variable 'ngg' [-Wunused-variable]
Utility_v2.cpp: In function 'void updateMRF2perfect(int, int, int, int, std::vector<int>&, std::vector<int>&, const std::vector<double>&, const std::vector<double>&, const std::vector<std::vector<int> >&, double, double, double, Random&)':
Utility_v2.cpp:813:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp: In function 'double perfectMRF2(int*, int, int, const std::vector<std::vector<int> >&, const std::vector<double>&, const std::vector<double>&, double, double, double, unsigned int*, int)':
Utility_v2.cpp:924:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:969:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Utility_v2.cpp:974:8: warning: unused variable 'ngg' [-Wunused-variable]
g++ -m64 -I"D:/biocbld/BBS-2˜1.9-B/R/include"     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c diffExpressed_main.cpp -o diffExpressed_main.o
In file included from diffExpressed_main.cpp:13:0:
Random.h:19:0: warning: "PI" redefined [enabled by default]
D:/biocbld/BBS-2˜1.9-B/R/include/R_ext/Constants.h:30:0: note: this is the location of the previous definition
In file included from diffExpressed_main.cpp:19:0:
PotentialX.h: In destructor 'virtual PotentialX::˜PotentialX()':
PotentialX.h:44:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialX.h: In member function 'virtual double PotentialX::potential(Random&) const':
PotentialX.h:64:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:28:0:
PotentialSigma2.h: In destructor 'virtual PotentialSigma2::˜PotentialSigma2()':
PotentialSigma2.h:44:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSigma2.h: In member function 'virtual double PotentialSigma2::potential(Random&) const':
PotentialSigma2.h:64:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:29:0:
PotentialPhi.h: In destructor 'virtual PotentialPhi::˜PotentialPhi()':
PotentialPhi.h:44:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialPhi.h: In member function 'virtual double PotentialPhi::potential(Random&) const':
PotentialPhi.h:64:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:30:0:
PotentialSum.h: In constructor 'PotentialSum::PotentialSum(const std::vector<Potential*>&)':
PotentialSum.h:30:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSum.h: In destructor 'virtual PotentialSum::˜PotentialSum()':
PotentialSum.h:41:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
PotentialSum.h: In member function 'virtual double PotentialSum::potential(Random&) const':
PotentialSum.h:61:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:38:0:
UpdateDeltaMH.h: In constructor 'UpdateDeltaMH::UpdateDeltaMH(Structure*, int)':
UpdateDeltaMH.h:47:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateDeltaMH.h: In destructor 'virtual UpdateDeltaMH::˜UpdateDeltaMH()':
UpdateDeltaMH.h:59:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from UpdateSigma2MH.h:4:0,
                 from diffExpressed_main.cpp:40:
UpdateMultiplicativePositive.h: In constructor 'UpdateMultiplicativePositive::UpdateMultiplicativePositive(const std::vector<Potential*>&, const std::vector<double*>&, double)':
UpdateMultiplicativePositive.h:50:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h:53:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h: In constructor 'UpdateMultiplicativePositive::UpdateMultiplicativePositive(const Potential*, const std::vector<double*>&, double)':
UpdateMultiplicativePositive.h:76:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h: In constructor 'UpdateMultiplicativePositive::UpdateMultiplicativePositive(const std::vector<Potential*>&, const std::vector<double*>&, const std::vector<double*>&, double)':
UpdateMultiplicativePositive.h:124:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h:127:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h:130:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h: In constructor 'UpdateMultiplicativePositive::UpdateMultiplicativePositive(const Potential*, const std::vector<double*>&, const std::vector<double*>&, double)':
UpdateMultiplicativePositive.h:159:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h:162:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateMultiplicativePositive.h: In member function 'virtual int UpdateMultiplicativePositive::update(Random&)':
UpdateMultiplicativePositive.h:213:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:40:0:
UpdateSigma2MH.h: In constructor 'UpdateSigma2MH::UpdateSigma2MH(Structure*, double)':
UpdateSigma2MH.h:49:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateSigma2MH.h: In destructor 'virtual UpdateSigma2MH::˜UpdateSigma2MH()':
UpdateSigma2MH.h:61:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateSigma2MH.h: In member function 'virtual void UpdateSigma2MH::setEpsilon(double)':
UpdateSigma2MH.h:71:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateSigma2MH.h: In member function 'virtual int UpdateSigma2MH::update(Random&)':
UpdateSigma2MH.h:96:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:41:0:
UpdateTMH.h: In constructor 'UpdateTMH::UpdateTMH(Structure*, const Potential*, double)':
UpdateTMH.h:48:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateTMH.h: In destructor 'virtual UpdateTMH::˜UpdateTMH()':
UpdateTMH.h:60:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateTMH.h: In member function 'virtual int UpdateTMH::update(Random&)':
UpdateTMH.h:84:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:42:0:
UpdateLMH.h: In constructor 'UpdateLMH::UpdateLMH(Structure*, const Potential*, double)':
UpdateLMH.h:49:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLMH.h: In destructor 'virtual UpdateLMH::˜UpdateLMH()':
UpdateLMH.h:61:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLMH.h: In member function 'virtual void UpdateLMH::setEpsilon(double)':
UpdateLMH.h:73:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLMH.h: In member function 'virtual int UpdateLMH::update(Random&)':
UpdateLMH.h:99:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:43:0:
UpdatePhiMH.h: In constructor 'UpdatePhiMH::UpdatePhiMH(Structure*, double)':
UpdatePhiMH.h:45:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdatePhiMH.h: In destructor 'virtual UpdatePhiMH::˜UpdatePhiMH()':
UpdatePhiMH.h:57:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdatePhiMH.h: In member function 'virtual void UpdatePhiMH::setEpsilon(double)':
UpdatePhiMH.h:69:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdatePhiMH.h: In member function 'virtual int UpdatePhiMH::update(Random&)':
UpdatePhiMH.h:96:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:44:0:
UpdateThetaMH.h: In constructor 'UpdateThetaMH::UpdateThetaMH(Structure*, const Potential*, double)':
UpdateThetaMH.h:49:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateThetaMH.h: In destructor 'virtual UpdateThetaMH::˜UpdateThetaMH()':
UpdateThetaMH.h:61:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateThetaMH.h: In member function 'virtual int UpdateThetaMH::update(Random&)':
UpdateThetaMH.h:85:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:45:0:
UpdateLambdaMH.h: In constructor 'UpdateLambdaMH::UpdateLambdaMH(Structure*, const Potential*, double)':
UpdateLambdaMH.h:47:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLambdaMH.h: In destructor 'virtual UpdateLambdaMH::˜UpdateLambdaMH()':
UpdateLambdaMH.h:59:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
UpdateLambdaMH.h: In member function 'virtual int UpdateLambdaMH::update(Random&)':
UpdateLambdaMH.h:83:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from diffExpressed_main.cpp:140:0:
PotentialFunction.h: In function 'void xdeLIN_main(int*, int*, int*, int*, int*, int*, int*, double*, int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, int*, double*, int*, int*, char**, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, int*)':
PotentialFunction.h:55:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diffExpressed_main.cpp:199:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diffExpressed_main.cpp:214:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diffExpressed_main.cpp:221:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
diffExpressed_main.cpp:224:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -m64 -shared -s -static-libgcc -o XDE.dll tmp.def Cholesky.o Matrix.o Potential_v2.o Random.o Rinterface_v2.o Structure.o Update_v2.o Utility_v2.o diffExpressed_main.o -lm -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LD:/biocbld/BBS-2˜1.9-B/R/bin/x64 -lR
installing to D:/biocbld/bbs-2.9-bioc/meat/XDE.buildbin-libdir/XDE/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'XDE' as XDE_2.0.0.zip

* DONE (XDE)