Giter Site home page Giter Site logo

Comments (3)

xlab avatar xlab commented on July 17, 2024

@XVilka -ccdefs -ccincl are too powerful (in terms of side-effects) options to be used in usual bindings. Make sure that you can't compile without -ccdefs and the other.

Anyway, it seems that __GNUC_PREREQ (4, 3) is not defined, but is being called as a function. I'll issue a fix for that.

from c-for-go.

XVilka avatar XVilka commented on July 17, 2024

Strange, even after your commit and me doing go get -u or even removing src, pkg and bin and recompiling from scratch - it is still the same error:
processing radare2.yml ⠸[ERR] /usr/include/bits/byteswap.h:47:10: called object is not a function or function pointer (have '') (and 3 more errors)

If I disable -ccdefs and/or -ccincl it will show this:

[akochkov@ceph-osd1 r2bindgen]$ c-for-go -ccdefs -ccincl radare2.yml 
  processing radare2.yml ⠋[WARN] libr.pc referenced in pkg-config options but cannot be found: libr.pc not found in any of PKG_CONFIG_PATH paths
  processing radare2.yml ⠸[ERR] /usr/include/bits/byteswap.h:47:10: called object is not a function or function pointer (have '<undefined>') (and 3 more errors)
[akochkov@ceph-osd1 r2bindgen]$ c-for-go -ccincl radare2.yml 
  processing radare2.yml ⠋[WARN] libr.pc referenced in pkg-config options but cannot be found: libr.pc not found in any of PKG_CONFIG_PATH paths
  processing radare2.yml ⠹[ERR] /usr/include/features.h:160:10: cannot redefine macro __GNUC_PREREQ: argument names differ (and 2 more errors)
[akochkov@ceph-osd1 r2bindgen]$ c-for-go radare2.yml 
  processing radare2.yml ⠹[ERR] /usr/include/features.h:160:10: cannot redefine macro __GNUC_PREREQ: argument names differ (and 8 more errors)

from c-for-go.

XVilka avatar XVilka commented on July 17, 2024

Question is also - how to show all errors at once? Adding -debug option doesn't help.

from c-for-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.