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

Can not build on arch linux #36

Closed
shrit opened this issue May 28, 2019 · 1 comment
Closed

Can not build on arch linux #36

shrit opened this issue May 28, 2019 · 1 comment

Comments

@shrit
Copy link

shrit commented May 28, 2019

Build fails on arch linux with this error.
gcc version 8.2.1

building 'triangle.core' extension
    creating build/temp.linux-x86_64-2.7
    creating build/temp.linux-x86_64-2.7/c
    creating build/temp.linux-x86_64-2.7/triangle
    gcc -pthread -B /meta/anaconda3/envs/signal2/compiler_compat -Wl,--sysroot=/ -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DVOID=void -DREAL=double -DNO_TIMER=1 -DTRILIBRARY=1 -DANSI_DECLARATORS=1 -Ic -I/meta/anaconda3/envs/signal2/include/python2.7 -c c/triangle.c -o build/temp.linux-x86_64-2.7/c/triangle.o
    c/triangle.c:3274:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     void internalerror()
          ^~~~~~~~~~~~~
    c/triangle.c:4893:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     void exactinit()
          ^~~~~~~~~
    c/triangle.c:13216:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     void precisionerror()
@drufat
Copy link
Owner

drufat commented Jul 18, 2019

The messages that you have displayed are warnings not errors.

@drufat drufat closed this as completed Jul 18, 2019
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

2 participants