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

Enable building of xclbincat and xclbinsplit #77

Closed
stsoe opened this issue Jul 13, 2018 · 1 comment
Closed

Enable building of xclbincat and xclbinsplit #77

stsoe opened this issue Jul 13, 2018 · 1 comment
Assignees

Comments

@stsoe
Copy link
Collaborator

stsoe commented Jul 13, 2018

Unfortunately the code does not compile because it uses boost::format. I suggest changing the code to not require this utility. Though not as nice, it should be sufficient to format with std::ostream.

Additionally compilation has several warnings that translate into compile errors with -Wall/error. These warnings should be fixed.

@rozumx
Copy link
Collaborator

rozumx commented Aug 3, 2018

Issue addressed with pull request #164 .

@stsoe stsoe closed this as completed in f3ffc53 Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants