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

cmake --build . gives error: "implicit declaration of function 'emb_fwrite'" #232

Open
sercan5534 opened this issue Dec 28, 2024 · 0 comments

Comments

@sercan5534
Copy link

I'm not a C/C++ guy, but I followed steps on Readme:

  • first checkout the repo with current branch
  • than, I execute "cmake ."
  • When I try to execute "cmake --build .", it gives me: ^
    /Users/sercanozen/libembroidery/src/pattern.c:906:5: error: implicit declaration of function 'emb_fwrite' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    emb_fwrite(&flagsToWrite, 1, file);
    ^
    I'm using Mac M1(silicon) and I searched "emb_fwrite" function and didn't found anywhere.
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