Changes between Initial Version and Version 1 of Ticket #14842, comment 43


Ignore:
Timestamp:
Jun 3, 2019, 10:31:52 PM (5 years ago)
Author:
pemdp

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14842, comment 43

    initial v1  
    1414
    1515It seems that it is looking for the old 7.3.0 version...
     16
     17I then removed the recipes related with 7.3.x and retried. Now it fails with:
     18
     19
     20{{{
     21In 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