% ./configure --with-flavour osx % make
Am I the only one regularly compiling builds on 10.4? Is it helpful for me to do this and report errors and/or try to fix them? My focus is on developing OCAML bindings. I've attached a copy of the translated test-effect.c that I recently got working. It should be familiar to the author of test/test-effect.c even if you don't know the OCAML language.
- Reidgcc -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"ClutterOSX\" - I../.. -I../../clutter -I../../clutter -DXTHREADS -D_REENTRANT -I/opt/ local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/ include -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 - I/usr/X11R6/include -DCLUTTER_ENABLE_DEBUG -g -Wall -xobjective-c -g - O2 -g -MT clutter-backend-osx.lo -MD -MP -MF .deps/clutter-backend- osx.Tpo -c clutter-backend-osx.c -fno-common -DPIC -o .libs/clutter- backend-osx.o clutter-backend-osx.c: In function ‘clutter_backend_osx_get_display_size’: clutter-backend-osx.c:179: error: ‘CLUTTER_OSX_ALLOC_POOL’ undeclared (first use in this function) clutter-backend-osx.c:179: error: (Each undeclared identifier is reported only once
clutter-backend-osx.c:179: error: for each function it appears in.)clutter-backend-osx.c:193: error: ‘CLUTTER_OSX_RELEASE_POOL’ undeclared (first use in this function)
make[4]: *** [clutter-backend-osx.lo] Error 1
test-effect.ml
Description: Binary data
