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

Build error on Linux: ‘EOVERFLOW_’ undeclared #13

Closed
imphil opened this issue Jun 30, 2017 · 0 comments
Closed

Build error on Linux: ‘EOVERFLOW_’ undeclared #13

imphil opened this issue Jun 30, 2017 · 0 comments

Comments

@imphil
Copy link

imphil commented Jun 30, 2017

steps to reproduce:

cd examples
make

output:

$ make
mkdir -p bin
gcc echo.c ../argtable3.c -I .. -o bin/echo
../argtable3.c: In function ‘arg_int_scanfn’:
../argtable3.c:2256:25: error: ‘EOVERFLOW_’ undeclared (first use in this function)
             errorcode = EOVERFLOW_;
                         ^
../argtable3.c:2256:25: note: each undeclared identifier is reported only once for each function it appears in
Makefile:61: recipe for target 'echo' failed
make: *** [echo] Error 1
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