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

'after' example returns an error #15

Closed
gheber opened this issue Dec 28, 2018 · 4 comments
Closed

'after' example returns an error #15

gheber opened this issue Dec 28, 2018 · 4 comments

Comments

@gheber
Copy link
Collaborator

gheber commented Dec 28, 2018

./before
reading back data previously written:
        1 0.5 0.333333 0.25 0.2 0.166667 0.142857 0.125 0.111111 0.1
./after
terminate called after throwing an instance of 'h5::error::io::dataset::create'
  what():  /usr/local/include/h5cpp/H5capi.hpp line#  186 : couldn't create dataset...
@steven-varga
Copy link
Owner

Check if generatet.h has valid content. Be sure to update h5cpp compiler and try it again.

@gheber
Copy link
Collaborator Author

gheber commented Dec 29, 2018

Just did a fresh clone. Rebuilt h5cpp. generated.h is "empty":

/* Copyright (c) 2018 vargaconsulting, Toronto,ON Canada
 *     Author: Varga, Steven <steven@vargaconsulting.ca>
 */
#ifndef H5CPP_GUARD_xmkOq
#define H5CPP_GUARD_xmkOq

#endif

@gheber
Copy link
Collaborator Author

gheber commented Dec 29, 2018

What would be a simple h5cpp sanity check?

@steven-varga
Copy link
Owner

Unfortunately there are minor differences in LLVM system across distributions, it turns out that supporting all is not possible. On the bright side there are static linked debian and RPM binary packages available on the project website

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