RDESKTOP Quetion: xwin.c synthax error while MAKE

rodrigo micheletto affonso rodrinoy at yahoo.com.br
Thu May 19 00:53:15 UTC 2005


hi all
i get this errors while rdesktop (in xwin.c)
compilation...
openssl e openssl-devel are installed, gcc too
any idea?

it´s on a FC1 new instalation
this errors look like a lib missing...i don´t know

> =======================
> xwin.c:45: warning: data definition has no type or
> storage class
> xwin.c:47: error: syntax error before '*' token
> xwin.c:47: warning: type defaults to `int' in
> declaration of `g_screen'
> xwin.c:47: warning: data definition has no type or
> storage class
> xwin.c:48: error: syntax error before "g_wnd"
> xwin.c:48: warning: type defaults to `int' in
> declaration of `g_wnd'
> xwin.c:48: warning: data definition has no type or
> storage class
> xwin.c:52: error: syntax error before "g_gc"
> xwin.c:52: warning: type defaults to `int' in
> declaration of `g_gc'
> xwin.c:52: warning: initialization makes integer
> from
> pointer without a cast
> xwin.c:52: warning: data definition has no type or
> storage class
> xwin.c:53: error: syntax error before
> "g_create_bitmap_gc"
> xwin.c:53: warning: type defaults to `int' in
> declaration of `g_create_bitmap_gc'
> xwin.c:53: warning: initialization makes integer
> from
> pointer without a cast
> xwin.c:53: warning: data definition has no type or
> storage class
> xwin.c:54: error: syntax error before
> "g_create_glyph_gc"
> xwin.c:54: warning: type defaults to `int' in
> declaration of `g_create_glyph_gc'
> xwin.c:54: warning: initialization makes integer
> from
> pointer without a cast
> xwin.c:54: warning: data definition has no type or
> storage class
> xwin.c:55: error: syntax error before '*' token
> xwin.c:55: warning: type defaults to `int' in
> declaration of `g_visual'
> xwin.c:55: warning: data definition has no type or
> storage class
> xwin.c:58: error: syntax error before "g_IM"
> xwin.c:58: warning: type defaults to `int' in
> declaration of `g_IM'
> xwin.c:58: warning: data definition has no type or
> storage class
> xwin.c:59: error: syntax error before "g_IC"
> xwin.c:59: warning: type defaults to `int' in
> declaration of `g_IC'
> xwin.c:59: warning: data definition has no type or
> storage class
> xwin.c:60: error: syntax error before '*' token
> xwin.c:60: warning: type defaults to `int' in
> declaration of `g_mod_map'
> xwin.c:60: warning: data definition has no type or
> storage class
> xwin.c:61: error: syntax error before
> "g_current_cursor"
> xwin.c:61: warning: type defaults to `int' in
> declaration of `g_current_cursor'
> xwin.c:61: warning: data definition has no type or
> storage class
> xwin.c:63: error: syntax error before
> "g_protocol_atom"
> xwin.c:63: warning: type defaults to `int' in
> declaration of `g_protocol_atom'
> xwin.c:63: warning: type defaults to `int' in
> declaration of `g_kill_atom'
> xwin.c:63: warning: data definition has no type or
> storage class
> xwin.c:76: error: syntax error before "g_backstore"
> xwin.c:76: warning: type defaults to `int' in
> declaration of `g_backstore'
> xwin.c:76: warning: data definition has no type or
> storage class
> xwin.c:150: error: syntax error before "g_xcolmap"
> xwin.c:150: warning: type defaults to `int' in
> declaration of `g_xcolmap'
> xwin.c:150: warning: data definition has no type or
> storage class
> xwin.c:158: error: `GXclear' undeclared here (not in
> a
> function)
> xwin.c:158: error: initializer element is not
> constant
> xwin.c:158: error: (near initialization for
> `rop2_map[0]')
> xwin.c:159: error: `GXnor' undeclared here (not in a
> function)
> xwin.c:159: error: initializer element is not
> constant
> xwin.c:159: error: (near initialization for
> `rop2_map[1]')
> xwin.c:160: error: `GXandInverted' undeclared here
> (not in a function)
> xwin.c:160: error: initializer element is not
> constant
> xwin.c:160: error: (near initialization for
> `rop2_map[2]')
> xwin.c:161: error: `GXcopyInverted' undeclared here
> (not in a function)
> xwin.c:161: error: initializer element is not
> constant
> xwin.c:161: error: (near initialization for
> `rop2_map[3]')
> xwin.c:162: error: `GXandReverse' undeclared here
> (not
> in a function)
> xwin.c:162: error: initializer element is not
> constant
> xwin.c:162: error: (near initialization for
> `rop2_map[4]')
> xwin.c:163: error: `GXinvert' undeclared here (not
> in
> a function)
> xwin.c:163: error: initializer element is not
> constant
> xwin.c:163: error: (near initialization for
> `rop2_map[5]')
> xwin.c:164: error: `GXxor' undeclared here (not in a
> function)
> xwin.c:164: error: initializer element is not
> constant
> xwin.c:164: error: (near initialization for
> `rop2_map[6]')
> xwin.c:165: error: `GXnand' undeclared here (not in
> a
> function)
> xwin.c:165: error: initializer element is not
> constant
> xwin.c:165: error: (near initialization for
> `rop2_map[7]')
> xwin.c:166: error: `GXand' undeclared here (not in a
> function)
> xwin.c:166: error: initializer element is not
> constant
> xwin.c:166: error: (near initialization for
> `rop2_map[8]')
> xwin.c:167: error: `GXequiv' undeclared here (not in
> a
> function)
> xwin.c:167: error: initializer element is not
> constant
> xwin.c:167: error: (near initialization for
> `rop2_map[9]')
> xwin.c:168: error: `GXnoop' undeclared here (not in
> a
> function)
> xwin.c:168: error: initializer element is not
> constant
> xwin.c:168: error: (near initialization for
> `rop2_map[10]')
> xwin.c:169: error: `GXorInverted' undeclared here
> (not
> in a function)
> xwin.c:169: error: initializer element is not
> constant
> xwin.c:169: error: (near initialization for
> `rop2_map[11]')
> xwin.c:170: error: `GXcopy' undeclared here (not in
> a
> function)
> xwin.c:170: error: initializer element is not
> constant
> xwin.c:170: error: (near initialization for
> `rop2_map[12]')
> xwin.c:171: error: `GXorReverse' undeclared here
> (not
> in a function)
> xwin.c:171: error: initializer element is not
> constant
> xwin.c:171: error: (near initialization for
> `rop2_map[13]')
> xwin.c:172: error: `GXor' undeclared here (not in a
> function)
> xwin.c:172: error: initializer element is not
> constant
> xwin.c:172: error: (near initialization for
> `rop2_map[14]')
> xwin.c:174: error: `GXset' undeclared here (not in a
> function)
> xwin.c:174: error: initializer element is not
> constant
> xwin.c:174: error: (near initialization for
> `rop2_map[15]')
> xwin.c: In function `mwm_hide_decorations':
> xwin.c:183: error: `Atom' undeclared (first use in
> this function)
> xwin.c:183: error: (Each undeclared identifier is
> reported only once
> xwin.c:183: error: for each function it appears in.)
> xwin.c:183: error: syntax error before "hintsatom"
> xwin.c:190: error: `hintsatom' undeclared (first use
> in this function)
> xwin.c:190: warning: implicit declaration of
> function
> `XInternAtom'
> xwin.c:197: warning: implicit declaration of
> function
> `XChangeProperty'
> xwin.c:197: error: `PropModeReplace' undeclared
> (first
> use in this function)
> xwin.c: In function `get_key_state':
> xwin.c:933: error: `KeyCode' undeclared (first use
> in
> this function)
> xwin.c:933: error: syntax error before "keycode"
> xwin.c:935: error: `keycode' undeclared (first use
> in
> this function)
> xwin.c:935: error: `NoSymbol' undeclared (first use
> in
> this function)
> xwin.c:940: error: request for member
> `max_keypermod'
> in something not a structure or union
> xwin.c:942: error: request for member
> `max_keypermod'
> in something not a structure or union
> xwin.c:944: error: request for member `modifiermap'
> in
> something not a structure or union
> xwin.c: In function `ui_init':
> xwin.c:963: error: `XVisualInfo' undeclared (first
> use
> in this function)
> xwin.c:963: error: syntax error before "vi"
> xwin.c:964: error: `XPixmapFormatValues' undeclared
> (first use in this function)
> xwin.c:964: error: `pfm' undeclared (first use in
> this
> function)
> xwin.c:967: error: `vmatches' undeclared (first use
> in
> this function)
> xwin.c:968: error: syntax error before "template"
> xwin.c:969: error: `Bool' undeclared (first use in
> this function)
> xwin.c:971: warning: implicit declaration of
> function
> `XOpenDisplay'
> xwin.c:971: warning: assignment makes pointer from
> integer without a cast
> xwin.c:974: warning: implicit declaration of
> function
> `XDisplayName'
> xwin.c:978: warning: implicit declaration of
> function
> `DefaultScreen'
> xwin.c:979: warning: implicit declaration of
> function
> `ConnectionNumber'
> xwin.c:980: warning: implicit declaration of
> function
> `ScreenOfDisplay'
> xwin.c:980: warning: assignment makes pointer from
> integer without a cast
> xwin.c:981: warning: implicit declaration of
> function
> `DefaultDepthOfScreen'
> xwin.c:984: error: `template' undeclared (first use
> in
> this function)
> xwin.c:984: error: `TrueColor' undeclared (first use
> in this function)
> xwin.c:985: warning: implicit declaration of
> function
> `XGetVisualInfo'
> xwin.c:985: error: `VisualClassMask' undeclared
> (first
> use in this function)
> xwin.c:995: error: `TrueColorVisual' undeclared
> (first
> use in this function)
> xwin.c:1000: warning: implicit declaration of
> function
> `ImageByteOrder'
> xwin.c:1000: error: `MSBFirst' undeclared (first use
> in this function)
> xwin.c:1005: warning: implicit declaration of
> function
> `DefaultVisualOfScreen'
> xwin.c:1005: warning: assignment makes pointer from
> integer without a cast
> xwin.c:1009: error: request for member `class' in
> something not a structure or union
> xwin.c:1017: warning: implicit declaration of
> function
> `XMatchVisualInfo'
> xwin.c:1017: error: `vi' undeclared (first use in
> this
> function)
> xwin.c:1046: warning: implicit declaration of
> function
> `XListPixmapFormats'
> xwin.c:1058: warning: implicit declaration of
> function
> `XFree'
> xwin.c:1064: warning: implicit declaration of
> function
> `XCloseDisplay'
> xwin.c:1071: warning: implicit declaration of
> function
> `XCreateColormap'
> xwin.c:1071: warning: implicit declaration of
> function
> `RootWindowOfScreen'
> xwin.c:1072: error: `AllocNone' undeclared (first
> use
> in this function)
> xwin.c:1077: warning: implicit declaration of
> function
> `DoesBackingStore'
> xwin.c:1077: error: `Always' undeclared (first use
> in
> this function)
> xwin.c:1088: warning: implicit declaration of
> function
> `WidthOfScreen'
> xwin.c:1089: warning: implicit declaration of
> function
> `HeightOfScreen'
> xwin.c:1118: warning: implicit declaration of
> function
> `XGetModifierMapping'
> xwin.c:1118: warning: assignment makes pointer from
> integer without a cast
> xwin.c:1123: warning: implicit declaration of
> function
> `XOpenIM'
> xwin.c: In function `ui_deinit':
> xwin.c:1135: warning: comparison between pointer and
> integer
> xwin.c:1136: warning: implicit declaration of
> function
> `XCloseIM'
> xwin.c:1141: warning: implicit declaration of
> function
> `XFreeModifiermap'
> xwin.c:1144: warning: implicit declaration of
> function
> `XFreePixmap'
> xwin.c:1146: warning: implicit declaration of
> function
> `XFreeGC'
> xwin.c: In function `ui_create_window':
> xwin.c:1157: error: `XSetWindowAttributes'
> undeclared
> (first use in this function)
> xwin.c:1157: error: syntax error before "attribs"
> xwin.c:1158: error: `XClassHint' undeclared (first
> use
> in this function)
> xwin.c:1158: error: `classhints' undeclared (first
> use
> in this function)
> xwin.c:1159: error: `XSizeHints' undeclared (first
> use
> in this function)
> xwin.c:1159: error: `sizehints' undeclared (first
> use
> in this function)
> xwin.c:1162: error: `XEvent' undeclared (first use
> in
> this function)
> xwin.c:1162: error: syntax error before "xevent"
> xwin.c:1173: error: `attribs' undeclared (first use
> in
> this function)
> xwin.c:1173: warning: implicit declaration of
> function
> `BlackPixelOfScreen'
> xwin.c:1174: warning: implicit declaration of
> function
> `WhitePixelOfScreen'
> xwin.c:1175: error: `NotUseful' undeclared (first
> use
> in this function)
> xwin.c:1175: error: `Always' undeclared (first use
> in
> this function)
> xwin.c:1179: warning: implicit declaration of
> function
> `XCreateWindow'
> xwin.c:1180: error: `InputOutput' undeclared (first
> use in this function)
> xwin.c:1181: error: `CWBackPixel' undeclared (first
> use in this function)
> xwin.c:1181: error: `CWBackingStore' undeclared
> (first
> use in this function)
> xwin.c:1181: error: `CWOverrideRedirect' undeclared
> (first use in this function)
> xwin.c:1181: error: `CWColormap' undeclared (first
> use
> in this function)
> xwin.c:1182: error: `CWBorderPixel' undeclared
> (first
> use in this function)
> xwin.c:1184: warning: comparison between pointer and
> integer
> xwin.c:1185: warning: implicit declaration of
> function
> `XCreateGC'
> xwin.c:1187: warning: comparison between pointer and
> integer
> xwin.c:1192: warning: implicit declaration of
> function
> `XCreatePixmap'
> xwin.c:1195: warning: implicit declaration of
> function
> `XSetForeground'
> xwin.c:1196: warning: implicit declaration of
> function
> `XFillRectangle'
> xwin.c:1199: warning: implicit declaration of
> function
> `XStoreName'
> xwin.c:1204: warning: implicit declaration of
> function
> `XAllocClassHint'
> xwin.c:1208: warning: implicit declaration of
> function
> `XSetClassHint'
> xwin.c:1212: warning: implicit declaration of
> function
> `XAllocSizeHints'
> xwin.c:1215: error: `PMinSize' undeclared (first use
> in this function)
> xwin.c:1215: error: `PMaxSize' undeclared (first use
> in this function)
> xwin.c:1217: error: `PPosition' undeclared (first
> use
> in this function)
> xwin.c:1220: warning: implicit declaration of
> function
> `XSetWMNormalHints'
> xwin.c:1226: warning: implicit declaration of
> function
> `XReparentWindow'
> xwin.c:1226: error: `Window' undeclared (first use
> in
> this function)
> xwin.c:1226: error: syntax error before
> "g_embed_wnd"
> xwin.c:1229: error: `KeyPressMask' undeclared (first
> use in this function)
> xwin.c:1229: error: `KeyReleaseMask' undeclared
> (first
> use in this function)
> xwin.c:1229: error: `ButtonPressMask' undeclared
> (first use in this function)
> xwin.c:1229: error: `ButtonReleaseMask' undeclared
> (first use in this function)
> xwin.c:1230: error: `VisibilityChangeMask'
> undeclared
> (first use in this function)
> xwin.c:1230: error: `FocusChangeMask' undeclared
> (first use in this function)
> xwin.c:1233: error: `PointerMotionMask' undeclared
> (first use in this function)
> xwin.c:1235: error: `ExposureMask' undeclared (first
> use in this function)
> xwin.c:1237: error: `EnterWindowMask' undeclared
> (first use in this function)
> xwin.c:1239: error: `LeaveWindowMask' undeclared
> (first use in this function)
> xwin.c:1241: warning: comparison between pointer and
> integer
> xwin.c:1243: warning: implicit declaration of
> function
> `XCreateIC'
> xwin.c:1243: error: `XNInputStyle' undeclared (first
> use in this function)
> xwin.c:1243: error: `XIMPreeditNothing' undeclared
> (first use in this function)
> xwin.c:1243: error: `XIMStatusNothing' undeclared
> (first use in this function)
> xwin.c:1244: error: `XNClientWindow' undeclared
> (first
> use in this function)
> xwin.c:1244: error: `XNFocusWindow' undeclared
> (first
> use in this function)
> xwin.c:1246: warning: comparison between pointer and
> integer
> xwin.c:1247: warning: implicit declaration of
> function
> `XGetICValues'
> xwin.c:1247: error: `XNFilterEvents' undeclared
> (first
> use in this function)
> xwin.c:1247: warning: comparison between pointer and
> integer
> xwin.c:1251: warning: implicit declaration of
> function
> `XSelectInput'
> xwin.c:1252: warning: implicit declaration of
> function
> `XMapWindow'
> xwin.c:1257: warning: implicit declaration of
> function
> `XMaskEvent'
> xwin.c:1257: error: `xevent' undeclared (first use
> in
> this function)
> xwin.c:1259: error: `VisibilityNotify' undeclared
> (first use in this function)
> xwin.c:1260: error: `VisibilityUnobscured'
> undeclared
> (first use in this function)
> xwin.c:1268: warning: implicit declaration of
> function
> `XSetWMProtocols'
> xwin.c: In function `ui_resize_window':
> xwin.c:1280: error: `XSizeHints' undeclared (first
> use
> in this function)
> xwin.c:1280: error: `sizehints' undeclared (first
> use
> in this function)
> xwin.c:1281: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:1281: error: syntax error before "bs"
> xwin.c:1286: error: `PMinSize' undeclared (first use
> in this function)
> xwin.c:1286: error: `PMaxSize' undeclared (first use
> in this function)
> xwin.c:1295: warning: implicit declaration of
> function
> `XResizeWindow'
> xwin.c:1301: error: `bs' undeclared (first use in
> this
> function)
> xwin.c:1304: warning: implicit declaration of
> function
> `XCopyArea'
> xwin.c: In function `ui_destroy_window':
> xwin.c:1313: warning: comparison between pointer and
> integer
> xwin.c:1314: warning: implicit declaration of
> function
> `XDestroyIC'
> xwin.c:1316: warning: implicit declaration of
> function
> `XDestroyWindow'
> xwin.c: In function `xwin_toggle_fullscreen':
> xwin.c:1322: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:1322: error: syntax error before "contents"
> xwin.c:1327: error: `contents' undeclared (first use
> in this function)
> xwin.c:1335: warning: implicit declaration of
> function
> `XDefineCursor'
> xwin.c: In function `xwin_process_events':
> xwin.c:1349: error: `XEvent' undeclared (first use
> in
> this function)
> xwin.c:1349: error: syntax error before "xevent"
> xwin.c:1350: error: `KeySym' undeclared (first use
> in
> this function)
> xwin.c:1355: error: `Status' undeclared (first use
> in
> this function)
> xwin.c:1355: error: syntax error before "status"
> xwin.c:1358: warning: implicit declaration of
> function
> `XPending'
> xwin.c:1360: warning: implicit declaration of
> function
> `XNextEvent'
> xwin.c:1360: error: `xevent' undeclared (first use
> in
> this function)
> xwin.c:1362: warning: comparison between pointer and
> integer
> xwin.c:1362: warning: implicit declaration of
> function
> `XFilterEvent'
> xwin.c:1362: error: `None' undeclared (first use in
> this function)
> xwin.c:1372: error: `VisibilityNotify' undeclared
> (first use in this function)
> xwin.c:1373: error: `VisibilityUnobscured'
> undeclared
> (first use in this function)
> xwin.c:1375: error: `ClientMessage' undeclared
> (first
> use in this function)
> xwin.c:1378: error: `Atom' undeclared (first use in
> this function)
> xwin.c:1378: error: syntax error before "xevent"
> xwin.c:1383: error: `KeyPress' undeclared (first use
> in this function)
> xwin.c:1385: warning: comparison between pointer and
> integer
> xwin.c:1388: warning: implicit declaration of
> function
> `XmbLookupString'
> xwin.c:1389: error: `keysym' undeclared (first use
> in
> this function)
> xwin.c:1390: error: `status' undeclared (first use
> in
> this function)
> xwin.c:1391: error: `XLookupKeySym' undeclared
> (first
> use in this function)
> xwin.c:1391: error: `XLookupBoth' undeclared (first
> use in this function)
> xwin.c:1402: warning: implicit declaration of
> function
> `XLookupString'
> xwin.c:1402: error: `XKeyEvent' undeclared (first
> use
> in this function)
> xwin.c:1402: error: syntax error before ')' token
> xwin.c:1426: error: `KeyRelease' undeclared (first
> use
> in this function)
> xwin.c:1428: error: syntax error before ')' token
> xwin.c:1447: error: `ButtonPress' undeclared (first
> use in this function)
> xwin.c:1451: error: `ButtonRelease' undeclared
> (first
> use in this function)
> xwin.c:1484: warning: implicit declaration of
> function
> `XIconifyWindow'
> xwin.c:1512: error: `MotionNotify' undeclared (first
> use in this function)
> xwin.c:1515: warning: implicit declaration of
> function
> `XMoveWindow'
> xwin.c:1522: warning: implicit declaration of
> function
> `XSetInputFocus'
> xwin.c:1522: error: `RevertToPointerRoot' undeclared
> (first use in this function)
> xwin.c:1523: error: `CurrentTime' undeclared (first
> use in this function)
> xwin.c:1528: error: `FocusIn' undeclared (first use
> in
> this function)
> xwin.c:1529: error: `NotifyGrab' undeclared (first
> use
> in this function)
> xwin.c:1534: warning: implicit declaration of
> function
> `XGrabKeyboard'
> xwin.c:1535: error: `GrabModeAsync' undeclared
> (first
> use in this function)
> xwin.c:1538: error: `FocusOut' undeclared (first use
> in this function)
> xwin.c:1539: error: `NotifyUngrab' undeclared (first
> use in this function)
> xwin.c:1542: error: `NotifyWhileGrabbed' undeclared
> (first use in this function)
> xwin.c:1543: warning: implicit declaration of
> function
> `XUngrabKeyboard'
> xwin.c:1546: error: `EnterNotify' undeclared (first
> use in this function)
> xwin.c:1561: error: `LeaveNotify' undeclared (first
> use in this function)
> xwin.c:1567: error: `Expose' undeclared (first use
> in
> this function)
> xwin.c:1575: error: `MappingNotify' undeclared
> (first
> use in this function)
> xwin.c:1579: error: `MappingKeyboard' undeclared
> (first use in this function)
> xwin.c:1579: error: `MappingModifier' undeclared
> (first use in this function)
> xwin.c:1580: warning: implicit declaration of
> function
> `XRefreshKeyboardMapping'
> xwin.c:1585: warning: assignment makes pointer from
> integer without a cast
> xwin.c:1590: error: `SelectionNotify' undeclared
> (first use in this function)
> xwin.c:1593: error: `SelectionRequest' undeclared
> (first use in this function)
> xwin.c:1596: error: `SelectionClear' undeclared
> (first
> use in this function)
> xwin.c:1599: error: `PropertyNotify' undeclared
> (first
> use in this function)
> xwin.c: In function `ui_move_pointer':
> xwin.c:1674: warning: implicit declaration of
> function
> `XWarpPointer'
> xwin.c: In function `ui_create_bitmap':
> xwin.c:1680: error: `XImage' undeclared (first use
> in
> this function)
> xwin.c:1680: error: `image' undeclared (first use in
> this function)
> xwin.c:1681: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:1681: error: syntax error before "bitmap"
> xwin.c:1698: error: `bitmap' undeclared (first use
> in
> this function)
> xwin.c:1699: warning: implicit declaration of
> function
> `XCreateImage'
> xwin.c:1699: error: `ZPixmap' undeclared (first use
> in
> this function)
> xwin.c:1702: warning: implicit declaration of
> function
> `XPutImage'
> xwin.c: In function `ui_paint_bitmap':
> xwin.c:1713: error: `XImage' undeclared (first use
> in
> this function)
> xwin.c:1713: error: `image' undeclared (first use in
> this function)
> xwin.c:1730: error: `ZPixmap' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_destroy_bitmap':
> xwin.c:1751: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:1751: error: syntax error before "bmp"
> xwin.c: In function `ui_create_glyph':
> xwin.c:1757: error: `XImage' undeclared (first use
> in
> this function)
> xwin.c:1757: error: `image' undeclared (first use in
> this function)
> xwin.c:1758: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:1758: error: syntax error before "bitmap"
> xwin.c:1763: error: `bitmap' undeclared (first use
> in
> this function)
> xwin.c:1767: error: `ZPixmap' undeclared (first use
> in
> this function)
> xwin.c:1769: error: `MSBFirst' undeclared (first use
> in this function)
> xwin.c:1771: warning: implicit declaration of
> function
> `XInitImage'
> xwin.c: In function `ui_destroy_glyph':
> xwin.c:1782: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:1782: error: syntax error before "glyph"
> xwin.c: In function `ui_create_cursor':
> xwin.c:1790: error: `XColor' undeclared (first use
> in
> this function)
> xwin.c:1790: error: syntax error before "bg"
> xwin.c:1791: error: `Cursor' undeclared (first use
> in
> this function)
> xwin.c:1838: error: `fg' undeclared (first use in
> this
> function)
> xwin.c:1839: error: `bg' undeclared (first use in
> this
> function)
> xwin.c:1840: error: `DoRed' undeclared (first use in
> this function)
> xwin.c:1840: error: `DoBlue' undeclared (first use
> in
> this function)
> xwin.c:1840: error: `DoGreen' undeclared (first use
> in
> this function)
> xwin.c:1845: error: `xcursor' undeclared (first use
> in
> this function)
> xwin.c:1846: warning: implicit declaration of
> function
> `XCreatePixmapCursor'
> xwin.c:1846: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:1846: error: syntax error before
> "cursorglyph"
> xwin.c: In function `ui_set_cursor':
> xwin.c:1859: error: `Cursor' undeclared (first use
> in
> this function)
> xwin.c:1859: error: syntax error before "cursor"
> xwin.c: In function `ui_destroy_cursor':
> xwin.c:1866: warning: implicit declaration of
> function
> `XFreeCursor'
> xwin.c:1866: error: `Cursor' undeclared (first use
> in
> this function)
> xwin.c:1866: error: syntax error before "cursor"
> xwin.c: In function `ui_create_colourmap':
> xwin.c:1890: error: `XColor' undeclared (first use
> in
> this function)
> xwin.c:1890: error: syntax error before "xentry"
> xwin.c:1897: error: `xentry' undeclared (first use
> in
> this function)
> xwin.c:1897: error: `DoRed' undeclared (first use in
> this function)
> xwin.c:1897: error: `DoGreen' undeclared (first use
> in
> this function)
> xwin.c:1897: error: `DoBlue' undeclared (first use
> in
> this function)
> xwin.c:1899: warning: implicit declaration of
> function
> `XAllocColor'
> xwin.c:1909: error: `xc_cache' undeclared (first use
> in this function)
> xwin.c:1913: warning: implicit declaration of
> function
> `XQueryColor'
> xwin.c:1914: warning: implicit declaration of
> function
> `DefaultColormap'
> xwin.c:1962: error: `xcolours' undeclared (first use
> in this function)
> xwin.c:1962: warning: left-hand operand of comma
> expression has no effect
> xwin.c:1963: error: `Colormap' undeclared (first use
> in this function)
> xwin.c:1963: error: syntax error before "map"
> xwin.c:1965: error: syntax error before ')' token
> xwin.c:1974: error: `map' undeclared (first use in
> this function)
> xwin.c:1974: error: `AllocAll' undeclared (first use
> in this function)
> xwin.c:1975: warning: implicit declaration of
> function
> `XStoreColors'
> xwin.c: In function `ui_destroy_colourmap':
> xwin.c:1988: warning: implicit declaration of
> function
> `XFreeColormap'
> xwin.c:1988: error: `Colormap' undeclared (first use
> in this function)
> xwin.c:1988: error: syntax error before "map"
> xwin.c: In function `ui_set_colourmap':
> xwin.c:2002: warning: implicit declaration of
> function
> `XSetWindowColormap'
> xwin.c:2002: error: `Colormap' undeclared (first use
> in this function)
> xwin.c:2002: error: syntax error before "map"
> xwin.c: In function `ui_set_clip':
> xwin.c:2008: error: `XRectangle' undeclared (first
> use
> in this function)
> xwin.c:2008: error: syntax error before "rect"
> xwin.c:2010: error: `rect' undeclared (first use in
> this function)
> xwin.c:2014: warning: implicit declaration of
> function
> `XSetClipRectangles'
> xwin.c:2014: error: `YXBanded' undeclared (first use
> in this function)
> xwin.c: In function `ui_reset_clip':
> xwin.c:2020: error: `XRectangle' undeclared (first
> use
> in this function)
> xwin.c:2020: error: syntax error before "rect"
> xwin.c:2022: error: `rect' undeclared (first use in
> this function)
> xwin.c:2026: error: `YXBanded' undeclared (first use
> in this function)
> xwin.c: In function `ui_bell':
> xwin.c:2032: warning: implicit declaration of
> function
> `XBell'
> xwin.c: In function `ui_destblt':
> xwin.c:2039: warning: implicit declaration of
> function
> `XSetFunction'
> xwin.c:2041: error: `GXcopy' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_patblt':
> xwin.c:2058: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:2058: error: syntax error before "fill"
> xwin.c:2071: error: `fill' undeclared (first use in
> this function)
> xwin.c:2071: error: syntax error before
> "ui_create_glyph"
> xwin.c:2074: warning: implicit declaration of
> function
> `XSetBackground'
> xwin.c:2075: warning: implicit declaration of
> function
> `XSetFillStyle'
> xwin.c:2075: error: `FillOpaqueStippled' undeclared
> (first use in this function)
> xwin.c:2076: warning: implicit declaration of
> function
> `XSetStipple'
> xwin.c:2077: warning: implicit declaration of
> function
> `XSetTSOrigin'
> xwin.c:2079: error: `FillSolid' undeclared (first
> use
> in this function)
> xwin.c:2087: error: syntax error before
> "ui_create_glyph"
> xwin.c:2103: error: `GXcopy' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_screenblt':
> xwin.c:2134: error: `GXcopy' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_memblt':
> xwin.c:2143: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:2143: error: syntax error before "src"
> xwin.c:2145: error: syntax error before "src"
> xwin.c:2145: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2145: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2145: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2145: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2145: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2145: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2145: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2145: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2145: error: syntax error before ')' token
> xwin.c:2146: error: `GXcopy' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_line':
> xwin.c:2189: warning: implicit declaration of
> function
> `XDrawLine'
> xwin.c:2192: error: `GXcopy' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_polygon':
> xwin.c:2211: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:2211: error: syntax error before "fill"
> xwin.c:2218: warning: implicit declaration of
> function
> `XSetFillRule'
> xwin.c:2218: error: `EvenOddRule' undeclared (first
> use in this function)
> xwin.c:2221: error: `WindingRule' undeclared (first
> use in this function)
> xwin.c:2236: warning: implicit declaration of
> function
> `XFillPolygon'
> xwin.c:2236: error: `XPoint' undeclared (first use
> in
> this function)
> xwin.c:2236: error: syntax error before ')' token
> xwin.c:2236: error: syntax error before ')' token
> xwin.c:2236: error: `Complex' undeclared (first use
> in
> this function)
> xwin.c:2236: error: `CoordModePrevious' undeclared
> (first use in this function)
> xwin.c:2236: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2236: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2236: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2236: error: syntax error before ')' token
> xwin.c:2240: error: `fill' undeclared (first use in
> this function)
> xwin.c:2240: error: syntax error before
> "ui_create_glyph"
> xwin.c:2244: error: `FillOpaqueStippled' undeclared
> (first use in this function)
> xwin.c:2247: error: syntax error before ')' token
> xwin.c:2247: error: syntax error before ')' token
> xwin.c:2247: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2247: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2247: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2247: error: syntax error before ')' token
> xwin.c:2248: error: `FillSolid' undeclared (first
> use
> in this function)
> xwin.c:2256: error: syntax error before
> "ui_create_glyph"
> xwin.c:2262: error: syntax error before ')' token
> xwin.c:2262: error: syntax error before ')' token
> xwin.c:2262: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2262: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2262: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2262: error: syntax error before ')' token
> xwin.c:2272: error: `GXcopy' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_polyline':
> xwin.c:2283: warning: implicit declaration of
> function
> `XDrawLines'
> xwin.c:2283: error: `XPoint' undeclared (first use
> in
> this function)
> xwin.c:2283: error: syntax error before ')' token
> xwin.c:2285: error: syntax error before ')' token
> xwin.c:2286: error: `CoordModePrevious' undeclared
> (first use in this function)
> xwin.c:2286: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2286: warning: left-hand operand of comma
> expression has no effect
> xwin.c:2286: error: syntax error before ')' token
> xwin.c:2287: error: `GXcopy' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_ellipse':
> xwin.c:2297: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:2297: error: syntax error before "fill"
> xwin.c:2310: warning: implicit declaration of
> function
> `XDrawArc'
> xwin.c:2310: warning: implicit declaration of
> function
> `XFillArc'
> xwin.c:2314: error: `fill' undeclared (first use in
> this function)
> xwin.c:2314: error: syntax error before
> "ui_create_glyph"
> xwin.c:2318: error: `FillOpaqueStippled' undeclared
> (first use in this function)
> xwin.c:2322: error: `FillSolid' undeclared (first
> use
> in this function)
> xwin.c:2330: error: syntax error before
> "ui_create_glyph"
> xwin.c:2346: error: `GXcopy' undeclared (first use
> in
> this function)
> xwin.c: In function `ui_draw_glyph':
> xwin.c:2360: error: `FillStippled' undeclared (first
> use in this function)
> xwin.c:2360: error: `FillOpaqueStippled' undeclared
> (first use in this function)
> xwin.c:2361: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:2361: error: syntax error before "glyph"
> xwin.c:2366: error: `FillSolid' undeclared (first
> use
> in this function)
> xwin.c: In function `ui_draw_text':
> xwin.c:2434: error: `FillStippled' undeclared (first
> use in this function)
> xwin.c:2468: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:2468: error: syntax error before "glyph"
> xwin.c:2481: error: syntax error before "glyph"
> xwin.c:2487: error: `FillSolid' undeclared (first
> use
> in this function)
> xwin.c: In function `ui_desktop_save':
> xwin.c:2503: error: `Pixmap' undeclared (first use
> in
> this function)
> xwin.c:2503: error: syntax error before "pix"
> xwin.c:2504: error: `XImage' undeclared (first use
> in
> this function)
> xwin.c:2504: error: `image' undeclared (first use in
> this function)
> xwin.c:2508: warning: implicit declaration of
> function
> `XGetImage'
> xwin.c:2508: error: `AllPlanes' undeclared (first
> use
> in this function)
> xwin.c:2508: error: `ZPixmap' undeclared (first use
> in
> this function)
> xwin.c:2512: error: `pix' undeclared (first use in
> this function)
> xwin.c:2521: warning: implicit declaration of
> function
> `XDestroyImage'
> xwin.c: In function `ui_desktop_restore':
> xwin.c:2527: error: `XImage' undeclared (first use
> in
> this function)
> xwin.c:2527: error: `image' undeclared (first use in
> this function)
> xwin.c:2535: error: `ZPixmap' undeclared (first use
> in
> this function)
> xwin.c:2536: warning: implicit declaration of
> function
> `BitmapPad'
> xwin.c: At top level:
> xwin.c:2044: warning: `hatch_patterns' defined but
> not
> used
> make: ** [xwin.o] Erro 1
> 
> 
> =======================


	
	
		
Yahoo! Acesso Grátis - Internet rápida e grátis. 
Instale o discador agora! http://br.acesso.yahoo.com/




More information about the fedora-list mailing list