Hi I am trying to learn how to use winelib/wine as I am trying to port a piece of code from windows to Linux and was told that wine might be the tool to use. I have downloaded wine and begna the winelib tutorial but now I can not find the winemaker file to save my life. Can someone explain what I am missing?
Am Dienstag, 24. Mai 2005 16:57 schrieb Afkhampour, Cyrus:
Hi I am trying to learn how to use winelib/wine as I am trying to port a piece of code from windows to Linux and was told that wine might be the tool to use. I have downloaded wine and begna the winelib tutorial but now I can not find the winemaker file to save my life. Can someone explain what I am missing?
winemaker is a shell script which should have been installed in your patch when you did 'make install'. Try executing 'winemaker .' in your code directory(make a backup first). This did the trick when I made experiments with small MSVC++ apps.
If winemaker is not there there's something wrong with your wine setup
Stefan