Advertisement
Anston06

Java GI spice gtk library errors

Apr 2nd, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | Software | 0 0
  1. > Task :spiceclientgtk:generateSources FAILED
  2. > Task :spiceclientglib:generateSources FAILED
  3.  
  4. FAILURE: Build completed with 2 failures.
  5.  
  6. 1: Task failed with an exception.
  7. -----------
  8. * What went wrong:
  9. Execution failed for task ':spiceclientgtk:generateSources'.
  10. > No namespace with name Atk
  11.  
  12. * Try:
  13. > Run with --stacktrace option to get the stack trace.
  14. > Run with --info or --debug option to get more log output.
  15. > Run with --scan to get full insights.
  16. > Get more help at https://help.gradle.org.
  17. ==============================================================================
  18.  
  19. 2: Task failed with an exception.
  20. -----------
  21. * What went wrong:
  22. Execution failed for task ':spiceclientglib:generateSources'.
  23. > Cannot invoke "io.github.jwharm.javagi.gir.RegisteredType.name()" because "type" is null
  24.  
  25. * Try:
  26. > Run with --stacktrace option to get the stack trace.
  27. > Run with --info or --debug option to get more log output.
  28. > Run with --scan to get full insights.
  29. > Get more help at https://help.gradle.org.
  30. ==============================================================================
  31.  
  32. BUILD FAILED in 16s
  33. 42 actionable tasks: 38 executed, 4 from cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement