Real VNC

Ares

Ares

Tripel-As
Wie install ich real VNC auf mein Suse 9.3 ???
 
Wenn VNC im SuSE Repo ist, dann per YaST, wenn nicht mal die RealVNC Website befragen :S

MFG

Dennis
 
Wie install ich real VNC auf mein Suse 9.3 ???

die angebrachte antwort auf die frage: RTFM

die nette antwort:

- sourcen entpacken
- ins entpackte verzeichnis wechseln
- ./configure && make && make install ausführen

das hättest du aber auch gewußt wenn du 10 sekunden gegoogelt hättest oder mal einen blick ins handbuch geworfen hättest

HTH
 
Ich bin noch rech neu im umgang mit Linux da tuh ich mich noch etwas schwer mit den suchbegrieff etc.
 
Das wil bei mir nicht funzen bekomme diese fehlermeldung.

Code:
linux:/home/Marco/vnc/unix # ./configure && make && make install
loading cache ./config.cache
configuring common...
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... (cached) no
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc  ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.
...done configuring common
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... (cached) no
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc  ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.
linux:/home/Marco/vnc/unix #

Code:
linux:/home/Marco/vnc/common # ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... (cached) no
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc  ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.
linux:/home/Marco/vnc/common #

ich habe die version von der offizielen homepage VNC 4.1.1 Source Distribution for Unix platforms.
 
yast starten und am besten alle devel-sachen installieren.
 
Wo finde ich die und wie install ich die bin noch neu im umgang mit linux.
 
Starte YaST.
Klicke "Suche"
gib gcc ein, haekchen dran
gib make ein, haekchen dran
installieren

Folge supersuckers Anweisungen.

Niels
 
so nun habe ich diesen fehler.

Code:
linux:/home/Marco/vnc/unix # make
make[1]: Entering directory `/home/Marco/vnc/common'
make[2]: Entering directory `/home/Marco/vnc/common/zlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Marco/vnc/common/zlib'
make[2]: Entering directory `/home/Marco/vnc/common/rdr'
make[2]: Leaving directory `/home/Marco/vnc/common/rdr'
make[2]: Entering directory `/home/Marco/vnc/common/network'
make[2]: Leaving directory `/home/Marco/vnc/common/network'
make[2]: Entering directory `/home/Marco/vnc/common/Xregion'
make[2]: Leaving directory `/home/Marco/vnc/common/Xregion'
make[2]: Entering directory `/home/Marco/vnc/common/rfb'
make[2]: Leaving directory `/home/Marco/vnc/common/rfb'
make[1]: Leaving directory `/home/Marco/vnc/common'
make[1]: Entering directory `/home/Marco/vnc/unix/tx'
c++  -DX_DISPLAY_MISSING=1  -I../../common   -O2 -Wall -c TXWindow.cxx
TXWindow.cxx:22:23: X11/Xatom.h: No such file or directory
In file included from TXWindow.cxx:23:
TXWindow.h:32:19: X11/X.h: No such file or directory
TXWindow.h:33:22: X11/Xlib.h: No such file or directory
TXWindow.h:34:23: X11/Xutil.h: No such file or directory
In file included from TXWindow.cxx:23:
TXWindow.h:51: error: type specifier omitted for parameter `XEvent'
TXWindow.h:51: error: syntax error before `*' token
TXWindow.h:61: error: syntax error before `*' token
TXWindow.h:88: error: `Window' was not declared in this scope
TXWindow.h:88: error: syntax error before `)' token
TXWindow.h:96: error: syntax error before `)' token
TXWindow.h:97: error: semicolon missing after declaration of `TXWindow'
TXWindow.h: In member function `void TXWindow::setTransientFor(...)':
TXWindow.h:88: error: `dpy' undeclared (first use this function)
TXWindow.h:88: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
TXWindow.h:88: error: `win' undeclared (first use this function)
TXWindow.h:88: error: `w' undeclared (first use this function)
TXWindow.h:88: error: `XSetTransientForHint' undeclared (first use this
   function)
TXWindow.h: At global scope:
TXWindow.h:97: error: ISO C++ forbids defining types within return type
TXWindow.h:97: error: extraneous `int' ignored
TXWindow.h:97: error: semicolon missing after declaration of `class TXWindow'
TXWindow.h: In function `int width()':
TXWindow.h:97: error: `width_' undeclared (first use this function)
TXWindow.h: In function `int height()':
TXWindow.h:98: error: `height_' undeclared (first use this function)
TXWindow.h: At global scope:
TXWindow.h:101: error: `Atom' was not declared in this scope
TXWindow.h:101: error: syntax error before `)' token
TXWindow.h: In function `bool selectionOwner(...)':
TXWindow.h:101: error: `selectionOwner_' undeclared (first use this function)
TXWindow.h:101: error: `selection' undeclared (first use this function)
TXWindow.h: In function `void map()':
TXWindow.h:106: error: `XMapWindow' undeclared (first use this function)
TXWindow.h: In function `void setBg(long unsigned int)':
TXWindow.h:108: error: `XSetWindowBackground' undeclared (first use this
   function)
TXWindow.h: In function `void move(int, int)':
TXWindow.h:109: error: `XMoveWindow' undeclared (first use this function)
TXWindow.h: In function `void raise()':
TXWindow.h:111: error: `XRaiseWindow' undeclared (first use this function)
TXWindow.h: In function `void invalidate(int, int, int, int)':
TXWindow.h:113: error: `True' undeclared (first use this function)
TXWindow.h:113: error: `XClearArea' undeclared (first use this function)
TXWindow.h: At global scope:
TXWindow.h:117: error: syntax error before `,' token
TXWindow.h:123: error: `GC' was not declared in this scope
TXWindow.h:123: error: syntax error before `,' token
TXWindow.h:131: error: virtual outside class declaration
TXWindow.h:135: error: syntax error before `)' token
TXWindow.h:135: error: virtual outside class declaration
TXWindow.h:139: error: `XSelectionEvent' was not declared in this scope
TXWindow.h:139: error: `ev' was not declared in this scope
TXWindow.h:139: error: `Atom' was not declared in this scope
TXWindow.h:139: error: syntax error before `,' token
TXWindow.h:140: error: virtual outside class declaration
TXWindow.h:146: error: `Window' was not declared in this scope
TXWindow.h:146: error: syntax error before `,' token
TXWindow.h:147: error: virtual outside class declaration
TXWindow.h:152: error: `Display' was not declared in this scope
TXWindow.h:152: error: syntax error before `char'
TXWindow.h:156: error: `Display' was not declared in this scope
TXWindow.h:156: error: `XColor' was not declared in this scope
TXWindow.h:156: error: `cols' was not declared in this scope
TXWindow.h:156: error: syntax error before `)' token
TXWindow.h:161: error: `Display' was not declared in this scope
TXWindow.h:161: error: variable or field `handleXEvents' declared void
TXWindow.h:164: error: syntax error before `(' token
TXWindow.h:175: error: syntax error before `;' token
TXWindow.h:176: error: syntax error before `;' token
TXWindow.h:177: error: syntax error before `;' token
TXWindow.h:178: error: syntax error before `*' token
TXWindow.h:179: error: syntax error before `;' token
TXWindow.h:180: error: syntax error before `,' token
TXWindow.h:181: error: uninitialized const `dotSize'
TXWindow.h:181: error: uninitialized const `tickSize'
TXWindow.h:184: error: syntax error before `*' token
TXWindow.h:188: error: syntax error before `private'
TXWindow.h:196: error: 'Window' is used as a type, but is not defined as a
   type.
TXWindow.h:197: error: `int width_' used prior to declaration
TXWindow.h:197: error: `int height_' used prior to declaration
TXWindow.h:201: error: 'XSizeHints' is used as a type, but is not defined as a
   type.
TXWindow.h:202: error: `Atom' was not declared in this scope
TXWindow.h:202: error: `Time' was not declared in this scope
TXWindow.h:202: error: template argument 1 is invalid
TXWindow.h:202: error: template argument 2 is invalid
TXWindow.h:202: error: template argument 3 is invalid
TXWindow.h:202: error: template argument 4 is invalid
TXWindow.h:202: error: ISO C++ forbids declaration of `selectionOwnTime' with
   no type
TXWindow.h:203: error: `Atom' was not declared in this scope
TXWindow.h:203: error: template argument 1 is invalid
TXWindow.h:203: error: template argument 3 is invalid
TXWindow.h:203: error: template argument 4 is invalid
TXWindow.h:203: error: ISO C++ forbids declaration of `selectionOwner_' with no
   type
TXWindow.h:203: error: `int selectionOwner_' used prior to declaration
TXWindow.h:205: error: syntax error before `}' token
TXWindow.h:207: error: syntax error before `,' token
TXWindow.h:208: error: syntax error before `,' token
TXWindow.h:209: error: syntax error before `;' token
TXWindow.cxx:31: error: syntax error before `,' token
TXWindow.cxx:32: error: syntax error before `,' token
TXWindow.cxx:33: error: 'Atom' is used as a type, but is not defined as a type.
TXWindow.cxx:34: error: `long unsigned int TXWindow::black' is not a static
   member of `class TXWindow'
TXWindow.cxx:34: error: `long unsigned int TXWindow::white' is not a static
   member of `class TXWindow'
TXWindow.cxx:35: error: `long unsigned int TXWindow::defaultFg' is not a static
   member of `class TXWindow'
TXWindow.cxx:35: error: `long unsigned int TXWindow::defaultBg' is not a static
   member of `class TXWindow'
TXWindow.cxx:36: error: `long unsigned int TXWindow::lightBg' is not a static
   member of `class TXWindow'
TXWindow.cxx:36: error: `long unsigned int TXWindow::darkBg' is not a static
   member of `class TXWindow'
TXWindow.cxx:37: error: `long unsigned int TXWindow::disabledFg' is not a
   static member of `class TXWindow'
TXWindow.cxx:37: error: `long unsigned int TXWindow::disabledBg' is not a
   static member of `class TXWindow'
TXWindow.cxx:38: error: `long unsigned int TXWindow::enabledBg' is not a static
   member of `class TXWindow'
TXWindow.cxx:39: error: `long unsigned int TXWindow::scrollbarBg' is not a
   static member of `class TXWindow'
TXWindow.cxx:40: error: syntax error before `::' token
TXWindow.cxx:41: error: syntax error before `::' token
TXWindow.cxx:42: error: syntax error before `::' token
TXWindow.cxx:43: error: syntax error before `*' token
TXWindow.cxx:44: error: syntax error before `::' token
TXWindow.cxx:45: error: syntax error before `::' token
TXWindow.cxx:46: error: `const int TXWindow::dotSize' is not a static member of
   `class TXWindow'
TXWindow.cxx:46: error: `const int TXWindow::tickSize' is not a static member
   of `class TXWindow'
TXWindow.cxx:47: error: `char*TXWindow::defaultWindowClass' is not a static
   member of `class TXWindow'
TXWindow.cxx:49: error: `Display' was not declared in this scope
TXWindow.cxx:49: error: syntax error before `char'
TXWindow.cxx:50: error: no `void TXWindow::init(...)' member function declared
   in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::init(...)':
TXWindow.cxx:51: error: `cmap' undeclared (first use this function)
TXWindow.cxx:51: error: `DefaultScreen' undeclared (first use this function)
TXWindow.cxx:51: error: `DefaultColormap' undeclared (first use this function)
TXWindow.cxx:52: error: `wmProtocols' undeclared (first use this function)
TXWindow.cxx:52: error: `False' undeclared (first use this function)
TXWindow.cxx:52: error: `XInternAtom' undeclared (first use this function)
TXWindow.cxx:53: error: `wmDeleteWindow' undeclared (first use this function)
TXWindow.cxx:54: error: `wmTakeFocus' undeclared (first use this function)
TXWindow.cxx:55: error: `xaTIMESTAMP' undeclared (first use this function)
TXWindow.cxx:56: error: `xaTARGETS' undeclared (first use this function)
TXWindow.cxx:57: error: `xaSELECTION_TIME' undeclared (first use this function)
TXWindow.cxx:58: error: `xaSELECTION_STRING' undeclared (first use this
   function)
TXWindow.cxx:59: error: `xaCLIPBOARD' undeclared (first use this function)
TXWindow.cxx:60: error: `XColor' undeclared (first use this function)
TXWindow.cxx:60: error: syntax error before `[' token
TXWindow.cxx:61: error: `cols' undeclared (first use this function)
TXWindow.cxx:74: error: `defaultGC' undeclared (first use this function)
TXWindow.cxx:74: error: `DefaultRootWindow' undeclared (first use this
   function)
TXWindow.cxx:74: error: `XCreateGC' undeclared (first use this function)
TXWindow.cxx:76: error: `defaultFS' undeclared (first use this function)
TXWindow.cxx:76: error: `XLoadQueryFont' undeclared (first use this function)
TXWindow.cxx:84: error: `defaultFont' undeclared (first use this function)
TXWindow.cxx:85: error: `XSetForeground' undeclared (first use this function)
TXWindow.cxx:86: error: `XSetBackground' undeclared (first use this function)
TXWindow.cxx:87: error: `XSetFont' undeclared (first use this function)
TXWindow.cxx:88: error: `PropertyChangeMask' undeclared (first use this
   function)
