Changes between Initial Version and Version 1 of Ticket #61934, comment 30


Ignore:
Timestamp:
Jan 17, 2021, 5:49:57 PM (3 years ago)
Author:
McTrk (Mustafa Kocaturk)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61934, comment 30

    initial v1  
    11Configure succeeded for gnuradio-next after the following steps:
    2  upgrade -s --force gdk-pixbuf2 atk
    3 
    4  load dbus
    5 
    6  install gnuradio-next +python38
     2 
     3{{{
     4upgrade -s --force gdk-pixbuf2 atk
     5load dbus
     6install gnuradio-next +python38
     7}}}
    78
    89but build is failing now as follows:
    9 
    10  .../gnuradio-runtime/lib/pmt/pmt_serialize.cc:17:10: fatal error: 'endian.h' file not found
    11 
    12  :info:build #include <endian.h>
     10{{{
     11.../gnuradio-runtime/lib/pmt/pmt_serialize.cc:17:10: fatal error: 'endian.h' file not found
     12:info:build #include <endian.h>
     13}}}