nsf / gogobject

GObject-introspection based bindings generator
MIT License
47 stars 5 forks source link

use go command, update import paths #3

Closed salviati closed 12 years ago

nsf commented 12 years ago

Thanks, but no thanks. I'm working on Go support for the waf build system and that will be a choice for this project.

Reasons are simple. I need a full chain of dependencies. When I change one of the .go.in files, only parts that are necessary should be rebuilt. Go tool is good for go code, but in this case I need a full featured generic build system.

Plus you have simply removed the makefile from gogtk-demo. How am I supposed to build it?

salviati commented 12 years ago

It's your project.

Plus you have simply removed the makefile from gogtk-demo. How am I supposed to build it?

By simply cherry-picking.