TXWindow.cxx:88: error: `XSelectInput' undeclared (first use this function)
TXWindow.cxx:91: error: `dot' undeclared (first use this function)
TXWindow.cxx:92: error: `XCreateBitmapFromData' undeclared (first use this
   function)
TXWindow.cxx:94: error: `tick' undeclared (first use this function)
TXWindow.cxx:96: error: `defaultWindowClass_' undeclared (first use this
   function)
TXWindow.cxx: At global scope:
TXWindow.cxx:99: error: `Display' was not declared in this scope
TXWindow.cxx:100: error: variable or field `handleXEvents' declared void
TXWindow.cxx:100: error: `int TXWindow::handleXEvents' is not a static member
   of `class TXWindow'
TXWindow.cxx:100: error: syntax error before `{' token
TXWindow.cxx:103: error: `ev' was not declared in this scope
TXWindow.cxx:103: error: ISO C++ forbids declaration of `XNextEvent' with no
   type
TXWindow.cxx:103: error: initializer list being treated as compound expression
TXWindow.cxx:104: error: syntax error before `if'
TXWindow.cxx:112: error: syntax error before `!=' token
TXWindow.cxx:112: error: syntax error before `++' token
TXWindow.cxx:120: error: `Display' was not declared in this scope
TXWindow.cxx:120: error: syntax error before `)' token
TXWindow.cxx:121: error: no `void TXWindow::getColours(...)' member function
   declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::getColours(...)':
TXWindow.cxx:122: error: `nCols' undeclared (first use this function)
TXWindow.cxx:126: error: `XAllocColor' undeclared (first use this function)
TXWindow.cxx:155: error: `DefaultScreen' undeclared (first use this function)
TXWindow.cxx:155: error: `DisplayCells' undeclared (first use this function)
TXWindow.cxx:157: error: `cm' undeclared (first use this function)
TXWindow.cxx:157: error: syntax error before `[' token
TXWindow.cxx:166: error: `XQueryColors' undeclared (first use this function)
TXWindow.cxx:173: error: `XFreeColors' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:209: error: syntax error before `::' token
TXWindow.cxx:217: error: `windowName' was not declared in this scope
TXWindow.cxx:217: error: ISO C++ forbids declaration of `XFree' with no type
TXWindow.cxx:218: error: syntax error before `}' token
TXWindow.cxx:220: error: syntax error before `*' token
TXWindow.cxx:221: error: 'Window' is used as a type, but is not defined as a
   type.
TXWindow.cxx:223: error: syntax error before `if'
TXWindow.cxx:226: error: syntax error before `;' token
TXWindow.cxx:226: error: syntax error before `++' token
TXWindow.cxx:233: error: `children' was not declared in this scope
TXWindow.cxx:233: error: ISO C++ forbids declaration of `XFree' with no type
TXWindow.cxx:233: error: redefinition of `int XFree'
TXWindow.cxx:217: error: `int XFree' previously defined here
TXWindow.cxx:234: error: syntax error before `return'
TXWindow.cxx:238: error: syntax error before `*' token
TXWindow.cxx:244: error: 'XSetWindowAttributes' is used as a type, but is not
   defined as a type.
TXWindow.cxx:245: error: syntax error before `.' token
TXWindow.cxx:246: error: syntax error before `.' token
TXWindow.cxx:247: error: syntax error before `=' token
TXWindow.cxx:248: error: ISO C++ forbids declaration of `win_' with no type
TXWindow.cxx:248: error: `int TXWindow::win_' is not a static member of `class
   TXWindow'
TXWindow.cxx:248: error: `par' was not declared in this scope
TXWindow.cxx:248: error: `borderWidth' was not declared in this scope
TXWindow.cxx:249: error: `CopyFromParent' was not declared in this scope
TXWindow.cxx:249: error: `CopyFromParent' was not declared in this scope
TXWindow.cxx:249: error: `CopyFromParent' was not declared in this scope
TXWindow.cxx:250: error: `CWBackPixel' was not declared in this scope
TXWindow.cxx:250: error: `CWBorderPixel' was not declared in this scope
TXWindow.cxx:250: error: `attr' was not declared in this scope
TXWindow.cxx:250: error: `XCreateWindow' was not declared in this scope
TXWindow.cxx:251: error: syntax error before `if'
TXWindow.cxx:253: error: syntax error before `.' token
TXWindow.cxx: In destructor `virtual TXWindow::~TXWindow()':
TXWindow.cxx:259: error: `XDestroyWindow' undeclared (first use this function)
TXWindow.cxx: In member function `void TXWindow::toplevel(const char*,
   TXDeleteWindowCallback*, int, char**, const char*, bool)':
TXWindow.cxx:267: error: `XWMHints' undeclared (first use this function)
TXWindow.cxx:267: error: syntax error before `;' token
TXWindow.cxx:268: error: `wmHints' undeclared (first use this function)
TXWindow.cxx:268: error: `InputHint' undeclared (first use this function)
TXWindow.cxx:268: error: `StateHint' undeclared (first use this function)
TXWindow.cxx:270: error: `IconicState' undeclared (first use this function)
TXWindow.cxx:270: error: `NormalState' undeclared (first use this function)
TXWindow.cxx:271: error: `XClassHint' undeclared (first use this function)
TXWindow.cxx:271: error: syntax error before `;' token
TXWindow.cxx:273: error: `classHint' undeclared (first use this function)
TXWindow.cxx:276: error: `sizeHints' undeclared (first use this function)
TXWindow.cxx:276: error: `XSetWMProperties' undeclared (first use this
   function)
TXWindow.cxx:277: error: `XStoreName' undeclared (first use this function)
TXWindow.cxx:278: error: `XSetIconName' undeclared (first use this function)
TXWindow.cxx:279: error: `Atom' undeclared (first use this function)
TXWindow.cxx:279: error: syntax error before `[' token
TXWindow.cxx:281: error: `protocols' undeclared (first use this function)
TXWindow.cxx:285: error: `XSetWMProtocols' undeclared (first use this function)
TXWindow.cxx:286: error: `StructureNotifyMask' undeclared (first use this
   function)
TXWindow.cxx: In member function `void TXWindow::setMaxSize(int, int)':
TXWindow.cxx:291: error: `PMaxSize' undeclared (first use this function)
TXWindow.cxx:294: error: `XSetWMNormalHints' undeclared (first use this
   function)
TXWindow.cxx: In member function `void TXWindow::setUSPosition(int, int)':
TXWindow.cxx:299: error: `USPosition' undeclared (first use this function)
TXWindow.cxx:302: error: `XSetWMNormalHints' undeclared (first use this
   function)
TXWindow.cxx: In member function `void TXWindow::setGeometry(const char*, int,
   int, int, int)':
TXWindow.cxx:310: error: `DefaultScreen' undeclared (first use this function)
TXWindow.cxx:311: error: `XWMGeometry' undeclared (first use this function)
TXWindow.cxx:312: error: `PWinGravity' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:325: error: no `void TXWindow::addEventMask(long int)' member
   function declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::addEventMask(long int)':
TXWindow.cxx:327: error: `XSelectInput' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:331: error: no `void TXWindow::removeEventMask(long int)' member
   function declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::removeEventMask(long int)':
TXWindow.cxx:333: error: `XSelectInput' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:337: error: no `void TXWindow::unmap()' member function declared
   in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::unmap()':
TXWindow.cxx:338: error: `XUnmapWindow' undeclared (first use this function)
TXWindow.cxx:340: error: `XUnmapEvent' undeclared (first use this function)
TXWindow.cxx:340: error: syntax error before `;' token
TXWindow.cxx:341: error: `ue' undeclared (first use this function)
TXWindow.cxx:341: error: `UnmapNotify' undeclared (first use this function)
TXWindow.cxx:343: error: `DefaultRootWindow' undeclared (first use this
   function)
TXWindow.cxx:347: error: `SubstructureRedirectMask' undeclared (first use this
   function)
TXWindow.cxx:347: error: `SubstructureNotifyMask' undeclared (first use this
   function)
TXWindow.cxx:348: error: `XEvent' undeclared (first use this function)
TXWindow.cxx:348: error: syntax error before `)' token
TXWindow.cxx:348: error: `XSendEvent' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:353: error: no `void TXWindow::resize(int, int)' member function
   declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::resize(int, int)':
TXWindow.cxx:355: error: `XResizeWindow' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:362: error: no `void TXWindow::setBorderWidth(int)' member
   function declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::setBorderWidth(int)':
TXWindow.cxx:363: error: `XWindowChanges' undeclared (first use this function)
TXWindow.cxx:363: error: syntax error before `;' token
TXWindow.cxx:364: error: `c' undeclared (first use this function)
TXWindow.cxx:365: error: `CWBorderWidth' undeclared (first use this function)
TXWindow.cxx:365: error: `XConfigureWindow' undeclared (first use this
   function)
TXWindow.cxx: At global scope:
TXWindow.cxx:368: error: syntax error before `,' token
TXWindow.cxx:369: error: no `void TXWindow::ownSelection(...)' member function
   declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::ownSelection(...)':
TXWindow.cxx:370: error: `XSetSelectionOwner' undeclared (first use this
   function)
