Skip to content

Instantly share code, notes, and snippets.

@sushihangover
Created June 20, 2015 16:57
Show Gist options
  • Save sushihangover/36b1de0906bfdbdd4133 to your computer and use it in GitHub Desktop.
Save sushihangover/36b1de0906bfdbdd4133 to your computer and use it in GitHub Desktop.
CppSharp build output for issue report
config=release_x32 make
==== Building CppSharp.AST (release_x32) ====
make[1]: Nothing to be done for `all'.
==== Building CppSharp.Runtime (release_x32) ====
make[1]: Nothing to be done for `all'.
==== Building CppSharp.CppParser (release_x32) ====
Creating ../obj/x32/Release/CppSharp.CppParser
AST.cpp
Comments.cpp
CppParser.cpp
Parser.cpp
Sources.cpp
VSLookup.cpp
Linking CppSharp.CppParser
ld: warning: directory not found for option '-L/usr/lib32'
==== Building CppSharp.Parser.CSharp (release_x32) ====
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(660,37): warning CS0114: `CppSharp.Parser.AST.TagType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(777,37): warning CS0114: `CppSharp.Parser.AST.ArrayType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(929,37): warning CS0114: `CppSharp.Parser.AST.FunctionType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(1082,37): warning CS0114: `CppSharp.Parser.AST.PointerType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(1193,37): warning CS0114: `CppSharp.Parser.AST.MemberPointerType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(1291,37): warning CS0114: `CppSharp.Parser.AST.TypedefType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(1397,37): warning CS0114: `CppSharp.Parser.AST.AttributedType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(1514,37): warning CS0114: `CppSharp.Parser.AST.DecayedType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(1829,37): warning CS0114: `CppSharp.Parser.AST.TemplateSpecializationType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(1906,41): warning CS0661: `CppSharp.Parser.AST.TemplateParameter' defines operator == or operator != but does not override Object.GetHashCode()
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(1906,41): warning CS0659: `CppSharp.Parser.AST.TemplateParameter' overrides Object.Equals(object) but does not override Object.GetHashCode()
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(2150,37): warning CS0114: `CppSharp.Parser.AST.TemplateParameterType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(2287,37): warning CS0114: `CppSharp.Parser.AST.TemplateParameterSubstitutionType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(2388,37): warning CS0114: `CppSharp.Parser.AST.InjectedClassNameType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(2506,37): warning CS0114: `CppSharp.Parser.AST.DependentNameType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(2588,37): warning CS0114: `CppSharp.Parser.AST.PackExpansionType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(2673,37): warning CS0114: `CppSharp.Parser.AST.BuiltinType.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Type.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(306,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4039,37): warning CS0114: `CppSharp.Parser.AST.DeclarationContext.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4420,37): warning CS0114: `CppSharp.Parser.AST.TypedefDecl.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4553,37): warning CS0114: `CppSharp.Parser.AST.Friend.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4786,37): warning CS0114: `CppSharp.Parser.AST.Expression.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Statement.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4661,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4896,37): warning CS0114: `CppSharp.Parser.AST.BinaryOperator.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Expression.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4786,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(5080,37): warning CS0114: `CppSharp.Parser.AST.Parameter.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(5337,37): warning CS0114: `CppSharp.Parser.AST.Function.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(5718,37): warning CS0114: `CppSharp.Parser.AST.Method.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Function.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(5337,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(6195,37): warning CS0114: `CppSharp.Parser.AST.Enumeration.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.DeclarationContext.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4039,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(6106,41): warning CS0114: `CppSharp.Parser.AST.Enumeration.Item.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(6401,37): warning CS0114: `CppSharp.Parser.AST.Variable.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(6713,37): warning CS0114: `CppSharp.Parser.AST.Field.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(6900,37): warning CS0114: `CppSharp.Parser.AST.AccessSpecifierDecl.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(7130,37): warning CS0114: `CppSharp.Parser.AST.Class.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.DeclarationContext.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4039,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(7544,37): warning CS0114: `CppSharp.Parser.AST.Template.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(7729,37): warning CS0114: `CppSharp.Parser.AST.ClassTemplate.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Template.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(7544,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(7936,37): warning CS0114: `CppSharp.Parser.AST.ClassTemplateSpecialization.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Class.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(7130,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(8150,37): warning CS0114: `CppSharp.Parser.AST.ClassTemplatePartialSpecialization.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.ClassTemplateSpecialization.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(7936,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(8290,37): warning CS0114: `CppSharp.Parser.AST.FunctionTemplate.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Template.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(7544,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(8638,37): warning CS0114: `CppSharp.Parser.AST.Namespace.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.DeclarationContext.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(4039,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(8771,37): warning CS0114: `CppSharp.Parser.AST.PreprocessedEntity.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Declaration.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(3522,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(8914,37): warning CS0114: `CppSharp.Parser.AST.MacroDefinition.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.PreprocessedEntity.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(8771,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(9063,37): warning CS0114: `CppSharp.Parser.AST.MacroExpansion.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.PreprocessedEntity.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(8771,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(9253,37): warning CS0114: `CppSharp.Parser.AST.TranslationUnit.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Namespace.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(8638,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(9856,37): warning CS0114: `CppSharp.Parser.AST.FullComment.DestroyNativeInstance()' hides inherited member `CppSharp.Parser.AST.Comment.DestroyNativeInstance()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs(9764,37): (Location of the symbol related to previous warning)
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(498,21): error CS0118: `CppSharp.Parser.ParserOptions.ASTContext' is a `property' but a `type' was expected
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(499,78): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(501,38): error CS0118: `CppSharp.Parser.ParserOptions.ASTContext' is a `property' but a `type' was expected
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(501,25): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(502,26): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(503,28): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(957,21): error CS0118: `CppSharp.Parser.ParserResult.ASTContext' is a `property' but a `type' was expected
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(958,78): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(960,38): error CS0118: `CppSharp.Parser.ParserResult.ASTContext' is a `property' but a `type' was expected
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(960,25): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(961,26): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(962,28): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(975,21): error CS0246: The type or namespace name `NativeLibrary' could not be found. Are you missing `CppSharp.Parser.AST' using directive?
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(976,75): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(978,38): error CS0246: The type or namespace name `NativeLibrary' could not be found. Are you missing `CppSharp.Parser.AST' using directive?
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(978,25): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(979,26): error CS0841: A local variable `__result0' cannot be used before it is declared
../../../src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs(980,28): error CS0841: A local variable `__result0' cannot be used before it is declared
Compilation failed: 18 error(s), 42 warnings
make[1]: *** [../lib/Release_x32/CppSharp.Parser.CSharp.dll] Error 1
make: *** [CppSharp.Parser.CSharp] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment