U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » IDE compilation error 'GdkDrawingContext' does not name a type
Re: IDE compilation error 'GdkDrawingContext' does not name a type [message #53238 is a reply to message #53224] Tue, 24 March 2020 16:40 Go to previous message
deep is currently offline  deep
Messages: 281
Registered: July 2011
Location: Bangalore
Experienced Member
Original from file "CtrlCore/GtkAfter.h"

class ViewDraw : public SystemDraw {
#if GTK_CHECK_VERSION(3, 10, 0)
	GdkDrawingContext *ctx;
#endif


After searching in /usr/include/gtk-3.0 folder for GdkDrawingContext I could not find it.
I thought GtkDrawingArea may be the right thing.

After replacement as follows I could compile and run theide
Seems working fine. Request Mirek to review.

-- GdkDrawingContext *ctx;

++ GtkDrawingArea *ctx;


Warm Regards

Deepak
 
Read Message
Read Message
Previous Topic: (pls delete this)
Next Topic: Linux U++ libraries
Goto Forum:
  


Current Time: Tue May 12 05:50:21 GMT+2 2026

Total time taken to generate the page: 0.00448 seconds