Hello,<br><br>Would a wine developer please revisit this page <a href="http://www.winehq.org/site/docs/winelib-guide/winelib-getting-started">http://www.winehq.org/site/docs/winelib-guide/winelib-getting-started</a> and modify it to have a step by step guide to take a Linux box without wine nor winelib to a running notepad exe built by the newbie (and not downloaded)?
<br><br>Or if you are a wine-user, please provide such steps to this list.<br><br>As a newbie, the statement &quot;It can be found in the programs subdirectory.&quot; had me lost.&nbsp; I don't know if the steps I took are correct, but somehow I found 
<a href="http://www.winehq.org/site/cvs">http://www.winehq.org/site/cvs</a>.&nbsp; Perhaps the winelib-getting-started page could be modified to direct a newbie how to download the &quot;test drive&quot; at this point.&nbsp; Then I only checked out wine/programs/notepad since the statement &quot;(but read the next section before actually doing this!)&quot; intimidated me on the cvs page.
<br><br>The first error after a make was &quot;dialog.c:27:21: error windows.h: No such file or directory&quot;.<br><br>Then I had the brilliant idea to checkout all of wine, even though I was intimidated initially by the statement &quot;(but read the next section before actually doing this!)&quot;.&nbsp; The make still failed with the same error, even though I now have the wine/include directory.
<br><br>Not knowing any better, I modified the Makefile from INCLUDE_PATH = -I. to INCLUDE_PATH = -I.:/my/path/to/wine/include.&nbsp; I retried make and get the same error.<br><br>I'm stumped.<br><br>The 1.3.3 Step by step guide was too general for me.&nbsp; But maybe that's because I needed section 
1.3.2 to be more detailed for the task at hand, building notepad.&nbsp; And perhaps 1.3.3 can be left alone for more general information.<br><br>Please advise.<br><br>Thanks,<br>D<br>