Hi, i'm new on Linux and gtk+. I'm trying to migrate an application make with gtk+2.0, and i'm following this tutorial https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html But i have some doubts, like where i could do this make CFLAGS+="-DGTK_DISABLE_SINGLE_INCLUDES"I'm using Eclipse to compile the files.. If i make this code: make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" in "other flags" of Miscellanous It gives me this error: I'm sorry for this basic questions for you but i don't see tutorials that explains more detailed to understand.. Thanks
|