[MINC-users] Building the new Display

Andrew Wood andrew at biospective.com
Tue Oct 13 16:08:03 EDT 2015


Hi all,

I'm having trouble building the development branch of Display. I checkout
the minc-toolkit develop branch, and run this:

$ mkdir build
$ cmake -DCMAKE_BUILD_TYPE:STRING=Release -DMT_BUILD_VISUAL_TOOLS:BOOL=ON
..
$ make

It gives me the follow error:

minc-toolkit/Display/menu/build_menu.c:79:29: error: ‘BICGL_F1_KEY’
undeclared here (not in a function)
minc-toolkit/Display/menu/build_menu.c:80:29: error: ‘BICGL_F2_KEY’
undeclared here (not in a function)
...
minc-toolkit/Display/menu/build_menu.c:89:29: error: ‘BICGL_F11_KEY’
undeclared here (not in a function)
minc-toolkit/Display/menu/build_menu.c:90:29: error: ‘BICGL_F12_KEY’
undeclared here (not in a function)
minc-toolkit/Display/menu/build_menu.c:91:29: error: ‘BICGL_PGUP_KEY’
undeclared here (not in a function)
minc-toolkit/Display/menu/build_menu.c:92:29: error: ‘BICGL_PGDN_KEY’
undeclared here (not in a function)
make[2]: *** [Display/CMakeFiles/Display.dir/menu/build_menu.c.o] Error 1
make[1]: *** [Display/CMakeFiles/Display.dir/all] Error 2
make: *** [all] Error 2

Does anyone have any idea what I'm missing?

Thanks,
Andrew


More information about the MINC-users mailing list