Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $ tycat titan.png
  2. ERR<1714>:emotion-generic modules/emotion/generic/emotion_generic.c:1838 _players_load() no generic players available
  3.  
  4.  
  5.  
  6. $
  7.  
  8. wget http://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-1.17.0.tar.gz
  9. tar -xzf emotion_generic_players-1.13.0.tar.gz
  10. cd emotion_generic_players-1.13.0
  11. ./configure --prefix=/usr
  12. make
  13. sudo make install
  14.  
  15. checking for EMOTION... no
  16. configure: error: Package requirements (emotion >= 1.17) were not met:
  17.  
  18. No package 'emotion' found
  19.  
  20. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
  21.  
  22. Alternatively, you may set the environment variables EMOTION_CFLAGS and EMOTION_LIBS to avoid the need to call pkg-config.
  23. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement