Re: compiling gtkmm with atkmm support fails in implementor.cc
- From: codekiddy <codekiddy gmail com>
- To: John Emmas <john creativepost co uk>
- Cc: Gtkmm List <gtkmm-list gnome org>
- Subject: Re: compiling gtkmm with atkmm support fails in implementor.cc
- Date: Tue, 17 Nov 2015 06:18:00 +0100
Hi John, and thank you so much for input!
I'm building from MSVC project file, and have just now double checked everything.
I've already taken care of the "undef GTKMM_ATKMM_ENABLED" you mentioned,
and replaced that line with either:
#define GTKMM_ATKMM_ENABLED 1
or commented out:
// #define GTKMM_ATKMM_ENABLED 1
First case gives runtime error when closing windows, second case (commented out) works fine.
but I noticed some other thing, the comment above this macro says:
/* Defined when the --enable-api-atkmm configure argument was given */
So by using some logic it looks that gtkmm is supposed to be built without atkmm support if building with msvc
project file without doing ./configure --enable-api-atkmm first.
therefore to build with atkmm support I'm also supposed to configure sources with --enable-api-atkmm first?
Can somebody confirm this?
I thought defining that macro to is enough to enable atkmm API's with gtkmm.
Thank you so much!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]