|
|
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » theide/upp Errors [SOLVED]
Re: theide/upp Errors [message #38930 is a reply to message #38929] |
Mon, 28 January 2013 07:48   |
slashupp
Messages: 231 Registered: July 2009
|
Experienced Member |
|
|
the deb from invothink (as in my sources.list):
deb http://upp.invothink.com/nightly/ wheezy main
I saw this morning that there is a upp AND a theide package shown when I use apt. I have seen and used only the 'upp' option previously, and installed the 'theide'-option this morning - still get errors.
When I used only the 'upp'-option no executable is installed - there is no execuatble in that package.
The 'theide'-option does install an executable (the version is now correct at 5724-wheezy-amd64).
There are no errors or warnings during installation.
Output from: dpkg -l | grep -w 'theide\|upp'
ii theide 5724-1~wheezy0 IDE (not only) for Ultimate++ framework
ii upp 5724-1~wheezy0 C++ library for cross-platform development
The errors I get when compiling:
(SNIP)
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp: In function ‘XDisplay* Upp::Xdisplay()’:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:21:20: error: ‘XDisplay* Upp::Xdisplay()’ redeclared as different kind of symbol
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:263:0:
/usr/share/upp/uppsrc/CtrlCore/DrawX11.cpp:26:13: error: previous declaration of ‘XDisplay* Upp::Xdisplay’
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp: In function ‘Window Upp::Xroot()’:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:26:14: error: ‘Window Upp::Xroot()’ redeclared as different kind of symbol
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:263:0:
/usr/share/upp/uppsrc/CtrlCore/DrawX11.cpp:29:13: error: previous declaration of ‘Window Upp::Xroot’
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp: In function ‘Upp::String Upp::GetProperty(Window, Atom, Atom)’:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:31:8: error: redefinition of ‘Upp::String Upp::GetProperty(Window, Atom, Atom)’
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:380:0:
/usr/share/upp/uppsrc/CtrlCore/X11App.cpp:41:8: error: ‘Upp::String Upp::GetProperty(Window, Atom, Atom)’ previously defined here
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:40:54: error: ‘Upp::Xdisplay’ cannot be used as a function
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:43:34: error: ‘Upp::Xdisplay’ cannot be used as a function
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:58:18: error: ‘Upp::Xdisplay’ cannot be used as a function
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp: In function ‘Atom Upp::XAtomRaw(const char*)’:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:62:6: error: redefinition of ‘Atom Upp::XAtomRaw(const char*)’
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:380:0:
/usr/share/upp/uppsrc/CtrlCore/X11App.cpp:13:6: error: ‘Atom Upp::XAtomRaw(const char*)’ previously defined here
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:64:30: error: ‘Upp::Xdisplay’ cannot be used as a function
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp: In function ‘Atom Upp::XAtom(const char*)’:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:67:6: error: redefinition of ‘Atom Upp::XAtom(const char*)’
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:380:0:
/usr/share/upp/uppsrc/CtrlCore/X11App.cpp:18:6: error: ‘Atom Upp::XAtom(const char*)’ previously defined here
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp: In function ‘Upp::dword Upp::X11mods(Upp::dword)’:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:96:7: error: redefinition of ‘Upp::dword Upp::X11mods(Upp::dword)’
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:326:0:
/usr/share/upp/uppsrc/CtrlCore/X11Wnd.cpp:163:7: error: ‘Upp::dword Upp::X11mods(Upp::dword)’ previously defined here
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp: At global scope:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:108:5: error: redefinition of ‘static int Upp::Ctrl::RegisterSystemHotKey(Upp::dword, Upp::Callback)’
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:326:0:
/usr/share/upp/uppsrc/CtrlCore/X11Wnd.cpp:179:5: error: ‘static int Upp::Ctrl::RegisterSystemHotKey(Upp::dword, Upp::Callback)’ previously defined here
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:137:6: error: redefinition of ‘static void Upp::Ctrl::UnregisterSystemHotKey(int)’
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:326:0:
/usr/share/upp/uppsrc/CtrlCore/X11Wnd.cpp:207:6: error: ‘static void Upp::Ctrl::UnregisterSystemHotKey(int)’ previously defined here
In file included from /home/mais/.upp/_out/appdev/CtrlCore/GCC.Debug.Debug_Full.Gu i.Mt.Shared.Sse2/$blitz.cpp:432:0:
/usr/share/upp/uppsrc/CtrlCore/GtkX11Util.cpp:153:87: error: no ‘GdkFilterReturn Upp::Ctrl::RootKeyFilter(GdkXEvent*, GdkEvent*, gpointer)’ member function declared in class ‘Upp::Ctrl’
(/SNIP)
|
|
|
Goto Forum:
Current Time: Sat Jun 07 16:15:57 CEST 2025
Total time taken to generate the page: 0.03668 seconds
|
|
|