BIC-MNI / minc-toolkit

Metaproject uniting all the available minc tools
GNU General Public License v3.0
37 stars 15 forks source link

Location type and acess to all minc tools. #8

Open findios opened 10 years ago

findios commented 10 years ago

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/minctutorial.cpp:20:52: error: invalid conversion from ‘long unsigned int’ to ‘const misizet {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 misizet, 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 https://github.com/BIC-MNI/minc-toolkit/pull/6 to avoid the add_dependecies error, shouln't i do that?