Re: [fluid-dev] Need help with CMake for Windows VS 10

2010-07-25 Thread Pedro Lopez-Cabanillas
On Sunday, July 25, 2010, Jim Henry wrote: > Update. I added "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include" > to my path and some of the missing headers were found. Results below. > Surprisingly this also fixed the inline test, at least partially. If I > understand the report correctly "in

Re: [fluid-dev] Need help with CMake for Windows VS 10

2010-07-25 Thread Jim Henry
Update. I added "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include" to my path and some of the missing headers were found. Results below. Surprisingly this also fixed the inline test, at least partially. If I understand the report correctly "inline" still fails but "__inline" succeeds? This

Re: [fluid-dev] Need help with CMake for Windows VS 10

2010-07-25 Thread Jim Henry
Thanks for the quick response Pedro. I was not running cmake-gui from the "Visual Studio Command Prompt (2010)". Doing that made some difference and the new results are below with the differences in bold and prepended with a >. I am trying to find the cause of problems with the test for inlin

Re: [fluid-dev] Need help with CMake for Windows VS 10

2010-07-25 Thread Pedro Lopez-Cabanillas
On Sunday, July 25, 2010, Jim Henry wrote: > Another not much of a programmer trying to learn enough about CMake to > test building FluidSynth for Windows with Visual Studio Express 10. I > tried to follow Pedro's guidelines for setting up the Windows > environment but I could have missed something