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 » Community » Newbie corner » Linux issues
Linux issues [message #30540] Fri, 07 January 2011 17:16 Go to next message
thundurstruck is currently offline  thundurstruck
Messages: 5
Registered: October 2010
Promising Member

Hi All - I've successfully (or at it appears so) installed upp from source on a Centos 5.5 x86_64 platform.

We have a small GIS application (command line image/raster manipulations) that compiles and runs just fine in U++ for Windows. However, when I attempt to build the app on the Linux version I get a bunch of errors surrounding some of the U++ core libraries.

Any ideas on what may be happening below?

Chuck

BLITZ: Graphnix.cpp Projector.cpp Shape.cpp
In file included from /home/calonge/upp/uppsrc/CtrlCore/CtrlCore.h:6,
from /home/calonge/upp/uppsrc/CtrlLib/CtrlLib.h:4,
from /home/calonge/upp/MyApps/Projector/Graphnix.h:32,
from /home/calonge/upp/MyApps/Projector/Graphnix.cpp:23,
from /home/calonge/upp/out/Projector/GCC.Debug.Debug_full.Main.Mt .Shared/$blitz.cpp:3:
/home/calonge/upp/uppsrc/CtrlCore/SystemDraw.h:32: error: invalid use of incomplete type ‘struct Upp::SystemDraw’
/home/calonge/upp/uppsrc/Draw/Draw.h:13: error: forward declaration of ‘struct Upp::SystemDraw’
/home/calonge/upp/uppsrc/CtrlCore/SystemDraw.h:72: error: invalid use of incomplete type ‘struct Upp::SystemDraw’
/home/calonge/upp/uppsrc/Draw/Draw.h:13: error: forward declaration of ‘struct Upp::SystemDraw’
In file included from /home/calonge/upp/uppsrc/CtrlCore/CtrlCore.h:28,
from /home/calonge/upp/uppsrc/CtrlLib/CtrlLib.h:4,
from /home/calonge/upp/MyApps/Projector/Graphnix.h:32,
from /home/calonge/upp/MyApps/Projector/Graphnix.cpp:23,
from /home/calonge/upp/out/Projector/GCC.Debug.Debug_full.Main.Mt .Shared/$blitz.cpp:3:
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:14: error: ‘K_BACKSPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:15: error: ‘K_BACKSPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:16: error: ‘K_TAB’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:17: error: ‘K_ENTER’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:18: error: ‘K_ENTER’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:19: error: ‘K_ESCAPE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:20: error: ‘K_SPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:21: error: ‘K_PAGEUP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:22: error: ‘K_PAGEUP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:23: error: ‘K_PAGEDOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:24: error: ‘K_PAGEDOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:25: error: ‘K_END’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:26: error: ‘K_HOME’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:27: error: ‘K_LEFT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:28: error: ‘K_UP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:29: error: ‘K_RIGHT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:30: error: ‘K_DOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:31: error: ‘K_INSERT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:32: error: ‘K_DELETE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:35: error: ‘K_NUMPAD0’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:36: error: ‘K_NUMPAD1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:37: error: ‘K_NUMPAD2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:38: error: ‘K_NUMPAD3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:39: error: ‘K_NUMPAD4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:40: error: ‘K_NUMPAD5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:41: error: ‘K_NUMPAD6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:42: error: ‘K_NUMPAD7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:43: error: ‘K_NUMPAD8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:44: error: ‘K_NUMPAD9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:45: error: ‘K_MULTIPLY’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:46: error: ‘K_ADD’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:47: error: ‘K_SEPARATOR’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:48: error: ‘K_SUBTRACT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:49: error: ‘K_DECIMAL’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:50: error: ‘K_DIVIDE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:52: error: ‘K_F1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:53: error: ‘K_F2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:54: error: ‘K_F3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:55: error: ‘K_F4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:56: error: ‘K_F5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:57: error: ‘K_F6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:58: error: ‘K_F7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:59: error: ‘K_F8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:60: error: ‘K_F9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:61: error: ‘K_F10’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:62: error: ‘K_F11’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:63: error: ‘K_F12’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:64: error: ‘K_SCROLL’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:66: error: ‘K_A’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:67: error: ‘K_B’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:68: error: ‘K_C’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:69: error: ‘K_D’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:70: error: ‘K_E’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:71: error: ‘K_F’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:72: error: ‘K_G’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:73: error: ‘K_H’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:74: error: ‘K_I’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:75: error: ‘K_J’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:76: error: ‘K_K’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:77: error: ‘K_L’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:78: error: ‘K_M’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:79: error: ‘K_N’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:80: error: ‘K_O’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:81: error: ‘K_P’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:82: error: ‘K_Q’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:83: error: ‘K_R’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:84: error: ‘K_S’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:85: error: ‘K_T’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:86: error: ‘K_U’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:87: error: ‘K_V’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:88: error: ‘K_W’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:89: error: ‘K_X’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:90: error: ‘K_Y’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:91: error: ‘K_Z’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:92: error: ‘K_0’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:93: error: ‘K_1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:94: error: ‘K_2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:95: error: ‘K_3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:96: error: ‘K_4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:97: error: ‘K_5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:98: error: ‘K_6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:99: error: ‘K_7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:100: error: ‘K_8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:101: error: ‘K_9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:103: error: ‘K_BACKSPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:104: error: ‘K_BACKSPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:105: error: ‘K_TAB’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:106: error: ‘K_ENTER’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:107: error: ‘K_ENTER’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:108: error: ‘K_ESCAPE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:109: error: ‘K_SPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:110: error: ‘K_PAGEUP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:111: error: ‘K_PAGEUP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:112: error: ‘K_PAGEDOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:113: error: ‘K_PAGEDOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:114: error: ‘K_END’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:115: error: ‘K_HOME’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:116: error: ‘K_LEFT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:117: error: ‘K_UP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:118: error: ‘K_RIGHT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:119: error: ‘K_DOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:120: error: ‘K_INSERT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:121: error: ‘K_DELETE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:123: error: ‘K_NUMPAD0’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:124: error: ‘K_NUMPAD1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:125: error: ‘K_NUMPAD2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:126: error: ‘K_NUMPAD3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:127: error: ‘K_NUMPAD4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:128: error: ‘K_NUMPAD5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:129: error: ‘K_NUMPAD6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:130: error: ‘K_NUMPAD7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:131: error: ‘K_NUMPAD8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:132: error: ‘K_NUMPAD9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:133: error: ‘K_MULTIPLY’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:134: error: ‘K_ADD’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:135: error: ‘K_SEPARATOR’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:136: error: ‘K_SUBTRACT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:137: error: ‘K_DECIMAL’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:138: error: ‘K_DIVIDE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:139: error: ‘K_F1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:140: error: ‘K_F2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:141: error: ‘K_F3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:142: error: ‘K_F4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:143: error: ‘K_F5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:144: error: ‘K_F6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:145: error: ‘K_F7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:146: error: ‘K_F8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:147: error: ‘K_F9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:148: error: ‘K_F10’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:149: error: ‘K_F11’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:150: error: ‘K_F12’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:151: error: ‘K_SCROLL’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:153: error: ‘K_A’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:154: error: ‘K_B’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:155: error: ‘K_C’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:156: error: ‘K_D’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:157: error: ‘K_E’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:158: error: ‘K_F’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:159: error: ‘K_G’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:160: error: ‘K_H’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:161: error: ‘K_I’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:162: error: ‘K_J’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:163: error: ‘K_K’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:164: error: ‘K_L’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:165: error: ‘K_M’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:166: error: ‘K_N’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:167: error: ‘K_O’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:168: error: ‘K_P’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:169: error: ‘K_Q’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:170: error: ‘K_R’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:171: error: ‘K_S’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:172: error: ‘K_T’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:173: error: ‘K_U’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:174: error: ‘K_V’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:175: error: ‘K_W’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:176: error: ‘K_X’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:177: error: ‘K_Y’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:178: error: ‘K_Z’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:179: error: ‘K_0’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:180: error: ‘K_1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:181: error: ‘K_2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:182: error: ‘K_3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:183: error: ‘K_4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:184: error: ‘K_5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:185: error: ‘K_6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:186: error: ‘K_7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:187: error: ‘K_8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:188: error: ‘K_9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:190: error: ‘K_BACKSPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:191: error: ‘K_BACKSPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:192: error: ‘K_TAB’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:193: error: ‘K_ENTER’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:194: error: ‘K_ENTER’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:195: error: ‘K_ESCAPE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:196: error: ‘K_SPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:197: error: ‘K_PAGEUP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:198: error: ‘K_PAGEUP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:199: error: ‘K_PAGEDOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:200: error: ‘K_PAGEDOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:201: error: ‘K_END’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:202: error: ‘K_HOME’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:203: error: ‘K_LEFT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:204: error: ‘K_UP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:205: error: ‘K_RIGHT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:206: error: ‘K_DOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:207: error: ‘K_INSERT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:208: error: ‘K_DELETE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:212: error: ‘K_NUMPAD0’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:213: error: ‘K_NUMPAD1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:214: error: ‘K_NUMPAD2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:215: error: ‘K_NUMPAD3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:216: error: ‘K_NUMPAD4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:217: error: ‘K_NUMPAD5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:218: error: ‘K_NUMPAD6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:219: error: ‘K_NUMPAD7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:220: error: ‘K_NUMPAD8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:221: error: ‘K_NUMPAD9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:222: error: ‘K_MULTIPLY’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:223: error: ‘K_ADD’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:224: error: ‘K_SEPARATOR’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:225: error: ‘K_SUBTRACT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:226: error: ‘K_DECIMAL’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:227: error: ‘K_DIVIDE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:228: error: ‘K_F1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:229: error: ‘K_F2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:230: error: ‘K_F3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:231: error: ‘K_F4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:232: error: ‘K_F5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:233: error: ‘K_F6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:234: error: ‘K_F7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:235: error: ‘K_F8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:236: error: ‘K_F9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:237: error: ‘K_F10’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:238: error: ‘K_F11’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:239: error: ‘K_F12’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:240: error: ‘K_SCROLL’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:242: error: ‘K_A’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:243: error: ‘K_B’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:244: error: ‘K_C’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:245: error: ‘K_D’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:246: error: ‘K_E’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:247: error: ‘K_F’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:248: error: ‘K_G’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:249: error: ‘K_H’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:250: error: ‘K_I’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:251: error: ‘K_J’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:252: error: ‘K_K’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:253: error: ‘K_L’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:254: error: ‘K_M’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:255: error: ‘K_N’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:256: error: ‘K_O’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:257: error: ‘K_P’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:258: error: ‘K_Q’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:259: error: ‘K_R’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:260: error: ‘K_S’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:261: error: ‘K_T’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:262: error: ‘K_U’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:263: error: ‘K_V’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:264: error: ‘K_W’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:265: error: ‘K_X’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:266: error: ‘K_Y’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:267: error: ‘K_Z’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:268: error: ‘K_0’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:269: error: ‘K_1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:270: error: ‘K_2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:271: error: ‘K_3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:272: error: ‘K_4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:273: error: ‘K_5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:274: error: ‘K_6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:275: error: ‘K_7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:276: error: ‘K_8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:277: error: ‘K_9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:279: error: ‘K_BACKSPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:280: error: ‘K_BACKSPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:281: error: ‘K_TAB’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:282: error: ‘K_ENTER’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:283: error: ‘K_ENTER’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:284: error: ‘K_ESCAPE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:285: error: ‘K_SPACE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:286: error: ‘K_PAGEUP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:287: error: ‘K_PAGEUP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:288: error: ‘K_PAGEDOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:289: error: ‘K_PAGEDOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:290: error: ‘K_END’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:291: error: ‘K_HOME’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:292: error: ‘K_LEFT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:293: error: ‘K_UP’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:294: error: ‘K_RIGHT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:295: error: ‘K_DOWN’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:296: error: ‘K_INSERT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:297: error: ‘K_DELETE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:299: error: ‘K_NUMPAD0’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:300: error: ‘K_NUMPAD1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:301: error: ‘K_NUMPAD2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:302: error: ‘K_NUMPAD3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:303: error: ‘K_NUMPAD4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:304: error: ‘K_NUMPAD5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:305: error: ‘K_NUMPAD6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:306: error: ‘K_NUMPAD7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:307: error: ‘K_NUMPAD8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:308: error: ‘K_NUMPAD9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:309: error: ‘K_MULTIPLY’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:310: error: ‘K_ADD’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:311: error: ‘K_SEPARATOR’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:312: error: ‘K_SUBTRACT’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:313: error: ‘K_DECIMAL’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:314: error: ‘K_DIVIDE’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:315: error: ‘K_F1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:316: error: ‘K_F2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:317: error: ‘K_F3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:318: error: ‘K_F4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:319: error: ‘K_F5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:320: error: ‘K_F6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:321: error: ‘K_F7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:322: error: ‘K_F8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:323: error: ‘K_F9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:324: error: ‘K_F10’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:325: error: ‘K_F11’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:326: error: ‘K_F12’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:327: error: ‘K_SCROLL’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:329: error: ‘K_A’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:330: error: ‘K_B’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:331: error: ‘K_C’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:332: error: ‘K_D’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:333: error: ‘K_E’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:334: error: ‘K_F’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:335: error: ‘K_G’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:336: error: ‘K_H’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:337: error: ‘K_I’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:338: error: ‘K_J’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:339: error: ‘K_K’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:340: error: ‘K_L’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:341: error: ‘K_M’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:342: error: ‘K_N’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:343: error: ‘K_O’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:344: error: ‘K_P’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:345: error: ‘K_Q’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:346: error: ‘K_R’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:347: error: ‘K_S’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:348: error: ‘K_T’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:349: error: ‘K_U’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:350: error: ‘K_V’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:351: error: ‘K_W’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:352: error: ‘K_X’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:353: error: ‘K_Y’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:354: error: ‘K_Z’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:355: error: ‘K_0’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:356: error: ‘K_1’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:357: error: ‘K_2’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:358: error: ‘K_3’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:359: error: ‘K_4’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:360: error: ‘K_5’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:361: error: ‘K_6’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:362: error: ‘K_7’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:363: error: ‘K_8’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:364: error: ‘K_9’ was not declared in this scope
/home/calonge/upp/uppsrc/CtrlCore/MKeys.h:366: error: ‘K_BREAK’ was not declared in this scope
Projector: 3 file(s) built in (0:00.74), 248 msecs / file, duration = 2171 msecs
Re: Linux issues [message #30542 is a reply to message #30540] Fri, 07 January 2011 18:04 Go to previous messageGo to next message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi Chuck,

The errors mostly look like you forgot to add flag GUI. I'm not sure why it worked on windows, though Smile

If that is not the problem, could you tell us what flags and packages does the project use?

Best regards,
Honza
Re: Linux issues [message #30543 is a reply to message #30542] Fri, 07 January 2011 19:47 Go to previous messageGo to next message
thundurstruck is currently offline  thundurstruck
Messages: 5
Registered: October 2010
Promising Member

Thanks for the fast reply Honza. That worked.

The packages this program uses are:

Core
Draw
plugin/jpg
plugin/png
plugin/z

On Windows I only needed the MT flag to build this. Any thoughts on why this is?

Thank you for lending a trained eye,

Chuck
Re: Linux issues [message #30641 is a reply to message #30543] Thu, 13 January 2011 10:10 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
thundurstruck wrote on Fri, 07 January 2011 13:47

Thanks for the fast reply Honza. That worked.

The packages this program uses are:

Core
Draw
plugin/jpg
plugin/png
plugin/z



In file included from /home/calonge/upp/uppsrc/CtrlCore/CtrlCore.h:6,
from /home/calonge/upp/uppsrc/CtrlLib/CtrlLib.h:4,
from /home/calonge/upp/MyApps/Projector/Graphnix.h:32,
from /home/calonge/upp/MyApps/Projector/Graphnix.cpp:23,

Remove that CtrlLib.h include...
Re: Linux issues [message #30642 is a reply to message #30542] Thu, 13 January 2011 10:11 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
dolik.rce wrote on Fri, 07 January 2011 12:04

Hi Chuck,

The errors mostly look like you forgot to add flag GUI. I'm not sure why it worked on windows, though Smile




Commandline utility. Those packages do not require GUI.

Mirek
Previous Topic: U++ Geom package information.
Next Topic: Open Dialogue
Goto Forum:
  


Current Time: Sat Apr 27 23:05:49 CEST 2024

Total time taken to generate the page: 0.03086 seconds