Created
February 29, 2012 06:02
-
-
Save crabtw/1938363 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./bindgen.rs:241:30: 241:50 error: unresolved name: CXType_FunctionProto | |
./bindgen.rs:241 if def_ty.kind == CXType_FunctionProto || | |
^~~~~~~~~~~~~~~~~~~~ | |
./bindgen.rs:242:30: 242:52 error: unresolved name: CXType_FunctionNoProto | |
./bindgen.rs:242 def_ty.kind == CXType_FunctionNoProto { | |
^~~~~~~~~~~~~~~~~~~~~~ | |
./bindgen.rs:311:18: 311:31 error: unresolved name: CXType_Record | |
./bindgen.rs:311 if ty.kind == CXType_Record || ty.kind == CXType_Enum { | |
^~~~~~~~~~~~~ | |
./bindgen.rs:311:46: 311:57 error: unresolved name: CXType_Enum | |
./bindgen.rs:311 if ty.kind == CXType_Record || ty.kind == CXType_Enum { | |
^~~~~~~~~~~ | |
./bindgen.rs:415:32: 415:48 error: unresolved name: CXType_Unexposed | |
./bindgen.rs:415 if under_ty.kind == CXType_Unexposed { | |
^~~~~~~~~~~~~~~~ | |
error: aborting due to previous errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment