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

Build errors in r117 #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I checkout r117 and do a clean build, I see the following errors. I also 
get errors in r116, though r115 builds fine (with just a "consider changing the 
'embedded interop types'" warning). I'm running VS 2010 on Win 7.

Error   1   The type 'WebKit.Interop.WebViewClass' is defined in an assembly that 
is not referenced. You must add a reference to assembly 'WebKit.Interop, 
Version=534.0.0.0, Culture=neutral, 
PublicKeyToken=d6b823da6d3fa04b'.   C:\Users\jacko\openwebkitsharp\Examples & 
Tests\OpenWebKitSharp Example\Form1.cs  279 13  OpenWebKitSharp Example
Error   2   'WebKit.Interop.WebViewClass' does not contain a definition for 
'unmarkAllTextMatches' and no extension method 'unmarkAllTextMatches' accepting 
a first argument of type 'WebKit.Interop.WebViewClass' could be found (are you 
missing a using directive or an assembly 
reference?) C:\Users\jacko\openwebkitsharp\Examples & Tests\OpenWebKitSharp 
Example\Form1.cs    279 36  OpenWebKitSharp Example
Error   3   'WebKit.Interop.WebViewClass' does not contain a definition for 
'estimatedProgress' and no extension method 'estimatedProgress' accepting a 
first argument of type 'WebKit.Interop.WebViewClass' could be found (are you 
missing a using directive or an assembly 
reference?) C:\Users\jacko\openwebkitsharp\Examples & Tests\OpenWebKitSharp 
Example\Form1.cs    528 71  OpenWebKitSharp Example
Warning 4   A reference was created to embedded interop assembly 
'c:\Users\jacko\openwebkitsharp\Source\generated\WebKit.Interop.dll' because of 
an indirect reference to that assembly created by assembly 
'c:\Users\jacko\openwebkitsharp\JavaScript\bin\Debug\JSCore.dll'. Consider 
changing the 'Embed Interop Types' property on either 
assembly.   JavaScriptExample
Warning 5   Found conflicts between different versions of the same dependent 
assembly.   JavaScriptExample

Original issue reported on code.google.com by oconnor...@gmail.com on 14 Feb 2012 at 12:49

GoogleCodeExporter commented 8 years ago
I don't think you need the example projects. Just try building 
OpenWebKitSharp.csproj (press Build Project, not Build Solution) and see if any 
error occurs. Until I solve this look in the examples only if you need to see 
how to do specific things or just look the source to improve your understanding 
of the library

Original comment by tsumalis96@gmail.com on 14 Feb 2012 at 8:31

GoogleCodeExporter commented 8 years ago
I have fixed the example projects for r118

Original comment by tsumalis96@gmail.com on 16 Feb 2012 at 7:29