Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 263
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: Fri Apr 19 05:33:14 CEST 2024

Total time taken to generate the page: 0.03620 seconds