On 06/05/2014 09:36 PM, Nicolas Montgermont via GEM-dev wrote:
Thanks for your work! I've done a fresh copy of your repository on github and from what I understand, it tries to compile GemWinCreateMac.cpp (no more Gem.pd_darwin whithout tweaking...) in the Makefile.am, i see it's related to the ENABLE_MULTICONTEXT variable, in my config.log i have: ENABLE_MULTICONTEXT_FALSE='' ENABLE_MULTICONTEXT_TRUE='#' so it seems I have the wrong value, how can I tell configure to enable multicontext ?
oh darn, i forgot the crucial part: you have to specify "--enable-multicontext" when running configure.
all my fixes depend on having multicontext enabled.
gfmdsr IOhannes