TXWindow.cxx:371: error: `XGetSelectionOwner' undeclared (first use this
   function)
TXWindow.cxx: At global scope:
TXWindow.cxx:377: error: `ev' was not declared in this scope
TXWindow.cxx:378: error: variable or field `handleXEvent' declared void
TXWindow.cxx:378: error: `int TXWindow::handleXEvent' is not a static member of
   `class TXWindow'
TXWindow.cxx:378: error: syntax error before `{' token
TXWindow.cxx:394: error: ISO C++ forbids declaration of `height_' with no type
TXWindow.cxx:394: error: `int TXWindow::height_' is not a static member of `
   class TXWindow'
TXWindow.cxx:394: error: `ev' was not declared in this scope
TXWindow.cxx:395: error: ISO C++ forbids declaration of `resizeNotify' with no
   type
TXWindow.cxx:395: error: new declaration `int resizeNotify()'
TXWindow.h:131: error: ambiguates old declaration `void resizeNotify()'
TXWindow.cxx:396: error: syntax error before `}' token
TXWindow.cxx:402: error: `int TXWindow::format' is not a static member of `
   class TXWindow'
TXWindow.cxx:403: error: `long unsigned int TXWindow::nitems' is not a static
   member of `class TXWindow'
TXWindow.cxx:403: error: `long unsigned int TXWindow::after' is not a static
   member of `class TXWindow'
TXWindow.cxx:404: error: `unsigned char*TXWindow::data' is not a static member
   of `class TXWindow'
TXWindow.cxx:405: error: `ev' was not declared in this scope
TXWindow.cxx:406: error: `AnyPropertyType' was not declared in this scope
TXWindow.cxx:406: error: `type' was not declared in this scope
TXWindow.cxx:406: error: `format' was not declared in this scope
TXWindow.cxx:407: error: `nitems' was not declared in this scope
TXWindow.cxx:407: error: `after' was not declared in this scope
TXWindow.cxx:407: error: `data' was not declared in this scope
TXWindow.cxx:407: error: ISO C++ forbids declaration of `XGetWindowProperty'
   with no type
TXWindow.cxx:407: error: `int TXWindow::XGetWindowProperty' is not a static
   member of `class TXWindow'
TXWindow.cxx:407: error: initializer list being treated as compound expression
TXWindow.cxx:408: error: syntax error before `if'
TXWindow.cxx:410: error: `data' was not declared in this scope
TXWindow.cxx:410: error: ISO C++ forbids declaration of `XFree' with no type
TXWindow.cxx:410: error: `int TXWindow::XFree' is not a static member of `class
   TXWindow'
TXWindow.cxx:411: error: syntax error before `break'
TXWindow.cxx:414: error: `ev' was not declared in this scope
TXWindow.cxx:414: error: ISO C++ forbids declaration of `selectionNotify' with
   no type
TXWindow.cxx:414: error: `int TXWindow::selectionNotify' is not a static member
   of `class TXWindow'
TXWindow.cxx:414: error: initializer list being treated as compound expression
TXWindow.cxx:415: error: syntax error before `break'
TXWindow.cxx:420: error: syntax error before `.' token
TXWindow.cxx:421: error: syntax error before `.' token
TXWindow.cxx:422: error: syntax error before `.' token
TXWindow.cxx:423: error: syntax error before `.' token
TXWindow.cxx:424: error: syntax error before `.' token
TXWindow.cxx:425: error: syntax error before `.' token
TXWindow.cxx:434: error: ISO C++ forbids declaration of `targets' with no type
TXWindow.cxx:434: error: `int TXWindow::targets[0]' is not a static member of `
   class TXWindow'
TXWindow.cxx:435: error: ISO C++ forbids declaration of `targets' with no type
TXWindow.cxx:435: error: `int TXWindow::targets[1]' is not a static member of `
   class TXWindow'
TXWindow.cxx:435: error: `XA_STRING' was not declared in this scope
TXWindow.cxx:436: error: `se' was not declared in this scope
TXWindow.cxx:436: error: `se' was not declared in this scope
TXWindow.cxx:436: error: `XA_ATOM' was not declared in this scope
TXWindow.cxx:437: error: `PropModeReplace' was not declared in this scope
TXWindow.cxx:437: error: `targets' was not declared in this scope
TXWindow.cxx:437: error: ISO C++ forbids declaration of `XChangeProperty' with
   no type
TXWindow.cxx:437: error: `int TXWindow::XChangeProperty' is not a static member
   of `class TXWindow'
TXWindow.cxx:437: error: initializer list being treated as compound expression
TXWindow.cxx:438: error: syntax error before `}' token
TXWindow.cxx:440: error: `se' was not declared in this scope
TXWindow.cxx:440: error: `se' was not declared in this scope
TXWindow.cxx:440: error: `XA_INTEGER' was not declared in this scope
TXWindow.cxx:441: error: `PropModeReplace' was not declared in this scope
TXWindow.cxx:441: error: `t' was not declared in this scope
TXWindow.cxx:441: error: ISO C++ forbids declaration of `XChangeProperty' with
   no type
TXWindow.cxx:441: error: `int TXWindow::XChangeProperty' is not a static member
   of `class TXWindow'
TXWindow.cxx:441: error: initializer list being treated as compound expression
TXWindow.cxx:442: error: syntax error before `}' token
TXWindow.cxx:447: error: `se' was not declared in this scope
TXWindow.cxx:447: error: syntax error before `)' token
TXWindow.cxx:447: error: `se' was not declared in this scope
TXWindow.cxx:447: error: ISO C++ forbids declaration of `XSendEvent' with no
   type
TXWindow.cxx:447: error: `int TXWindow::XSendEvent' is not a static member of `
   class TXWindow'
TXWindow.cxx:447: error: initializer list being treated as compound expression
TXWindow.cxx:448: error: syntax error before `break'
TXWindow.cxx:459: error: `GC' was not declared in this scope
TXWindow.cxx:459: error: syntax error before `,' token
TXWindow.cxx:462: error: no `void TXWindow::drawBevel(...)' member function
   declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::drawBevel(...)':
TXWindow.cxx:463: error: `round' undeclared (first use this function)
TXWindow.cxx:464: error: `XGCValues' undeclared (first use this function)
TXWindow.cxx:464: error: syntax error before `;' token
TXWindow.cxx:465: error: `gcv' undeclared (first use this function)
TXWindow.cxx:465: error: `b' undeclared (first use this function)
TXWindow.cxx:466: error: `gc' undeclared (first use this function)
TXWindow.cxx:466: error: `GCLineWidth' undeclared (first use this function)
TXWindow.cxx:466: error: `XChangeGC' undeclared (first use this function)
TXWindow.cxx:467: error: `middle' undeclared (first use this function)
TXWindow.cxx:467: error: `XSetForeground' undeclared (first use this function)
TXWindow.cxx:468: error: `x' undeclared (first use this function)
TXWindow.cxx:468: error: `y' undeclared (first use this function)
TXWindow.cxx:468: error: `h' undeclared (first use this function)
TXWindow.cxx:468: error: `XFillArc' undeclared (first use this function)
TXWindow.cxx:469: error: `tl' undeclared (first use this function)
TXWindow.cxx:470: error: `XDrawArc' undeclared (first use this function)
TXWindow.cxx:471: error: `br' undeclared (first use this function)
TXWindow.cxx:476: error: `XFillRectangle' undeclared (first use this function)
make[1]: *** [TXWindow.o] Error 1
make[1]: Leaving directory `/home/Marco/vnc/unix/tx'
make: *** [all] Error 1
linux:/home/Marco/vnc/unix #


Code:
linux:/home/Marco/vnc/common # make
make[1]: Entering directory `/home/Marco/vnc/common/zlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/Marco/vnc/common/zlib'
make[1]: Entering directory `/home/Marco/vnc/common/rdr'
make[1]: Leaving directory `/home/Marco/vnc/common/rdr'
make[1]: Entering directory `/home/Marco/vnc/common/network'
make[1]: Leaving directory `/home/Marco/vnc/common/network'
make[1]: Entering directory `/home/Marco/vnc/common/Xregion'
make[1]: Leaving directory `/home/Marco/vnc/common/Xregion'
make[1]: Entering directory `/home/Marco/vnc/common/rfb'
make[1]: Leaving directory `/home/Marco/vnc/common/rfb'
 
