Skip to content

tdhock/poncatime.meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has submodules

Compile with R CMD INSTALL poncatime.interface gives

g++ -std=gnu++20  -I"C:/PROGRA~1/R/R-46~1.0/include" -DNDEBUG -I../../ponca/ -I../../ponca/external/eigen/ -I'C:/Users/hoct2726/AppData/Local/R/win-library/4.6/Rcpp/include' -I'C:/Users/hoct2726/AppData/Local/R/win-library/4.6/RcppEigen/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c curvatureEstimation.cpp -o curvatureEstimation.o
curvatureEstimation.cpp:174:19: error: 'DistWeightFunc' does not name a type

Whereas I do not get this error when I run R CMD INSTALL on poncatime, why?

g++ -std=gnu++20  -I"C:/PROGRA~1/R/R-46~1.0/include" -DNDEBUG -Iexternal/ponca/ -Iexternal/ponca/external/eigen/ -I'C:/Users/hoct2726/AppData/Local/R/win-library/4.6/Rcpp/include' -I'C:/Users/hoct2726/AppData/Local/R/win-library/4.6/RcppEigen/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c curvatureEstimation.cpp -o curvatureEstimation.o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors