You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I wanted to thank you for your contribution with this wonderful project! I've been trying to build from source now for a few days, and I'm facing the typical problems that come along with trying to build a project that was written even just a few years ago, with the most updated versions of everything.
Somewhere along the way, I've run into some problem. I don't know how I got myself into this mess, but after many hours of googling, and no luck anywhere, I've come to asking you for help.
--
The Error I listed in the title has been persistent in pretty much all compilers. MSVC 16, MSVC 17, MinGW, MSYS2. No matter what magic I tried with either CMake or b2 for building Boost, I could not get CMake to see the filesystems library. Everything else seems to load fine, but its this filesystems Boost library that is getting hung up somewhere.
I've been using Boost 1.80.0, and if I'm a complete pinecone and just need to try an older combination of libraries, I'll do what I gotta do.
Like I said, I tried this with multiple compilers and could not get any of them to produce a successful result. I'll admit, I'm somewhat new to Boost, but I've got it working before, with other projects. Just not the filesystems library. I have the files in the correct folder, and it seems to be installed, but CMake just cannot see it.
I'm running Windows 11, with MinGW (TDM-64) as my compiler. Also, I'm using CLion, but I do the same commands from the terminal that CLion does, and it gives the same results. As well as from MinGW command prompt, or Visual Studio Command prompt, etc. No luck...
For reference, I've visited and tried/read several of the following:
I could list some more, but I though I'd just let you know what I'm dealing with, and let you get to it when you have time.
I'm very interested in contributing to this project, it looks like it hasn't had a lot of progress for a while, and there were a couple issues in the queue that I think I could tackle, if I could get the dang project to build. facepalm
Thanks in advance for your help with this, again, I'd love to contribute to the project, and add some of the requested functionalities, but I just need to get the project building!
-John
The text was updated successfully, but these errors were encountered:
Hello Aljen,
First of all, I wanted to thank you for your contribution with this wonderful project! I've been trying to build from source now for a few days, and I'm facing the typical problems that come along with trying to build a project that was written even just a few years ago, with the most updated versions of everything.
Somewhere along the way, I've run into some problem. I don't know how I got myself into this mess, but after many hours of googling, and no luck anywhere, I've come to asking you for help.
--
The Error I listed in the title has been persistent in pretty much all compilers. MSVC 16, MSVC 17, MinGW, MSYS2. No matter what magic I tried with either CMake or b2 for building Boost, I could not get CMake to see the filesystems library. Everything else seems to load fine, but its this filesystems Boost library that is getting hung up somewhere.
I've been using Boost 1.80.0, and if I'm a complete pinecone and just need to try an older combination of libraries, I'll do what I gotta do.
Like I said, I tried this with multiple compilers and could not get any of them to produce a successful result. I'll admit, I'm somewhat new to Boost, but I've got it working before, with other projects. Just not the filesystems library. I have the files in the correct folder, and it seems to be installed, but CMake just cannot see it.
I'm running Windows 11, with MinGW (TDM-64) as my compiler. Also, I'm using CLion, but I do the same commands from the terminal that CLion does, and it gives the same results. As well as from MinGW command prompt, or Visual Studio Command prompt, etc. No luck...
For reference, I've visited and tried/read several of the following:
https://stackoverflow.com/questions/54290254/problem-adding-stdfilesystem-to-cmake-project
https://stackoverflow.com/questions/46496549/how-to-find-boost-filesystem-library-compiled-with-vs-2017-with-cmake
https://stackoverflow.com/questions/57870032/cmake-v3-15-3-cannot-find-boost-v1-71-0
I could list some more, but I though I'd just let you know what I'm dealing with, and let you get to it when you have time.
I'm very interested in contributing to this project, it looks like it hasn't had a lot of progress for a while, and there were a couple issues in the queue that I think I could tackle, if I could get the dang project to build. facepalm
Thanks in advance for your help with this, again, I'd love to contribute to the project, and add some of the requested functionalities, but I just need to get the project building!
-John
The text was updated successfully, but these errors were encountered: