Re: [wxlua-users] problem and solution if using MSBuild with cmake generated sln

2012-05-12 Thread Andre Arpin
John Labenski jlabenski@... writes: On Thu, May 10, 2012 at 8:51 AM, Andre Arpin arpin@... wrote: Hi, I am using a batch to make wxLua MSBuild wxLua.sln /t:build /p:Configuration=Debug Problem: The sln contains some errors that Visual Studio ignores but MSBuild detects. What

[wxlua-users] problem and solution if using MSBuild with cmake generated sln

2012-05-10 Thread Andre Arpin
Hi, I am using a batch to make wxLua MSBuild wxLua.sln /t:build /p:Configuration=Debug Problem: The sln contains some errors that Visual Studio ignores but MSBuild detects. Solution: open the solution in Visual Studio add a file to the solution remove the file and save the solution. This will

Re: [wxlua-users] problem and solution if using MSBuild with cmake generated sln

2012-05-10 Thread John Labenski
On Thu, May 10, 2012 at 8:51 AM, Andre Arpin ar...@kingston.net wrote: Hi, I am using a batch to make wxLua MSBuild wxLua.sln /t:build /p:Configuration=Debug Problem: The sln contains some errors that Visual Studio ignores but MSBuild detects. What is the error message? Solution: open