Skip to content

Instantly share code, notes, and snippets.

@crabtw
Created February 29, 2012 06:02
Show Gist options
  • Save crabtw/1938363 to your computer and use it in GitHub Desktop.
Save crabtw/1938363 to your computer and use it in GitHub Desktop.
./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