You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building fpm for conda-forge results in the following error:
././src/fpm_os.c:12:10: error: incompatible pointer to integer conversion returning 'char *' from a function with result type 'int' [-Wint-conversion]
return realpath(path, resolved_path);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
<ERROR> Compilation failed for object " src_fpm_os.c.o "
<ERROR> stopping due to failed compilation
STOP 1
Expected Behaviour
Using clang on MacOS as C compiler should work as expected
However since 0.8.x there is another weird problem: often download fails, like here:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 280 100 280 0 0 1404 0 --:--:-- --:--:-- --:--:-- 1465
Could not fetch the latest release from GitHub. Install curl or wget, and ensure network connectivity.
Description
Building fpm for conda-forge results in the following error:
Expected Behaviour
Using clang on MacOS as C compiler should work as expected
Version of fpm
0.8.2
Platform and Architecture
MacOS/x86_64
Additional Information
See conda-forge/fpm-feedstock#18
The text was updated successfully, but these errors were encountered: