CQMP / Maxent

GNU General Public License v2.0
16 stars 14 forks source link

Compile Fail: alps/utilities/remove_extensions.hpp: No such file or directory #31

Closed DalInar closed 6 years ago

DalInar commented 6 years ago

Hi all,

Not sure if this is an ALPSCore or MaxEnt issue, but I've run into the following error when compiling MaxEnt:

/u/home/oryx/ALPSCore_Joe/Maxent/src/maxent.cpp:21:48: fatal error: alps/utilities/remove_extensions.hpp: No such file or directory
 #include <alps/utilities/remove_extensions.hpp>

And indeed, that header file does not exist in the current version of ALPSCore (or at least, it's not in the version I pulled a few days ago, and does not seem to be in the repo now.) So I'm guessing that ALPSCore was refactored recently and this header was dropped...

ryanlevy commented 6 years ago

Try doing a git pull, I fixed this bug in the latest commit on both the master and GPLv3 branches

DalInar commented 6 years ago

Yay! Thanks Ryan.