Zuletzt bearbeitet:
Du solltest die -devel Pakete von X installieren.

MFG

Dennis
 
Soviel ich weis sind die Pakete auch schon bei den CD's dabei.
 
bei suse ist doch nen rpc client und server bei der auch zu vnc kompatibel ist
 
Und ich nehme mal an, dass er KDE benutzt, in KDE ist afaik auch ein VNC Client dabei.

MFG

Dennis
 
so nun habe ich diesen fehler.

Code:
linux:/home/Marco/vnc/unix # make
make[1]: Entering directory `/home/Marco/vnc/common'
make[2]: Entering directory `/home/Marco/vnc/common/zlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Marco/vnc/common/zlib'
make[2]: Entering directory `/home/Marco/vnc/common/rdr'
make[2]: Leaving directory `/home/Marco/vnc/common/rdr'
make[2]: Entering directory `/home/Marco/vnc/common/network'
make[2]: Leaving directory `/home/Marco/vnc/common/network'
make[2]: Entering directory `/home/Marco/vnc/common/Xregion'
make[2]: Leaving directory `/home/Marco/vnc/common/Xregion'
make[2]: Entering directory `/home/Marco/vnc/common/rfb'
make[2]: Leaving directory `/home/Marco/vnc/common/rfb'
make[1]: Leaving directory `/home/Marco/vnc/common'
make[1]: Entering directory `/home/Marco/vnc/unix/tx'
c++  -DX_DISPLAY_MISSING=1  -I../../common   -O2 -Wall -c TXWindow.cxx
TXWindow.cxx:22:23: X11/Xatom.h: No such file or directory
In file included from TXWindow.cxx:23:
TXWindow.h:32:19: X11/X.h: No such file or directory
TXWindow.h:33:22: X11/Xlib.h: No such file or directory
TXWindow.h:34:23: X11/Xutil.h: No such file or directory
In file included from TXWindow.cxx:23:
TXWindow.h:51: error: type specifier omitted for parameter `XEvent'
TXWindow.h:51: error: syntax error before `*' token
TXWindow.h:61: error: syntax error before `*' token
TXWindow.h:88: error: `Window' was not declared in this scope
TXWindow.h:88: error: syntax error before `)' token
TXWindow.h:96: error: syntax error before `)' token
TXWindow.h:97: error: semicolon missing after declaration of `TXWindow'
TXWindow.h: In member function `void TXWindow::setTransientFor(...)':
TXWindow.h:88: error: `dpy' undeclared (first use this function)
TXWindow.h:88: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
TXWindow.h:88: error: `win' undeclared (first use this function)
TXWindow.h:88: error: `w' undeclared (first use this function)
TXWindow.h:88: error: `XSetTransientForHint' undeclared (first use this
   function)
TXWindow.h: At global scope:
TXWindow.h:97: error: ISO C++ forbids defining types within return type
TXWindow.h:97: error: extraneous `int' ignored
TXWindow.h:97: error: semicolon missing after declaration of `class TXWindow'
TXWindow.h: In function `int width()':
TXWindow.h:97: error: `width_' undeclared (first use this function)
TXWindow.h: In function `int height()':
TXWindow.h:98: error: `height_' undeclared (first use this function)
TXWindow.h: At global scope:
TXWindow.h:101: error: `Atom' was not declared in this scope
TXWindow.h:101: error: syntax error before `)' token
TXWindow.h: In function `bool selectionOwner(...)':
TXWindow.h:101: error: `selectionOwner_' undeclared (first use this function)
TXWindow.h:101: error: `selection' undeclared (first use this function)
TXWindow.h: In function `void map()':
TXWindow.h:106: error: `XMapWindow' undeclared (first use this function)
TXWindow.h: In function `void setBg(long unsigned int)':
TXWindow.h:108: error: `XSetWindowBackground' undeclared (first use this
   function)
TXWindow.h: In function `void move(int, int)':
TXWindow.h:109: error: `XMoveWindow' undeclared (first use this function)
TXWindow.h: In function `void raise()':
TXWindow.h:111: error: `XRaiseWindow' undeclared (first use this function)
TXWindow.h: In function `void invalidate(int, int, int, int)':
TXWindow.h:113: error: `True' undeclared (first use this function)
TXWindow.h:113: error: `XClearArea' undeclared (first use this function)
TXWindow.h: At global scope:
TXWindow.h:117: error: syntax error before `,' token
TXWindow.h:123: error: `GC' was not declared in this scope
TXWindow.h:123: error: syntax error before `,' token
TXWindow.h:131: error: virtual outside class declaration
TXWindow.h:135: error: syntax error before `)' token
TXWindow.h:135: error: virtual outside class declaration
TXWindow.h:139: error: `XSelectionEvent' was not declared in this scope
TXWindow.h:139: error: `ev' was not declared in this scope
TXWindow.h:139: error: `Atom' was not declared in this scope
TXWindow.h:139: error: syntax error before `,' token
TXWindow.h:140: error: virtual outside class declaration
TXWindow.h:146: error: `Window' was not declared in this scope
TXWindow.h:146: error: syntax error before `,' token
TXWindow.h:147: error: virtual outside class declaration
TXWindow.h:152: error: `Display' was not declared in this scope
TXWindow.h:152: error: syntax error before `char'
TXWindow.h:156: error: `Display' was not declared in this scope
TXWindow.h:156: error: `XColor' was not declared in this scope
TXWindow.h:156: error: `cols' was not declared in this scope
TXWindow.h:156: error: syntax error before `)' token
TXWindow.h:161: error: `Display' was not declared in this scope
TXWindow.h:161: error: variable or field `handleXEvents' declared void
TXWindow.h:164: error: syntax error before `(' token
TXWindow.h:175: error: syntax error before `;' token
TXWindow.h:176: error: syntax error before `;' token
TXWindow.h:177: error: syntax error before `;' token
TXWindow.h:178: error: syntax error before `*' token
TXWindow.h:179: error: syntax error before `;' token
TXWindow.h:180: error: syntax error before `,' token
TXWindow.h:181: error: uninitialized const `dotSize'
TXWindow.h:181: error: uninitialized const `tickSize'
TXWindow.h:184: error: syntax error before `*' token
TXWindow.h:188: error: syntax error before `private'
TXWindow.h:196: error: 'Window' is used as a type, but is not defined as a
   type.
TXWindow.h:197: error: `int width_' used prior to declaration
TXWindow.h:197: error: `int height_' used prior to declaration
TXWindow.h:201: error: 'XSizeHints' is used as a type, but is not defined as a
   type.
TXWindow.h:202: error: `Atom' was not declared in this scope
TXWindow.h:202: error: `Time' was not declared in this scope
TXWindow.h:202: error: template argument 1 is invalid
TXWindow.h:202: error: template argument 2 is invalid
TXWindow.h:202: error: template argument 3 is invalid
TXWindow.h:202: error: template argument 4 is invalid
TXWindow.h:202: error: ISO C++ forbids declaration of `selectionOwnTime' with
   no type
TXWindow.h:203: error: `Atom' was not declared in this scope
TXWindow.h:203: error: template argument 1 is invalid
TXWindow.h:203: error: template argument 3 is invalid
TXWindow.h:203: error: template argument 4 is invalid
TXWindow.h:203: error: ISO C++ forbids declaration of `selectionOwner_' with no
   type
TXWindow.h:203: error: `int selectionOwner_' used prior to declaration
TXWindow.h:205: error: syntax error before `}' token
TXWindow.h:207: error: syntax error before `,' token
TXWindow.h:208: error: syntax error before `,' token
TXWindow.h:209: error: syntax error before `;' token
TXWindow.cxx:31: error: syntax error before `,' token
TXWindow.cxx:32: error: syntax error before `,' token
TXWindow.cxx:33: error: 'Atom' is used as a type, but is not defined as a type.
TXWindow.cxx:34: error: `long unsigned int TXWindow::black' is not a static
   member of `class TXWindow'
TXWindow.cxx:34: error: `long unsigned int TXWindow::white' is not a static
   member of `class TXWindow'
TXWindow.cxx:35: error: `long unsigned int TXWindow::defaultFg' is not a static
   member of `class TXWindow'
TXWindow.cxx:35: error: `long unsigned int TXWindow::defaultBg' is not a static
   member of `class TXWindow'
TXWindow.cxx:36: error: `long unsigned int TXWindow::lightBg' is not a static
   member of `class TXWindow'
TXWindow.cxx:36: error: `long unsigned int TXWindow::darkBg' is not a static
   member of `class TXWindow'
TXWindow.cxx:37: error: `long unsigned int TXWindow::disabledFg' is not a
   static member of `class TXWindow'
TXWindow.cxx:37: error: `long unsigned int TXWindow::disabledBg' is not a
   static member of `class TXWindow'
TXWindow.cxx:38: error: `long unsigned int TXWindow::enabledBg' is not a static
   member of `class TXWindow'
TXWindow.cxx:39: error: `long unsigned int TXWindow::scrollbarBg' is not a
   static member of `class TXWindow'
TXWindow.cxx:40: error: syntax error before `::' token
TXWindow.cxx:41: error: syntax error before `::' token
TXWindow.cxx:42: error: syntax error before `::' token
TXWindow.cxx:43: error: syntax error before `*' token
TXWindow.cxx:44: error: syntax error before `::' token
TXWindow.cxx:45: error: syntax error before `::' token
TXWindow.cxx:46: error: `const int TXWindow::dotSize' is not a static member of
   `class TXWindow'
TXWindow.cxx:46: error: `const int TXWindow::tickSize' is not a static member
   of `class TXWindow'
TXWindow.cxx:47: error: `char*TXWindow::defaultWindowClass' is not a static
   member of `class TXWindow'
TXWindow.cxx:49: error: `Display' was not declared in this scope
TXWindow.cxx:49: error: syntax error before `char'
TXWindow.cxx:50: error: no `void TXWindow::init(...)' member function declared
   in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::init(...)':
TXWindow.cxx:51: error: `cmap' undeclared (first use this function)
TXWindow.cxx:51: error: `DefaultScreen' undeclared (first use this function)
TXWindow.cxx:51: error: `DefaultColormap' undeclared (first use this function)
TXWindow.cxx:52: error: `wmProtocols' undeclared (first use this function)
TXWindow.cxx:52: error: `False' undeclared (first use this function)
TXWindow.cxx:52: error: `XInternAtom' undeclared (first use this function)
TXWindow.cxx:53: error: `wmDeleteWindow' undeclared (first use this function)
TXWindow.cxx:54: error: `wmTakeFocus' undeclared (first use this function)
TXWindow.cxx:55: error: `xaTIMESTAMP' undeclared (first use this function)
TXWindow.cxx:56: error: `xaTARGETS' undeclared (first use this function)
TXWindow.cxx:57: error: `xaSELECTION_TIME' undeclared (first use this function)
TXWindow.cxx:58: error: `xaSELECTION_STRING' undeclared (first use this
   function)
TXWindow.cxx:59: error: `xaCLIPBOARD' undeclared (first use this function)
TXWindow.cxx:60: error: `XColor' undeclared (first use this function)
TXWindow.cxx:60: error: syntax error before `[' token
TXWindow.cxx:61: error: `cols' undeclared (first use this function)
TXWindow.cxx:74: error: `defaultGC' undeclared (first use this function)
TXWindow.cxx:74: error: `DefaultRootWindow' undeclared (first use this
   function)
TXWindow.cxx:74: error: `XCreateGC' undeclared (first use this function)
TXWindow.cxx:76: error: `defaultFS' undeclared (first use this function)
TXWindow.cxx:76: error: `XLoadQueryFont' undeclared (first use this function)
TXWindow.cxx:84: error: `defaultFont' undeclared (first use this function)
TXWindow.cxx:85: error: `XSetForeground' undeclared (first use this function)
TXWindow.cxx:86: error: `XSetBackground' undeclared (first use this function)
TXWindow.cxx:87: error: `XSetFont' undeclared (first use this function)
TXWindow.cxx:88: error: `PropertyChangeMask' undeclared (first use this
   function)
TXWindow.cxx:88: error: `XSelectInput' undeclared (first use this function)
TXWindow.cxx:91: error: `dot' undeclared (first use this function)
TXWindow.cxx:92: error: `XCreateBitmapFromData' undeclared (first use this
   function)
TXWindow.cxx:94: error: `tick' undeclared (first use this function)
TXWindow.cxx:96: error: `defaultWindowClass_' undeclared (first use this
   function)
TXWindow.cxx: At global scope:
TXWindow.cxx:99: error: `Display' was not declared in this scope
TXWindow.cxx:100: error: variable or field `handleXEvents' declared void
TXWindow.cxx:100: error: `int TXWindow::handleXEvents' is not a static member
   of `class TXWindow'
TXWindow.cxx:100: error: syntax error before `{' token
TXWindow.cxx:103: error: `ev' was not declared in this scope
TXWindow.cxx:103: error: ISO C++ forbids declaration of `XNextEvent' with no
   type
TXWindow.cxx:103: error: initializer list being treated as compound expression
TXWindow.cxx:104: error: syntax error before `if'
TXWindow.cxx:112: error: syntax error before `!=' token
TXWindow.cxx:112: error: syntax error before `++' token
TXWindow.cxx:120: error: `Display' was not declared in this scope
TXWindow.cxx:120: error: syntax error before `)' token
TXWindow.cxx:121: error: no `void TXWindow::getColours(...)' member function
   declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::getColours(...)':
TXWindow.cxx:122: error: `nCols' undeclared (first use this function)
TXWindow.cxx:126: error: `XAllocColor' undeclared (first use this function)
TXWindow.cxx:155: error: `DefaultScreen' undeclared (first use this function)
TXWindow.cxx:155: error: `DisplayCells' undeclared (first use this function)
TXWindow.cxx:157: error: `cm' undeclared (first use this function)
TXWindow.cxx:157: error: syntax error before `[' token
TXWindow.cxx:166: error: `XQueryColors' undeclared (first use this function)
TXWindow.cxx:173: error: `XFreeColors' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:209: error: syntax error before `::' token
TXWindow.cxx:217: error: `windowName' was not declared in this scope
TXWindow.cxx:217: error: ISO C++ forbids declaration of `XFree' with no type
TXWindow.cxx:218: error: syntax error before `}' token
TXWindow.cxx:220: error: syntax error before `*' token
TXWindow.cxx:221: error: 'Window' is used as a type, but is not defined as a
   type.
TXWindow.cxx:223: error: syntax error before `if'
TXWindow.cxx:226: error: syntax error before `;' token
TXWindow.cxx:226: error: syntax error before `++' token
TXWindow.cxx:233: error: `children' was not declared in this scope
TXWindow.cxx:233: error: ISO C++ forbids declaration of `XFree' with no type
TXWindow.cxx:233: error: redefinition of `int XFree'
TXWindow.cxx:217: error: `int XFree' previously defined here
TXWindow.cxx:234: error: syntax error before `return'
TXWindow.cxx:238: error: syntax error before `*' token
TXWindow.cxx:244: error: 'XSetWindowAttributes' is used as a type, but is not
   defined as a type.
TXWindow.cxx:245: error: syntax error before `.' token
TXWindow.cxx:246: error: syntax error before `.' token
TXWindow.cxx:247: error: syntax error before `=' token
TXWindow.cxx:248: error: ISO C++ forbids declaration of `win_' with no type
TXWindow.cxx:248: error: `int TXWindow::win_' is not a static member of `class
   TXWindow'
TXWindow.cxx:248: error: `par' was not declared in this scope
TXWindow.cxx:248: error: `borderWidth' was not declared in this scope
TXWindow.cxx:249: error: `CopyFromParent' was not declared in this scope
TXWindow.cxx:249: error: `CopyFromParent' was not declared in this scope
TXWindow.cxx:249: error: `CopyFromParent' was not declared in this scope
TXWindow.cxx:250: error: `CWBackPixel' was not declared in this scope
TXWindow.cxx:250: error: `CWBorderPixel' was not declared in this scope
TXWindow.cxx:250: error: `attr' was not declared in this scope
TXWindow.cxx:250: error: `XCreateWindow' was not declared in this scope
TXWindow.cxx:251: error: syntax error before `if'
TXWindow.cxx:253: error: syntax error before `.' token
TXWindow.cxx: In destructor `virtual TXWindow::~TXWindow()':
TXWindow.cxx:259: error: `XDestroyWindow' undeclared (first use this function)
TXWindow.cxx: In member function `void TXWindow::toplevel(const char*,
   TXDeleteWindowCallback*, int, char**, const char*, bool)':
TXWindow.cxx:267: error: `XWMHints' undeclared (first use this function)
TXWindow.cxx:267: error: syntax error before `;' token
TXWindow.cxx:268: error: `wmHints' undeclared (first use this function)
TXWindow.cxx:268: error: `InputHint' undeclared (first use this function)
TXWindow.cxx:268: error: `StateHint' undeclared (first use this function)
TXWindow.cxx:270: error: `IconicState' undeclared (first use this function)
TXWindow.cxx:270: error: `NormalState' undeclared (first use this function)
TXWindow.cxx:271: error: `XClassHint' undeclared (first use this function)
TXWindow.cxx:271: error: syntax error before `;' token
TXWindow.cxx:273: error: `classHint' undeclared (first use this function)
TXWindow.cxx:276: error: `sizeHints' undeclared (first use this function)
TXWindow.cxx:276: error: `XSetWMProperties' undeclared (first use this
   function)
TXWindow.cxx:277: error: `XStoreName' undeclared (first use this function)
TXWindow.cxx:278: error: `XSetIconName' undeclared (first use this function)
TXWindow.cxx:279: error: `Atom' undeclared (first use this function)
TXWindow.cxx:279: error: syntax error before `[' token
TXWindow.cxx:281: error: `protocols' undeclared (first use this function)
TXWindow.cxx:285: error: `XSetWMProtocols' undeclared (first use this function)
TXWindow.cxx:286: error: `StructureNotifyMask' undeclared (first use this
   function)
TXWindow.cxx: In member function `void TXWindow::setMaxSize(int, int)':
TXWindow.cxx:291: error: `PMaxSize' undeclared (first use this function)
TXWindow.cxx:294: error: `XSetWMNormalHints' undeclared (first use this
   function)
TXWindow.cxx: In member function `void TXWindow::setUSPosition(int, int)':
TXWindow.cxx:299: error: `USPosition' undeclared (first use this function)
TXWindow.cxx:302: error: `XSetWMNormalHints' undeclared (first use this
   function)
TXWindow.cxx: In member function `void TXWindow::setGeometry(const char*, int,
   int, int, int)':
TXWindow.cxx:310: error: `DefaultScreen' undeclared (first use this function)
TXWindow.cxx:311: error: `XWMGeometry' undeclared (first use this function)
TXWindow.cxx:312: error: `PWinGravity' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:325: error: no `void TXWindow::addEventMask(long int)' member
   function declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::addEventMask(long int)':
TXWindow.cxx:327: error: `XSelectInput' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:331: error: no `void TXWindow::removeEventMask(long int)' member
   function declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::removeEventMask(long int)':
TXWindow.cxx:333: error: `XSelectInput' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:337: error: no `void TXWindow::unmap()' member function declared
   in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::unmap()':
TXWindow.cxx:338: error: `XUnmapWindow' undeclared (first use this function)
TXWindow.cxx:340: error: `XUnmapEvent' undeclared (first use this function)
TXWindow.cxx:340: error: syntax error before `;' token
TXWindow.cxx:341: error: `ue' undeclared (first use this function)
TXWindow.cxx:341: error: `UnmapNotify' undeclared (first use this function)
TXWindow.cxx:343: error: `DefaultRootWindow' undeclared (first use this
   function)
TXWindow.cxx:347: error: `SubstructureRedirectMask' undeclared (first use this
   function)
TXWindow.cxx:347: error: `SubstructureNotifyMask' undeclared (first use this
   function)
TXWindow.cxx:348: error: `XEvent' undeclared (first use this function)
TXWindow.cxx:348: error: syntax error before `)' token
TXWindow.cxx:348: error: `XSendEvent' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:353: error: no `void TXWindow::resize(int, int)' member function
   declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::resize(int, int)':
TXWindow.cxx:355: error: `XResizeWindow' undeclared (first use this function)
TXWindow.cxx: At global scope:
TXWindow.cxx:362: error: no `void TXWindow::setBorderWidth(int)' member
   function declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::setBorderWidth(int)':
TXWindow.cxx:363: error: `XWindowChanges' undeclared (first use this function)
TXWindow.cxx:363: error: syntax error before `;' token
TXWindow.cxx:364: error: `c' undeclared (first use this function)
TXWindow.cxx:365: error: `CWBorderWidth' undeclared (first use this function)
TXWindow.cxx:365: error: `XConfigureWindow' undeclared (first use this
   function)
TXWindow.cxx: At global scope:
TXWindow.cxx:368: error: syntax error before `,' token
TXWindow.cxx:369: error: no `void TXWindow::ownSelection(...)' member function
   declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::ownSelection(...)':
TXWindow.cxx:370: error: `XSetSelectionOwner' undeclared (first use this
   function)
