-
Notifications
You must be signed in to change notification settings - Fork 2
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
print_bed() and hsearch_r #95
Comments
I hate mac
Le 12/01/2019 à 14:47, Denis Puthier a écrit :
…
Unfortunately it seems that hsearch_r is not part of OSX libs:
|pygtftk/src/libgtftk/column.c:67:2: warning: implicit declaration of
function 'hsearch_r' is invalid in C99
[-Wimplicit-function-declaration] hsearch_r(e, FIND, &ep,
column_rank); ^ pygtftk/src/libgtftk/column.c:178:11: warning: cast to
'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
e.data = (void *)i; ^ pygtftk/src/libgtftk/column.c:189:50: error:
invalid application of 'sizeof' to an incomplete type 'struct
hsearch_data' column_rank = (struct hsearch_data *)calloc(1,
sizeof(struct hsearch_data)); ^ ~~~~~~~~~~~~~~~~~~~~~
pygtftk/src/libgtftk/column.c:27:15: note: forward declaration of
'struct hsearch_data' extern struct hsearch_data *column_rank; ^
pygtftk/src/libgtftk/column.c:190:3: warning: implicit declaration of
function 'hcreate_r' is invalid in C99
[-Wimplicit-function-declaration] hcreate_r(9, column_rank); |
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#95>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/APjIc0GyT1DZcfpTiYkyKNTkrfX1uuwWks5vCedmgaJpZM4Z8qin>.
|
I admit that this is **** annoying... |
Yes. I'm working on this f****** bug.
Le 14/01/2019 à 12:14, Denis Puthier a écrit :
I admit that this is **** annoying...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APjIc1rHV6Wf_5NRKAFJLNlaKboW3csWks5vDGavgaJpZM4Z8qin>.
Fabrice Lopez
INSERM U1090/TAGC
Campus de Luminy
163 AVENUE DE LUMINY - CASE 928
13288 Marseille Cedex 9
Mail:[email protected]
Tel: 04 91 82 87 24
--
Keep calm, reboot, and keep calm.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately it seems that hsearch_r is not part of OSX libs:
The text was updated successfully, but these errors were encountered: