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

The necessary files are missing when installing #978

Closed
oyoyogg opened this issue May 28, 2024 · 3 comments
Closed

The necessary files are missing when installing #978

oyoyogg opened this issue May 28, 2024 · 3 comments
Labels
invalid This doesn't seem right

Comments

@oyoyogg
Copy link

oyoyogg commented May 28, 2024

Hello, I need to use files like out_json.h and hash.h when installing and compiling, but the current installation method does not include these related files. Do you have a good solution for this? Thank you

@rurban
Copy link
Contributor

rurban commented May 28, 2024

Where are out_json.h or hash.h needed? These are purely internal headers, and don't need to be installed.

They should be in the tar ball or git repos

@oyoyogg
Copy link
Author

oyoyogg commented May 29, 2024

Where are out_json.h or hash.h needed? These are purely internal headers, and don't need to be installed.

They should be in the tar ball or git repos
#978 (comment)

Where are out_json.h or hash.h needed? These are purely internal headers, and don't need to be installed.

They should be in the tar ball or git repos

After installing, I want to use methods similar to those in out_json.h in my own development tool(to convert some object of dwg to JSON), but the installation directory only has dwg.h or dwg_api.h, does that mean I need to implement those methods in my own code?Thank you

@rurban
Copy link
Contributor

rurban commented May 29, 2024

Then you need to use the source dist, not the package.

@rurban rurban added the invalid This doesn't seem right label May 29, 2024
@rurban rurban closed this as completed May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants