Hello. I'm trying to build clutter on Mac OS X Snow Leopard with MacPorts. After launching ./configure --with-flavour=osx --disable-introspection --prefix=/opt/local --disable-gtk-doc --disable-docs i got this:
configure: error: Package requirements (cogl-1.0 >= 1.9.6 cairo-gobject >= 1.10 atk >= 2.1.5 pangocairo >= 1.20 cogl-pango-1.0 json-glib-1.0 >= 0.12.0 ) were not met: Requested 'cogl-1.0 >= 1.9.6' but version of COGL is 1.6.20 No package 'cogl-pango-1.0' found I tried to build cogl from git repository, but got this: cc1: warning: -Wuninitialized is not supported without -O CCLD libcogl2.la /usr/bin/nm: no name list GISCAN Cogl-2.0.gir Traceback (most recent call last): File "/opt/local/bin/g-ir-scanner", line 46, in <module> sys.exit(scanner_main(sys.argv)) File "/opt/local/lib/gobject-introspection/giscanner/scannermain.py", line 404, in scanner_main transformer = create_transformer(namespace, options) File "/opt/local/lib/gobject-introspection/giscanner/scannermain.py", line 297, in create_transformer transformer.register_include(include_obj) File "/opt/local/lib/gobject-introspection/giscanner/transformer.py", line 131, in register_include self._parse_include(filename) File "/opt/local/lib/gobject-introspection/giscanner/transformer.py", line 200, in _parse_include parser = self._cachestore.load(filename) File "/opt/local/lib/gobject-introspection/giscanner/cachestore.py", line 182, in load fd = open(store_filename) IOError: [Errno 13] Permission denied: '/Users/pavellitvinenko/.cache/g-ir-scanner/59e7d43b8f3e23e43e2e9f53f2061280636fd525' make[4]: *** [Cogl-2.0.gir] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
_______________________________________________ clutter-app-devel-list mailing list clutter-app-devel-list@clutter-project.org http://lists.clutter-project.org/listinfo/clutter-app-devel-list