Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler error when install package Signac #357

Closed
honghh2018 opened this issue Dec 7, 2020 · 2 comments
Closed

Compiler error when install package Signac #357

honghh2018 opened this issue Dec 7, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@honghh2018
Copy link

honghh2018 commented Dec 7, 2020

Hi @timoast,
i want to install the latest package Signac, but it occurred error like C++ compiler error.
The detail showing below,
install.packages('Signac')
/usr/include/c++/4.8.2/ext/new_allocator.h:120:4: Error: The deleted function'std::basic_ofstream::basic_ofstream(const std::basic_ofstream& )'
{::new((void *)__p) _Up(std::forward<_Args>(__args)...);}
^
In file included from split.cpp:4:0:
/usr/include/c++/4.8.2/fstream:599:11: Note:'std::basic_ofstream::basic_ofstream(const std::basic_ofstream&)' is implicitly deleted because the default definition would be ill-formed:
class basic_ofstream: public basic_ostream<_CharT,_Traits>
^
/usr/include/c++/4.8.2/fstream:599:11: Error: used deleted function ‘std::basic_ostream::basic_ostream(const std::basic_ostream&)’
It was weird to showing this error in the packages of setup.
The miniconda env can solved this issue, but the local env be obstructed by the Error: The deleted function'
Any kindly help would be appreciated
Best,
hanhuihong

The info:
image

@honghh2018 honghh2018 added the bug Something isn't working label Dec 7, 2020
@timoast
Copy link
Collaborator

timoast commented Dec 7, 2020

Fixed on the develop branch. See #326

@timoast timoast closed this as completed Dec 7, 2020
@honghh2018
Copy link
Author

Thanks @timoast, it had solved for your kindly help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants