Some Wine and Hardy

Wine still segfaults on me with Hardy Heron! I'm gonna look if this still works:

CODE:
  1. Does not work (segfaulting):
  2. mkdir ~/src
  3. cd ~/src
  4. sudo -i
  5. apt-get build-dep wine && apt-get source --build wine
  6.  
  7. This does work:
  8. mkdir ~/src
  9. cd ~/src
  10. sudo -i
  11. apt-get source wine
  12. cd wine-0.9.55
  13. ./configure
  14. make depend && make
  15. sudo make install
  16.  
  17. (for me)

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment