SCM

R Development Page

Segmentor3IsBack log file (build_win64)

Wed Jun 22 15:28:10 2016: Building binary for package Segmentor3IsBack (SVN revision 31)
using R version 3.3.0 Patched (2016-06-09 r70753) ...

* installing to library 'R:/lib/local/3.3'
* installing *source* package 'Segmentor3IsBack' ...
** libs

*** arch - i386
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c BinNegative.cpp -o BinNegative.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c CallSegmentor.cpp -o CallSegmentor.o
In file included from CallSegmentor.cpp:2:0:
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = Poisson; FunctionTypeName = Poisson; DataTypeName = int]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Poisson; FunctionTypeName = Poisson; DataTypeName = int]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Poisson; FunctionTypeName = Poisson; DataTypeName = int]'
CallSegmentor.cpp:34:86:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'Poisson' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
     delete Aux;
     ^
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = Exponential; FunctionTypeName = Exponential; DataTypeName = double]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Exponential; FunctionTypeName = Exponential; DataTypeName = double]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Exponential; FunctionTypeName = Exponential; DataTypeName = double]'
CallSegmentor.cpp:73:97:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'Exponential' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = BinNegative; FunctionTypeName = BinNegative; DataTypeName = int]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = BinNegative; FunctionTypeName = BinNegative; DataTypeName = int]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = BinNegative; FunctionTypeName = BinNegative; DataTypeName = int]'
CallSegmentor.cpp:205:94:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'BinNegative' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = Trinome; FunctionTypeName = Trinome; DataTypeName = double]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Trinome; FunctionTypeName = Trinome; DataTypeName = double]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Trinome; FunctionTypeName = Trinome; DataTypeName = double]'
CallSegmentor.cpp:288:89:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'Trinome' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = Variance; FunctionTypeName = Variance; DataTypeName = double]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Variance; FunctionTypeName = Variance; DataTypeName = double]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Variance; FunctionTypeName = Variance; DataTypeName = double]'
CallSegmentor.cpp:369:91:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'Variance' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Exp.cpp -o Exp.o
Exp.cpp: In member function 'double Exponential::ArgMin(Segment&)':
Exp.cpp:99:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
     if(!Tol.Contains((*this).B))
       ^
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Function.cpp -o Function.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c GeneralFunctions.cpp -o GeneralFunctions.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c MyVector.cpp -o MyVector.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Observations.cpp -o Observations.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Poisson.cpp -o Poisson.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c PrunedSeg.cc -o PrunedSeg.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Segment.cpp -o Segment.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Segmentor.cpp -o Segmentor.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Sets.cpp -o Sets.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Trinome.cpp -o Trinome.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Variance.cpp -o Variance.o
c:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o Segmentor3IsBack.dll tmp.def BinNegative.o CallSegmentor.o Exp.o Function.o GeneralFunctions.o MyVector.o Observations.o Poisson.o PrunedSeg.o Segment.o Segmentor.o Sets.o Trinome.o Variance.o -LR:/base/local215/lib/i386 -LR:/base/local215/lib -LR:/lib/R/R-patched/bin/i386 -lR
installing to R:/lib/local/3.3/Segmentor3IsBack/libs/i386

*** arch - x64
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c BinNegative.cpp -o BinNegative.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c CallSegmentor.cpp -o CallSegmentor.o
In file included from CallSegmentor.cpp:2:0:
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = Poisson; FunctionTypeName = Poisson; DataTypeName = int]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Poisson; FunctionTypeName = Poisson; DataTypeName = int]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Poisson; FunctionTypeName = Poisson; DataTypeName = int]'
CallSegmentor.cpp:34:86:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'Poisson' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
     delete Aux;
     ^
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = Exponential; FunctionTypeName = Exponential; DataTypeName = double]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Exponential; FunctionTypeName = Exponential; DataTypeName = double]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Exponential; FunctionTypeName = Exponential; DataTypeName = double]'
CallSegmentor.cpp:73:97:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'Exponential' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = BinNegative; FunctionTypeName = BinNegative; DataTypeName = int]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = BinNegative; FunctionTypeName = BinNegative; DataTypeName = int]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = BinNegative; FunctionTypeName = BinNegative; DataTypeName = int]'
CallSegmentor.cpp:205:94:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'BinNegative' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = Trinome; FunctionTypeName = Trinome; DataTypeName = double]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Trinome; FunctionTypeName = Trinome; DataTypeName = double]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Trinome; FunctionTypeName = Trinome; DataTypeName = double]'
CallSegmentor.cpp:288:89:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'Trinome' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
Segmentor.h: In instantiation of 'void Segmentor::Initialize() [with SumOfFunctionsTypeName = Variance; FunctionTypeName = Variance; DataTypeName = double]':
Segmentor.h:184:15:   required from 'void Segmentor::Initialize(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Variance; FunctionTypeName = Variance; DataTypeName = double]'
Segmentor.h:152:33:   required from 'Segmentor::Segmentor(Observations&, int, FunctionTypeName, FunctionTypeName, MultiSegment*) [with SumOfFunctionsTypeName = Variance; FunctionTypeName = Variance; DataTypeName = double]'
CallSegmentor.cpp:369:91:   required from here
Segmentor.h:259:5: warning: deleting object of polymorphic class type 'Variance' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Exp.cpp -o Exp.o
Exp.cpp: In member function 'double Exponential::ArgMin(Segment&)':
Exp.cpp:99:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
     if(!Tol.Contains((*this).B))
       ^
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Function.cpp -o Function.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c GeneralFunctions.cpp -o GeneralFunctions.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c MyVector.cpp -o MyVector.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Observations.cpp -o Observations.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Poisson.cpp -o Poisson.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c PrunedSeg.cc -o PrunedSeg.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Segment.cpp -o Segment.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Segmentor.cpp -o Segmentor.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Sets.cpp -o Sets.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Trinome.cpp -o Trinome.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c Variance.cpp -o Variance.o
c:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o Segmentor3IsBack.dll tmp.def BinNegative.o CallSegmentor.o Exp.o Function.o GeneralFunctions.o MyVector.o Observations.o Poisson.o PrunedSeg.o Segment.o Segmentor.o Sets.o Trinome.o Variance.o -LR:/base/local215/lib/x64 -LR:/base/local215/lib -LR:/lib/R/R-patched/bin/x64 -lR
installing to R:/lib/local/3.3/Segmentor3IsBack/libs/x64
** R
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'Segmentor3IsBack' as Segmentor3IsBack_2.0.zip
* DONE (Segmentor3IsBack)
Run time: 20.41 seconds.
Thanks to:
Vienna University of Economics and Business Powered By FusionForge