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: Compiling, Linking, Debugging of your packages » Compiling Errors 607-dev2 on Ubuntu(Edgy)
Compiling Errors 607-dev2 on Ubuntu(Edgy) [message #4167] Wed, 26 July 2006 21:22 Go to next message
3togo is currently offline  3togo
Messages: 83
Registered: May 2006
Location: Hong Kong SAR
Member
Any idea?


/home/jc/upp/uppsrc/CtrlLib/TabCtrl.h:58: error: declaration of ‘TabCtrl::Item& TabCtrl::I
tem::Image(const Image&)’
/home/jc/upp/uppsrc/Draw/Image.h:97: error: changes meaning of ‘Image’ from ‘class Image’

[Updated on: Wed, 26 July 2006 21:23]

Report message to a moderator

Re: Compiling Errors 607-dev2 on Ubuntu(Edgy) [message #4168 is a reply to message #4167] Wed, 26 July 2006 21:39 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Try

Image(const class Image&)

Alternatively, delete the line. It is deprecated exactly because naming a method this way is tricky...

Mirek
Re: Compiling Errors 607-dev2 on Ubuntu(Edgy) [message #4169 is a reply to message #4168] Wed, 26 July 2006 21:41 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
P.S.: Thank you for testing Linux version. Linux maintainer is what we are missing for years...
Re: Compiling Errors 607-dev2 on Ubuntu(Edgy) [message #4172 is a reply to message #4169] Thu, 27 July 2006 07:40 Go to previous message
3togo is currently offline  3togo
Messages: 83
Registered: May 2006
Location: Hong Kong SAR
Member
I still can't figure out why it could not compile.

Anyhow by commenting it out, ide (607-dev2) could be compiled successfully on Ubuntu(Edgy) though some more changes of your codes have to be made as well.
1)/Draw/DrawX11.cpp
UpdateSColors() have to be commented out
2)add the following lines to CtrlLib/LabelBase.cpp

#define IMAGECLASS CtrlsImg
#define IMAGEFILE <CtrlLib/Ctrls.iml>
#include <Draw/iml_source.h>


Regards,

3togo


Previous Topic: about makefile produced by theIDE
Next Topic: including cpp-files
Goto Forum:
  


Current Time: Fri May 03 20:43:57 CEST 2024

Total time taken to generate the page: 0.02927 seconds