Build error using head revision of rquantlib with head revision of QuantLib and boost 1.56

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Build error using head revision of rquantlib with head revision of QuantLib and boost 1.56

George Wang
Hi all,

I tried to build the latest rquantlib (https://github.com/eddelbuettel/rquantlib) with head revision of QuantLib (https://github.com/lballabio/quantlib) and boost 1.56. The head revision of QuantLib was built successfully without any error. But I got the following errors on both Ubuntu 14.04 and Windows (MinGW).

I delete the .hpp and .cpp files show up in the errors, and rquantlib builds successfully. So the problem is in the QuantLib experimental area. However, I am not sure how to fix to errors. Could someone please help fix the errors or point me to the right direction?

Specifically, the following folders were deleted:
ql\experimental\catbonds
ql\experimental\credit
Examples\BasketLosses

Thanks,
George

RStudio package build ouputs:

==> R CMD INSTALL --preclean --no-multiarch --with-keep.source rquantlib

* installing to library ‘/home/george/R/x86_64-pc-linux-gnu-library/3.1’
* installing *source* package ‘RQuantLib’ ...
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for R... yes
checking for quantlib-config... yes
checking for Boost development files... yes
checking for minimal Boost version... yes
configure: creating ./config.status
config.status: creating src/Makevars
Completed configuration and ready to build.
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c RcppExports.cpp -o RcppExports.o
** libs
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c asian.cpp -o asian.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c barrier_binary.cpp -o barrier_binary.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c bermudan.cpp -o bermudan.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c bonds.cpp -o bonds.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c calendars.cpp -o calendars.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c curves.cpp -o curves.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c dates.cpp -o dates.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c daycounter.cpp -o daycounter.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c discount.cpp -o discount.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c hullwhite.cpp -o hullwhite.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c implieds.cpp -o implieds.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c modules.cpp -o modules.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c utils.cpp -o utils.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c vanilla.cpp -o vanilla.o
g++ -I/usr/share/R/include -DNDEBUG   -I"/usr/lib/R/site-library/Rcpp/include"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -I/usr/local/include -fpermissive -I../inst/include -I. -fopenmp -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c zero.cpp -o zero.o
g++ -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o RQuantLib.so RcppExports.o asian.o barrier_binary.o bermudan.o bonds.o calendars.o curves.o dates.o daycounter.o discount.o hullwhite.o implieds.o modules.o utils.o vanilla.o zero.o -L/usr/local/lib -lQuantLib -fopenmp -L/usr/lib/R/lib -lR
asian.o: In function `~basic_string':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
asian.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
asian.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
asian.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
barrier_binary.o: In function `boost::io::basic_altstringbuf<char, std::char_traits<char>, std::allocator<char> >::overflow(int)':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
barrier_binary.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
barrier_binary.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
barrier_binary.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
bermudan.o: In function `atomic_increment':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
bermudan.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
bermudan.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
bermudan.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
bonds.o: In function `atomic_increment':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
bonds.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
bonds.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
bonds.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
calendars.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
calendars.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
calendars.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
calendars.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
curves.o: In function `swap<QuantLib::BootstrapError<QuantLib::PiecewiseYieldCurve<QuantLib::Discount, QuantLib::Linear> >*>':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
curves.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
curves.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
curves.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
dates.o: In function `_Construct<Rcpp::Date, Rcpp::Date>':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
dates.o: In function `erfc_inv<long double, boost::math::policies::policy<boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy> >':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
dates.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
dates.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
daycounter.o: In function `basic_streambuf':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
daycounter.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
daycounter.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
daycounter.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
discount.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
discount.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
discount.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
discount.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
hullwhite.o: In function `~Shield':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
hullwhite.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
hullwhite.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
hullwhite.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
implieds.o: In function `~fpu_guard':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
implieds.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
implieds.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
implieds.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
modules.o: In function `~Shield':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
modules.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
modules.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
modules.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
utils.o: In function `~basic_string':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
utils.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
utils.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
utils.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
vanilla.o: In function `Rcpp::AttributeProxyPolicy<Rcpp::Vector<19, Rcpp::PreserveStorage> >::AttributeProxy::set(SEXPREC*)':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
vanilla.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
vanilla.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
vanilla.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
zero.o: In function `QuantLib::DefaultLatentModel<QuantLib::GaussianCopulaPolicy>::~DefaultLatentModel()':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::GaussianLHPLossModel, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:205: first defined here
zero.o: In function `QuantLib::TCopulaPolicy::density(std::vector<double, std::allocator<double> > const&) const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::TCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:244: first defined here
zero.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::BinomialLossModel<QuantLib::ConstantLossLatentmodel<QuantLib::GaussianCopulaPolicy> >, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:220: first defined here
zero.o: In function `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const':
/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: multiple definition of `QuantLib::BaseCorrelationLossModel<QuantLib::InhomogeneousPoolLossModel<QuantLib::GaussianCopulaPolicy>, QuantLib::BilinearInterpolation>::setupModels() const'
RcppExports.o:/usr/local/include/ql/experimental/credit/basecorrelationlossmodel.hpp:271: first defined here
collect2: error: ld returned 1 exit status
make: *** [RQuantLib.so] Error 1
ERROR: compilation failed for package ‘RQuantLib’
* removing ‘/home/george/R/x86_64-pc-linux-gnu-library/3.1/RQuantLib’

Exited with status 1.

------------------------------------------------------------------------------

_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Build error using head revision of rquantlib with head revision of QuantLib and boost 1.56

Dirk Eddelbuettel

a) Please do not crosspost

b) Please do not send huge attachments. Your post bounced at rquantlib-devel
   as the list has a 40kb limit.

c) Pick one list per a) above. I'd suggest rquantlib-devel for RQL questions.

Dirk

--
http://dirk.eddelbuettel.com | @eddelbuettel | [hidden email]

------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Build error using head revision of rquantlib with head revision of QuantLib and boost 1.56

Luigi Ballabio
The RQuantLib compilation fails, but it might be an upstream problem. Try modifying ql/experimental/credit/basecorrelationlossmodel.hpp by adding the 'inline' keyword to the specializations of the setupModels() method, as in:

    template<>
    inline void BaseCorrelationLossModel<GaussianLHPLossModel, 
        BilinearInterpolation>::setupModels() const 
    {

(there's a few specializations; modify them all). Let me know if this works.

Luigi



On Mon, Nov 3, 2014 at 12:20 AM, Dirk Eddelbuettel <[hidden email]> wrote:

a) Please do not crosspost

b) Please do not send huge attachments. Your post bounced at rquantlib-devel
   as the list has a 40kb limit.

c) Pick one list per a) above. I'd suggest rquantlib-devel for RQL questions.

Dirk

--
http://dirk.eddelbuettel.com | @eddelbuettel | [hidden email]

------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



--

------------------------------------------------------------------------------

_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Build error using head revision of rquantlib with head revision of QuantLib and boost 1.56

George Wang
Sorry for replying late. I am currently out of the country dealing with some family matter.

But I did try your suggestion using my laptop and it works! If possible, could you please make that change? Otherwise, I'll do some more testing and submit a PR later this month when I return home.

Thanks again,
George

On Nov 3, 2014, at 6:28 PM, Luigi Ballabio <[hidden email]> wrote:

The RQuantLib compilation fails, but it might be an upstream problem. Try modifying ql/experimental/credit/basecorrelationlossmodel.hpp by adding the 'inline' keyword to the specializations of the setupModels() method, as in:

    template<>
    inline void BaseCorrelationLossModel<GaussianLHPLossModel, 
        BilinearInterpolation>::setupModels() const 
    {

(there's a few specializations; modify them all). Let me know if this works.

Luigi



On Mon, Nov 3, 2014 at 12:20 AM, Dirk Eddelbuettel <[hidden email]> wrote:

a) Please do not crosspost

b) Please do not send huge attachments. Your post bounced at rquantlib-devel
   as the list has a 40kb limit.

c) Pick one list per a) above. I'd suggest rquantlib-devel for RQL questions.

Dirk

--
http://dirk.eddelbuettel.com | @eddelbuettel | [hidden email]

------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



--

------------------------------------------------------------------------------

_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Build error using head revision of rquantlib with head revision of QuantLib and boost 1.56

Luigi Ballabio
Done. Thanks again for the heads-up.

Luigi

On Thu, Nov 6, 2014 at 10:24 PM, George Wang <[hidden email]> wrote:
Sorry for replying late. I am currently out of the country dealing with some family matter.

But I did try your suggestion using my laptop and it works! If possible, could you please make that change? Otherwise, I'll do some more testing and submit a PR later this month when I return home.

Thanks again,
George

On Nov 3, 2014, at 6:28 PM, Luigi Ballabio <[hidden email]> wrote:

The RQuantLib compilation fails, but it might be an upstream problem. Try modifying ql/experimental/credit/basecorrelationlossmodel.hpp by adding the 'inline' keyword to the specializations of the setupModels() method, as in:

    template<>
    inline void BaseCorrelationLossModel<GaussianLHPLossModel, 
        BilinearInterpolation>::setupModels() const 
    {

(there's a few specializations; modify them all). Let me know if this works.

Luigi



On Mon, Nov 3, 2014 at 12:20 AM, Dirk Eddelbuettel <[hidden email]> wrote:

a) Please do not crosspost

b) Please do not send huge attachments. Your post bounced at rquantlib-devel
   as the list has a 40kb limit.

c) Pick one list per a) above. I'd suggest rquantlib-devel for RQL questions.

Dirk

--
http://dirk.eddelbuettel.com | @eddelbuettel | [hidden email]

------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



--



--

------------------------------------------------------------------------------

_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users