Replies: 2 comments 1 reply
-
|
It seems you forgot to clone with This works: git clone --recursive https://github.com/biojppm/rapidyaml ; \
python rapidyaml/tools/amalgamate.py | tail -10With output: }
#endif /* _RYML_HPP_ */
// (end https://github.com/biojppm/rapidyaml/src/ryml.hpp)
#endif /* _RYML_SINGLE_HEADER_AMALGAMATED_HPP_ */Whereas if we remove Traceback (most recent call last):
File "/tmp/rapidyaml/tools/amalgamate.py", line 11, in <module>
import amalgamate_utils as am
ModuleNotFoundError: No module named 'amalgamate_utils' |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for your quick response, I'm able to generate the single header now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to modify the single header instead of using the provided one inside latest release annd got the issue as the amalgamate_utils is not available to use. Is this a customize script that we need some trigger to get? I am trying to hanlde some very simple yaml config file but head to this and cannot make it work with my C++ app.

Thank you.
Beta Was this translation helpful? Give feedback.
All reactions