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 bug on vmprof_win.c #212

Open
namuyan opened this issue Sep 6, 2019 · 0 comments
Open

build bug on vmprof_win.c #212

namuyan opened this issue Sep 6, 2019 · 0 comments

Comments

@namuyan
Copy link

namuyan commented Sep 6, 2019

Hello, I build it on windows10 64bit Python3.6

build error on vmprof_win

src/vmprof_win.c:109:23: error: static declaration of 'get_current_thread_state' follows non-static declaration
 PY_WIN_THREAD_STATE * get_current_thread_state(void)
                       ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/vmprof_win.c:1:
src/vmprof_win.h:25:23: note: previous declaration of 'get_current_thread_state' was here
 PY_WIN_THREAD_STATE * get_current_thread_state(void);

get_current_thread_state is static or not?
I'm not good at C.

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