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: Other Features Wishlist and/or Bugs » SVN Rev 511 ide Linux build fail
SVN Rev 511 ide Linux build fail [message #18531] Tue, 07 October 2008 03:17 Go to next message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
FYI
When compiling theide with SVN Rev 511 on Linux, I get these errors:
... /uppsrc/ide/idebar.cpp: In member function ‘void Ide::BrowseMenu(Upp::Bar&)’:
... /uppsrc/ide/idebar.cpp:442: error: no matching function for call to ‘callback1(Ide* const, void (Ide::*)(int), AssistEditor::<anonymous enum>)’
... /uppsrc/ide/idebar.cpp:444: error: no matching function for call to ‘callback1(Ide* const, void (Ide::*)(int), AssistEditor::<anonymous enum>)’

Re: SVN Rev 511 ide Linux build fail [message #18545 is a reply to message #18531] Tue, 07 October 2008 17:20 Go to previous messageGo to next message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
In svn 512 CtrlCore/X11Wnd.cpp, i don't know why these signs are in code... Shocked
				}
<<<<<<< .mine
		//if(GLX) return;
=======
//		if(GLX) return;
>>>>>>> .r509
		GC gc = XCreateGC(Xdisplay, (Drawable)top->window, 0, 0);


Errors:
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp: In member function ‘void Upp::Ctrl::DoPaint(const Upp::Vector<Upp::Rect_<int> >&)’:
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:71: error: expected primary-expression before ‘<<’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:71: error: expected primary-expression before ‘<<’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:71: error: expected primary-expression before ‘<<’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:71: error: expected primary-expression before ‘<’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:71: error: expected primary-expression before ‘.’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:73: error: expected primary-expression before ‘==’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:73: error: expected primary-expression before ‘==’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:73: error: expected primary-expression before ‘=’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:75: error: expected primary-expression before ‘>>’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:75: error: expected primary-expression before ‘>>’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:75: error: expected primary-expression before ‘>>’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:75: error: expected primary-expression before ‘>’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:75: error: expected primary-expression before ‘.’ token
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:76: error: expected `;' before ‘GC’
/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/X11Wnd.cpp:79: error: ‘gc’ was not declared in this scope


also

/home/can/Projects/UppRepo/trunk/uppsrc/CtrlCore/CtrlDraw.cpp:50:2: error: #endif without #if


In my programs sources there is a label with the message "Handle with care" Smile


cdabbd745f1234c2751ee1f932d1dd75

[Updated on: Tue, 07 October 2008 17:27]

Report message to a moderator

Re: SVN Rev 511 ide Linux build fail [message #18546 is a reply to message #18545] Tue, 07 October 2008 17:32 Go to previous messageGo to next message
chickenk is currently offline  chickenk
Messages: 169
Registered: May 2007
Location: Grenoble, France
Experienced Member
@bytefield:

it seems you applied the patch I submitted a few days ago. Mirek did its own (slightly different) correction, and since the same lines are involved, it causes svn conflicts.The best for you is to delete the faulty files X11Wnd.cpp and CtrlDraw.cpp and do a 'svn up' again.

Lionel
Re: SVN Rev 511 ide Linux build fail [message #18547 is a reply to message #18531] Tue, 07 October 2008 17:34 Go to previous messageGo to next message
chickenk is currently offline  chickenk
Messages: 169
Registered: May 2007
Location: Grenoble, France
Experienced Member
captainc wrote on Tue, 07 October 2008 03:17

FYI
When compiling theide with SVN Rev 511 on Linux, I get these errors:
... /uppsrc/ide/idebar.cpp: In member function ‘void Ide::BrowseMenu(Upp::Bar&)’:
... /uppsrc/ide/idebar.cpp:442: error: no matching function for call to ‘callback1(Ide* const, void (Ide::*)(int), AssistEditor::<anonymous enum>)’
... /uppsrc/ide/idebar.cpp:444: error: no matching function for call to ‘callback1(Ide* const, void (Ide::*)(int), AssistEditor::<anonymous enum>)’




Hi captainc,

I got the same error. Casting the anonymous enum to int seems to solve the problem.
Re: SVN Rev 511 ide Linux build fail [message #18552 is a reply to message #18547] Wed, 08 October 2008 01:24 Go to previous message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
Thanks for the quick fix.
Previous Topic: [FEATURE REQUEST] Package file list sorting on demand
Next Topic: [FEATURE REQUEST]Static and dynamic libraries targets
Goto Forum:
  


Current Time: Fri Mar 29 12:00:47 CET 2024

Total time taken to generate the page: 0.01161 seconds