Entering edit mode
I just wanted to post a bug report, but this interface won't let me post, the text field is red, but no other info is provided.
I just wanted to post a bug report, but this interface won't let me post, the text field is red, but no other info is provided.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Below is the text I wanted to post. Here I got a short error message popup about ASCII-only. I didn't get this info before. Here replaced quotation marks copied from an R console (bash) by explicitly typing it, does it work now?
When installing the cytolib Bioconductor package with libboost-filesystem-dev installed (Version: 1.83.0.1ubuntu2 on Ubuntu 24.04.2, R version 4.3.3), I get the following error:
boost/libs/filesystem/src/directory.cpp:1055:17: error: 'void boost::filesystem::directory_entry::assign_with_status(boost::filesystem::path&&, boost::filesystem::file_status, boost::filesystem::file_status)'is private within this context
ChatGPT suggested to change the call
assign_with_status
toassign
insrc/boost/libs/filesystem/src/directory.cpp
(line1238, public git), and this indeed worked. I am not sure about the consequences of this change. The authors of cytolib may want to check.