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

eofkiller.c: build fix #61

Merged
merged 2 commits into from Apr 25, 2019
Merged

eofkiller.c: build fix #61

merged 2 commits into from Apr 25, 2019

Conversation

ghost
Copy link

@ghost ghost commented Apr 24, 2019

Hello!

{standard input}: Assembler messages:
{standard input}:496: Error: symbol __isoc99_scanf is already defined
{standard input}:622: Error: symbol __isoc99_fscanf is already defined
make[2]: *** [CMakeFiles/eofkiller.dir/build.make:63: CMakeFiles/eofkiller.dir/src/eofkiller.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:480: CMakeFiles/eofkiller.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

Fix for Arch Linux build.
Thanks in advance!

@zardus
Copy link
Owner

zardus commented Apr 24, 2019

My understanding is that this would fix for arch, but break for, say, Ubuntu 18.04... Can you think of a way to prevent breakage on non-arch?

@ghost
Copy link
Author

ghost commented Apr 25, 2019

@zardus sorry, forgot about Ubuntu users :p
Now it's fixed!

@zardus
Copy link
Owner

zardus commented Apr 25, 2019

Thank you :-)

@zardus zardus merged commit 4f6c0aa into zardus:master Apr 25, 2019
@ghost ghost deleted the build_fix branch April 26, 2019 14:42
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

Successfully merging this pull request may close these issues.

1 participant