arrayfire: 3.4.2 doesn't compile
Getting this during compilation:
/build/arrayfire/src/arrayfire-full-3.4.2/src/api/c/hist.cpp: In function 'forge::Chart* setup_histogram(const forge::Window*, af_array, double, double, const af_cell*)':
/build/arrayfire/src/arrayfire-full-3.4.2/src/api/c/hist.cpp:54:16: error: 'class forge::Chart' has no member named 'getAxesLimits'; did you mean 'setAxesLimits'?
chart->getAxesLimits(&xMin, &xMax, &yMin, &yMax);
^~~~~~~~~~~~~
make[2]: *** [src/backend/cpu/CMakeFiles/afcpu.dir/build.make:2847: src/backend/cpu/CMakeFiles/afcpu.dir/__/__/api/c/hist.cpp.o] Error 1
gcc 6.2.1 on Arch Linux.
Weirdly enough, the compiler knows about setAxesLimits
but not about getAxesLimits
so probably this is not an error on my side.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 25 (19 by maintainers)
@navidR There should be a new release in a few days.