Code Monkey home page Code Monkey logo

gccxml_gem's Introduction

GCC-XML in Gem form

Deprecated Gem

GCCXML used to be quite difficult to install on all systems, but with the advent of tools like homebrew on Mac, it's much easier to build, install, and use GCCXML on all platforms.

This gem is no longer required, and the functionality has been merged into rbgccxml.


This package exists to make it easy for anyone to install the GCC-XML package on their system. Binary gems are provided at

http://rubygems.org/gems/gccxml_gem

There are two ways of using gccxml with this gem. You can access the executable directly via:

/path/to/gems/gccxml_gem/bin/gccxml

Or you can use the small Ruby lib that's included

require 'gccxml'

gccxml = GCCXML.new

# Add any -I flags to the command
gccxml.add_includes(...)

# Add any other flags to the command line
gccxml.add_cxxflags(...)

# You then tell GCCXML to parse a header file and tell it
# to write the resulting XML to output_file
gccxml.parse(path_to_header, output_file)

Misc

Project page: http://github.com/jasonroelofs/gccxml_gem

gccxml_gem's People

Contributors

jasonroelofs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gccxml_gem's Issues

Binary for mac?

Hi! Just wondering, should there be a binary available for mac? I can't find one after installing the gem.

Thanks!
-Murphy

Gem for Mac Mavericks

I really need to get this gem working on Mavericks. Do you have any tips for me on how I can fork this gem and fix it myself. On Mavericks the gem will install but all the gccxml files are missing.

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.