Errors while compiling mplayer

p!=f ulist at gs1.ubuntuforums.org
Mon Feb 28 17:21:08 UTC 2005


You miss some development packages. Try this to correct it.

Code:
--------------------
    
  sudo apt-get install x-dev x-window-dev libgtk-dev libglib-dev
  
--------------------

For building the package forget on checkinstall. ;) There's already
debian directory so MPlayer sources are "build-my-debian-package"
ready.
Build the deb package by

Code:
--------------------
    
  fakeroot debian/rules binary
  
--------------------

or

Code:
--------------------
    
  sudo dpkg-buildpackage -D -uc -us
  
--------------------


Hope it helps.


-- 
p!=f




More information about the ubuntu-users mailing list