clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

OpenWebkit-Sharp will not compile under Windows XP + Mono #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the OpenWebkitSharp project in MonoDevelop 2.8.6.5
2. Attempt to build

What is the expected output? What do you see instead?
The expected output was supposed to be the OpenWebkit.dll being generated. 
Instead, I got 11 errors saying "Default parameter specifiers are not 
permitted" on different lines of code.

What version of the product are you using? On what operating system?
OS is Windows XP, MonoDevelop 2.8.6.5, OpenWebkit-Sharp 2.7.1.2301

Original issue reported on code.google.com by papill...@gmail.com on 21 Mar 2012 at 9:45

GoogleCodeExporter commented 8 years ago
Try removing all #if #endif statements with their content if you want JSCore 
and removing them but keeping its contents when you don't need it.

e.g.
#if DEBUG || RELEASE
<content>
#endif

remove everything in the 1st case and only #if - #endif in the second case

Original comment by tsumalis96@gmail.com on 23 Mar 2012 at 12:19

GoogleCodeExporter commented 8 years ago

Original comment by tsumalis96@gmail.com on 17 Apr 2012 at 4:02