Re: compiling gtkmm with atkmm support fails in implementor.cc



On 19 Nov 2015, at 18:51, codekiddy wrote:


Used your suggestion to force include a header with following contents:

#ifndef GTKMM_ATKMM_ENABLED
     #define GTKMM_ATKMM_ENABLED 1
#endif

I set in Common properties > C\C++ > Advanced > Force Include File > "the name of the file".h

This didn't work

[...]

What am I doing wrong here?


Hmm...  that's a mystery.

Presumably your test project needs to link to both gtkmm and atkmm.  What happens if you don't link it to atkmm?  You should then see linker errors relating to Atk::Implementor (keep the test project simple - so that it doesn't need anything else from atkmm).

John


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]