You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First i had installed libminc and minc-tools installed separated and i had no problem but now When i try to run the tutorial 1 I get and error:
"/src/minc_tutorial.cpp:20:52: error: invalid conversion from ‘long unsigned int_’ to ‘const misize_t_ {aka const long long unsigned int_}’ [-fpermissive]
/usr/local/include/minc2_api.h:1243:5: error: initializing argument 2 of ‘int miget_real_value(mihandle_t, const misize_t_, int, double*)’ [-fpermissive]"
Did the variable type for the location changed?
And after i installed with ccmake and selected every option i still don't have acess to Display and mincnlm. I had to change the cmake file as said in here #6 to avoid the add_dependecies error, shouln't i do that?
The text was updated successfully, but these errors were encountered:
Good afternoon
First i had installed libminc and minc-tools installed separated and i had no problem but now When i try to run the tutorial 1 I get and error:
"/src/minc_tutorial.cpp:20:52: error: invalid conversion from ‘long unsigned int_’ to ‘const misize_t_ {aka const long long unsigned int_}’ [-fpermissive]
/usr/local/include/minc2_api.h:1243:5: error: initializing argument 2 of ‘int miget_real_value(mihandle_t, const misize_t_, int, double*)’ [-fpermissive]"
Did the variable type for the location changed?
And after i installed with ccmake and selected every option i still don't have acess to Display and mincnlm. I had to change the cmake file as said in here #6 to avoid the add_dependecies error, shouln't i do that?
The text was updated successfully, but these errors were encountered: