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

edbgEcmdDll.C:392:3: error: ‘yaml_parser_t’ was not declared in this scope #72

Open
rtds-gary opened this issue Nov 13, 2023 · 0 comments

Comments

@rtds-gary
Copy link

Tying to build on x86 ubuntu, but getting error:
ecmd-pdbg-master/src/dll/edbgEcmdDll.C:392:3: error: ‘yaml_parser_t’ was not declared in this scope

My gcc: gcc version 6.5.0 20181026 (Ubuntu 6.5.0-2ubuntu1~16.04)

I originally got a "/ecmd-pdbg-master/src/dll/edbgEcmdDll.C:36:18: fatal error: yaml.h: No such file or directory" error, but googled that and found I should install yaml libs:
$ sudo apt-get install libyaml-dev
$ sudo apt-get install libyaml-cpp-dev

After installing these, the "not declared" error above occurs. Need some help to get past this. Thanks! Gary

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

1 participant