Small Update
As of last night I have written the first two chapters (Introduction and Literatury Survey) of the final report.
I hope to use the rest of this week to develop embedding mechanisms (not sure how long this will take).
During downtime I have been experimenting with gtk+3. On Mac I have experienced the following issue:
gtk gcc -Wall helloworld.c -o helloworld $(pkg-config --cflags --libs gtk+-3.0)
Package xcb-shm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-shm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb-shm', required by 'cairo', not found
Package xcb-shm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-shm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb-shm', required by 'cairo', not found
helloworld.c:3:21: error: gtk/gtk.h: No such file or directory
However, this can be fixed by running:
export PKG_CONFIG_PATH=/usr/X11/lib/pkgconfig