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

fatal error: 'contrib/punycode/punycode.h' file not found #296

Open
ga2k opened this issue Feb 18, 2024 · 0 comments
Open

fatal error: 'contrib/punycode/punycode.h' file not found #296

ga2k opened this issue Feb 18, 2024 · 0 comments

Comments

@ga2k
Copy link

ga2k commented Feb 18, 2024

When using the latest vmime code with CMake via FetchContent with

FetchContent_Declare(vmime
        GIT_REPOSITORY          https://github.com/kisli/vmime.git
        GIT_TAG                 c3c6242ed135f9eca805380394791d17b0fc7a63    # v0.9.2
        OVERRIDE_FIND_PACKAGE)
        
FetchContent_MakeAvailable(vmime)

I get the message in the subject.

If I edit the file vmime-src/src/vmime/charsetConverter_idna.cpp and change the includes from

#include "contrib/...."

to

#include "../contrib/..."

it works.

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