gogobject icon indicating copy to clipboard operation
gogobject copied to clipboard

Building doesn't work: "task in 'gobject/gi' failed (exit status 2)"

Open weberc2 opened this issue 12 years ago • 1 comments

I just cloned this repo and ran ./waf configure build; however, it failed with the attached output:

Build failed
 -> task in 'gobject/gi' failed (exit status 2): 
    {task 140453979304464: cgo gi.go -> _cgo_defun.c,_cgo_export.c,_cgo_export.h,_cgo_gotypes.go,_cgo_main.c,.._gi_gi.cgo1.go,.._gi_gi.cgo2.c}
['/home/someone/.Go/pkg/tool/linux_amd64/cgo', '-objdir=_cgoobj.2', '--', '-g', '-O2', '-fPIC', '-m64', '-pthread', '-pthread', '-I/home/someone/Projects/src/github.com/nsf/gogobject/build', '-I/home/someone/Projects/src/github.com/nsf/gogobject/build/_cgoobj.2', '-I/usr/include/glib-2.0', '-I/usr/lib/x86_64-linux-gnu/glib-2.0/include', '-I/usr/include/gobject-introspection-1.0', '-DHAVE_GI=1', '-DHAVE_CAIRO=1', '-DHAVE_ATK=1', '-DHAVE_GDK=1', '-DHAVE_GDKPIXBUF=1', '-DHAVE_GIO=1', '-DHAVE_GLIB=1', '-DHAVE_GOBJECT=1', '-DHAVE_GTK=1', '-DHAVE_GTKSOURCE=1', '-DHAVE_PANGO=1', '-DHAVE_PANGOCAIRO=1', '../gi/gi.go']

weberc2 avatar Jul 03 '13 22:07 weberc2

I don't see any actual error message, so I can't tell what's wrong. Aside from that as you can see there were no commits for a long time. The last commit 17 days ago was simply a fix for new flags, but even at that moment I wasn't able to build the whole thing myself. It's getting outdated and it's getting there fast. I've lost interest in it, so.. probably it's up to you to fix everything if you really want to build it.

nsf avatar Jul 04 '13 03:07 nsf