Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. compilation terminated.
  2. make: *** [Makefile:192: build/release/ril_config.o] Error 1
  3. In file included from src/ril_data.c:21:
  4. src/ril_network.h:30:27: error: field ‘status’ has incomplete type
  5. enum ofono_netreg_status status;
  6. ^~~~~~
  7. src/ril_network.h:31:31: error: field ‘access_tech’ has incomplete type
  8. enum ofono_access_technology access_tech;
  9. ^~~~~~~~~~~
  10. src/ril_data.c: In function ‘ril_data_call_setup_cb’:
  11. src/ril_data.c:899:6: error: ‘OFONO_ACCESS_TECHNOLOGY_EUTRAN’ undeclared (first use in this function)
  12. OFONO_ACCESS_TECHNOLOGY_EUTRAN &&
  13. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. src/ril_data.c:899:6: note: each undeclared identifier is reported only once for each function it appears in
  15. make: *** [Makefile:192: build/release/ril_data.o] Error 1
  16. error: Bad exit status from /var/tmp/rpm-tmp.Rlbfep (%build)
  17.  
  18.  
  19. RPM build errors:
  20. Bad exit status from /var/tmp/rpm-tmp.Rlbfep (%build)
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement