Changes between Initial Version and Version 1 of Ticket #14842, comment 43
- Timestamp:
- Jun 3, 2019, 10:31:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14842, comment 43
initial v1 14 14 15 15 It seems that it is looking for the old 7.3.0 version... 16 17 I then removed the recipes related with 7.3.x and retried. Now it fails with: 18 19 20 {{{ 21 In file included from ../headers/os/support/Errors.h:9, 22 from ../headers/os/support/SupportDefs.h:13, 23 from ../headers/private/kernel/block_cache.h:9, 24 from ../src/system/kernel/cache/block_cache.cpp:7: 25 ../headers/posix/limits.h:12:10: fatal error: float.h: No such file or directory 26 #include <float.h> /* for DBL_DIG, FLT_DIG, etc */ 27 }}} 28