mrirecon / bart

BART: Toolbox for Computational Magnetic Resonance Imaging
https://mrirecon.github.io/bart/
BSD 3-Clause "New" or "Revised" License
291 stars 161 forks source link

uint error again #318

Closed JosephGWoods closed 11 months ago

JosephGWoods commented 11 months ago
          I get the same error. Looks like uint is only defined in GLIBC: https://stackoverflow.com/questions/43892984/gcc-5-6-and-7-on-osx-do-not-support-uint

Originally posted by @jtamir in https://github.com/mrirecon/bart/issues/240#issuecomment-739013585

unit has been used again in src/num/mdfft.c in static int next_powerof2(uint x) in a recent commit.