http://bugs.winehq.org/show_bug.cgi?id=13327
--- Comment #10 from Bamm Gabriana bammzilla@gabriana.com 2008-05-22 07:19:40 --- Running ./tools/wineinstall I got the following message:
configure: error: no suitable flex found. Please install the 'flex' package.
So I installed flex by sudo apt-get install flex and restarted ./tools/wineinstall and got the following message:
configure: error: no suitable bison found. Please install the 'bison' package.
I installed bison by sudo apt-get install bison and restarted ./tools/wineinstall and got the following message:
Install the X development headers and try again.
So which package do I need to install now? I have a feeling this is the last package I need to install before wineinstall succeeds.