TXWindow.cxx:371: error: `XGetSelectionOwner' undeclared (first use this
   function)
TXWindow.cxx: At global scope:
TXWindow.cxx:377: error: `ev' was not declared in this scope
TXWindow.cxx:378: error: variable or field `handleXEvent' declared void
TXWindow.cxx:378: error: `int TXWindow::handleXEvent' is not a static member of
   `class TXWindow'
TXWindow.cxx:378: error: syntax error before `{' token
TXWindow.cxx:394: error: ISO C++ forbids declaration of `height_' with no type
TXWindow.cxx:394: error: `int TXWindow::height_' is not a static member of `
   class TXWindow'
TXWindow.cxx:394: error: `ev' was not declared in this scope
TXWindow.cxx:395: error: ISO C++ forbids declaration of `resizeNotify' with no
   type
TXWindow.cxx:395: error: new declaration `int resizeNotify()'
TXWindow.h:131: error: ambiguates old declaration `void resizeNotify()'
TXWindow.cxx:396: error: syntax error before `}' token
TXWindow.cxx:402: error: `int TXWindow::format' is not a static member of `
   class TXWindow'
TXWindow.cxx:403: error: `long unsigned int TXWindow::nitems' is not a static
   member of `class TXWindow'
TXWindow.cxx:403: error: `long unsigned int TXWindow::after' is not a static
   member of `class TXWindow'
TXWindow.cxx:404: error: `unsigned char*TXWindow::data' is not a static member
   of `class TXWindow'
TXWindow.cxx:405: error: `ev' was not declared in this scope
TXWindow.cxx:406: error: `AnyPropertyType' was not declared in this scope
TXWindow.cxx:406: error: `type' was not declared in this scope
TXWindow.cxx:406: error: `format' was not declared in this scope
TXWindow.cxx:407: error: `nitems' was not declared in this scope
TXWindow.cxx:407: error: `after' was not declared in this scope
TXWindow.cxx:407: error: `data' was not declared in this scope
TXWindow.cxx:407: error: ISO C++ forbids declaration of `XGetWindowProperty'
   with no type
TXWindow.cxx:407: error: `int TXWindow::XGetWindowProperty' is not a static
   member of `class TXWindow'
TXWindow.cxx:407: error: initializer list being treated as compound expression
TXWindow.cxx:408: error: syntax error before `if'
TXWindow.cxx:410: error: `data' was not declared in this scope
TXWindow.cxx:410: error: ISO C++ forbids declaration of `XFree' with no type
TXWindow.cxx:410: error: `int TXWindow::XFree' is not a static member of `class
   TXWindow'
TXWindow.cxx:411: error: syntax error before `break'
TXWindow.cxx:414: error: `ev' was not declared in this scope
TXWindow.cxx:414: error: ISO C++ forbids declaration of `selectionNotify' with
   no type
TXWindow.cxx:414: error: `int TXWindow::selectionNotify' is not a static member
   of `class TXWindow'
TXWindow.cxx:414: error: initializer list being treated as compound expression
TXWindow.cxx:415: error: syntax error before `break'
TXWindow.cxx:420: error: syntax error before `.' token
TXWindow.cxx:421: error: syntax error before `.' token
TXWindow.cxx:422: error: syntax error before `.' token
TXWindow.cxx:423: error: syntax error before `.' token
TXWindow.cxx:424: error: syntax error before `.' token
TXWindow.cxx:425: error: syntax error before `.' token
TXWindow.cxx:434: error: ISO C++ forbids declaration of `targets' with no type
TXWindow.cxx:434: error: `int TXWindow::targets[0]' is not a static member of `
   class TXWindow'
TXWindow.cxx:435: error: ISO C++ forbids declaration of `targets' with no type
TXWindow.cxx:435: error: `int TXWindow::targets[1]' is not a static member of `
   class TXWindow'
TXWindow.cxx:435: error: `XA_STRING' was not declared in this scope
TXWindow.cxx:436: error: `se' was not declared in this scope
TXWindow.cxx:436: error: `se' was not declared in this scope
TXWindow.cxx:436: error: `XA_ATOM' was not declared in this scope
TXWindow.cxx:437: error: `PropModeReplace' was not declared in this scope
TXWindow.cxx:437: error: `targets' was not declared in this scope
TXWindow.cxx:437: error: ISO C++ forbids declaration of `XChangeProperty' with
   no type
TXWindow.cxx:437: error: `int TXWindow::XChangeProperty' is not a static member
   of `class TXWindow'
TXWindow.cxx:437: error: initializer list being treated as compound expression
TXWindow.cxx:438: error: syntax error before `}' token
TXWindow.cxx:440: error: `se' was not declared in this scope
TXWindow.cxx:440: error: `se' was not declared in this scope
TXWindow.cxx:440: error: `XA_INTEGER' was not declared in this scope
TXWindow.cxx:441: error: `PropModeReplace' was not declared in this scope
TXWindow.cxx:441: error: `t' was not declared in this scope
TXWindow.cxx:441: error: ISO C++ forbids declaration of `XChangeProperty' with
   no type
TXWindow.cxx:441: error: `int TXWindow::XChangeProperty' is not a static member
   of `class TXWindow'
TXWindow.cxx:441: error: initializer list being treated as compound expression
TXWindow.cxx:442: error: syntax error before `}' token
TXWindow.cxx:447: error: `se' was not declared in this scope
TXWindow.cxx:447: error: syntax error before `)' token
TXWindow.cxx:447: error: `se' was not declared in this scope
TXWindow.cxx:447: error: ISO C++ forbids declaration of `XSendEvent' with no
   type
TXWindow.cxx:447: error: `int TXWindow::XSendEvent' is not a static member of `
   class TXWindow'
TXWindow.cxx:447: error: initializer list being treated as compound expression
TXWindow.cxx:448: error: syntax error before `break'
TXWindow.cxx:459: error: `GC' was not declared in this scope
TXWindow.cxx:459: error: syntax error before `,' token
TXWindow.cxx:462: error: no `void TXWindow::drawBevel(...)' member function
   declared in class `TXWindow'
TXWindow.cxx: In member function `void TXWindow::drawBevel(...)':
TXWindow.cxx:463: error: `round' undeclared (first use this function)
TXWindow.cxx:464: error: `XGCValues' undeclared (first use this function)
TXWindow.cxx:464: error: syntax error before `;' token
TXWindow.cxx:465: error: `gcv' undeclared (first use this function)
TXWindow.cxx:465: error: `b' undeclared (first use this function)
TXWindow.cxx:466: error: `gc' undeclared (first use this function)
TXWindow.cxx:466: error: `GCLineWidth' undeclared (first use this function)
TXWindow.cxx:466: error: `XChangeGC' undeclared (first use this function)
TXWindow.cxx:467: error: `middle' undeclared (first use this function)
TXWindow.cxx:467: error: `XSetForeground' undeclared (first use this function)
TXWindow.cxx:468: error: `x' undeclared (first use this function)
TXWindow.cxx:468: error: `y' undeclared (first use this function)
TXWindow.cxx:468: error: `h' undeclared (first use this function)
TXWindow.cxx:468: error: `XFillArc' undeclared (first use this function)
TXWindow.cxx:469: error: `tl' undeclared (first use this function)
TXWindow.cxx:470: error: `XDrawArc' undeclared (first use this function)
TXWindow.cxx:471: error: `br' undeclared (first use this function)
TXWindow.cxx:476: error: `XFillRectangle' undeclared (first use this function)
make[1]: *** [TXWindow.o] Error 1
make[1]: Leaving directory `/home/Marco/vnc/unix/tx'
make: *** [all] Error 1
linux:/home/Marco/vnc/unix #


Code:
linux:/home/Marco/vnc/common # make
make[1]: Entering directory `/home/Marco/vnc/common/zlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/Marco/vnc/common/zlib'
make[1]: Entering directory `/home/Marco/vnc/common/rdr'
make[1]: Leaving directory `/home/Marco/vnc/common/rdr'
make[1]: Entering directory `/home/Marco/vnc/common/network'
make[1]: Leaving directory `/home/Marco/vnc/common/network'
make[1]: Entering directory `/home/Marco/vnc/common/Xregion'
make[1]: Leaving directory `/home/Marco/vnc/common/Xregion'
make[1]: Entering directory `/home/Marco/vnc/common/rfb'
make[1]: Leaving directory `/home/Marco/vnc/common/rfb'



Ich habe das Gleiche Problem bei meinem Dabian 3.1 ?? Was war den jetzt das Problem..
PS: Bin Auch Linux Newbie
 

Ähnliche Themen

Remote Desktop: gibt es eine Alternative zu TeamViewer?

SUSE Linux Enterprise 15 SP3: Neues Services Pack für x86, ARM64, IBM Z und IBM Power

420 Millionen Euro: SUSE geht im 2. Quartal an die Frankfurter Börse

Debian 11 („Bullseye“): Projekt lässt Community über Wallpaper abstimmen [Notiz]

SUSE Linux Enterprise 15 SP2: Professionelle Distribution für Unternehmen

Zurück
Oben