[Gtk-osx-users] LibSoup buid fails HARD
Status: Beta
Brought to you by:
jralls
From: Thinus P. <th...@po...> - 2015-04-08 18:20:52
|
Hi there I am trying to build gnucash on OS X 10.10 I have followed all the instructions and am running into some issues: 1. gwenhywfar fails to build directory.c:207:7: error: implicit declaration of function '_NSGetExecutablePath' is invalid in C99 [-Werror,-Wimplicit-function-declaration] This is easy to “fix”: Edit src/os/posix/Makefile and remove the -Werror=Implicit-function-declaration from the file, building continues 2. libsoup fails hard GISCAN Soup-2.4.gir Traceback (most recent call last): File "/Users/thinus/gnucash-stable/bin/g-ir-scanner", line 55, in <module> sys.exit(scanner_main(sys.argv)) File "/Users/thinus/gnucash-stable/lib/gobject-introspection/giscanner/scannermain.py", line 517, in scanner_main ss = create_source_scanner(options, args) File "/Users/thinus/gnucash-stable/lib/gobject-introspection/giscanner/scannermain.py", line 430, in create_source_scanner ss.parse_files(filenames) File "/Users/thinus/gnucash-stable/lib/gobject-introspection/giscanner/sourcescanner.py", line 256, in parse_files self._parse(headers) File "/Users/thinus/gnucash-stable/lib/gobject-introspection/giscanner/sourcescanner.py", line 302, in _parse proc.stdin.write('#ifndef %s\n' % (define, )) IOError: [Errno 32] Broken pipe make[3]: *** [Soup-2.4.gir] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 *** Error during phase build of libsoup: ########## Error running make -j 9 *** [50/65] it crashes python with a dialog box from OS X, I just cannot seem to get past this one. Anyone else running into this issue? Kind regards Thinus |