Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Tarball 7631/4 - fail to compile [SOLVED]  
	
		
		
			| Tarball 7631/4 - fail to compile [SOLVED] [message #43571] | 
			Tue, 02 September 2014 12:53   | 
		 
		
			
				
				
				
					
						  
						slashupp
						 Messages: 231 Registered: July 2009 
						
					 | 
					Experienced Member  | 
					 | 
		 
		 
	 | 
 
	
		On debian, gcc v4.7.2 
... 
 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/glib-2.0 -I/usr/X11R6/lib/glib-2.0/include -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/cairo -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -DflagGUI -DflagMT -DflagGCC -DflagSHARED -DflagLINUX -DflagPOSIX  TextDiffCtrl/TextCtrl.cpp -o    _out/TextDiffCtrl//home/upp/Scripts/GCCMK.bm-Gcc-Gui-Linux-M t-Posix-Shared/TextCtrl.o 
TextDiffCtrl/TextCtrl.cpp: In member function 'virtual void Upp::TextCompareCtrl::Paint(Upp::Draw&)': 
TextDiffCtrl/TextCtrl.cpp:238:18: error: conversion from 'const Upp::String' to non-scalar type 'Upp::WString' requested 
make[1]: ***    [_out/TextDiffCtrl//home/upp/Scripts/GCCMK.bm-Gcc-Gui-Linux- Mt-Posix-Shared/TextCtrl.o] Error 1 
... 
 
--- 
 
Changed line TextDiffCtrl/TextCtrl.cpp:238: 
from: 
    WString ln = l.text; 
to: 
    WString ln = l.text.ToWString(); 
		
		
		[Updated on: Wed, 03 September 2014 09:34] Report message to a moderator  
 |  
	| 
		
	 | 
 
 
 |  
  
 
Goto Forum:
 
 Current Time: Tue Nov 04 07:18:46 CET 2025 
 Total time taken to generate the page: 0.05453 seconds 
 |