[MINC-users] MINC 1.5 and 2.0.12

Sean McBride sean at rogue-research.com
Wed Nov 15 11:43:54 EST 2006


On 2006-11-14 23:07, Andrew Janke said:

>MINC 1.5 will be the last official release of MINC in the 1.X release

It builds for me on Mac OS X 10.4.8 with gcc 4.0.1 (Xcode 2.4.1).  But
there are several compiler warnings:

------
libsrc/minc_simple.c: In function 'minc_load_data':
libsrc/minc_simple.c:407: warning: pointer targets in passing argument 3
of 'restructure_array' differ in signedness
------
conversion/dcm2mnc/dicom_to_minc.c: In function 'add_siemens_info':
conversion/dcm2mnc/dicom_to_minc.c:944: warning: pointer targets in
passing argument 3 of 'acr_get_element_short_array' differ in signedness
------
conversion/dcm2mnc/siemens_to_dicom.c: In function 'siemens_to_dicom':
conversion/dcm2mnc/siemens_to_dicom.c:194: warning: pointer targets in
passing argument 4 of 'acr_get_short' differ in signedness
conversion/dcm2mnc/siemens_to_dicom.c:195: warning: pointer targets in
passing argument 4 of 'acr_get_short' differ in signedness
------
conversion/minctoecat/machine_indep.c: In function 'write_matrix_data':
conversion/minctoecat/machine_indep.c:240: warning: passing argument 2
of 'ftovaxf' from incompatible pointer type
------

There are also warnings in
conversion/ecattominc/machine_indep.c
conversion/minctoecat/ecat_write.c
conversion/micropet/upet2mnc.c

About "incompatible implicit declaration of built-in function"s.  Which
can all be solved by #including <string.h> in those 3 files (which is
where the prototypes are found).

Thanks,

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada





More information about the MINC-users mailing list