home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / gcc / bug / 2159 < prev    next >
Encoding:
Text File  |  1992-08-20  |  26.7 KB  |  683 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!wfpc3.la.asu.edu!scowen
  3. From: scowen@wfpc3.la.asu.edu (Paul A. Scowen)
  4. Subject: gcc-2.2.2 and X11R5: problems on MIPS architecture
  5. Message-ID: <9208202245.AA23510@wfpc3.la.asu.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 20 Aug 1992 22:45:09 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 670
  12.  
  13. Hello,
  14.  
  15. to augment my earlier statements through USENET I have assembled below a
  16. description of the problems I (and several other correspondents) have
  17. encountered using the (apparent beta release of) gcc-2.2.2 to compile
  18. X11R5pl16 on a DS 5000/25 (MIPS) machine running Ultrix 4.2a.
  19.  
  20. The gcc itself was configured in the mode "target=decstation-ultrix" and
  21. appeared to compile and install without errors, passing the starge2 and
  22. stage3 comparison checks.
  23.  
  24. The initial motivation for the attempt to use gcc came from the cpp on the
  25. DECstation appearing to collapse tabs to spaces and so screwing up Makefiles
  26. when imake was run.  The intial couple of builds of the X distrubution were
  27. flawed becuase of a stupid mistake on my part leaving the "-Dvax" call in the
  28. CCOPTIONS for gcc.  After this was corrected, the whole build was repeated
  29. using the following line in the ultrix.cf:
  30.  
  31. #define CcCmd gcc -ansi -Dmips -Dultrix -fpcc-struct-return
  32.  
  33. which appeared to successfully build with several majot caveats.  The errors
  34. produced in the build are listed below together with the places they occured.
  35.  
  36. Errors in the build
  37. -------------------
  38.  
  39. making all in ./lib/X...
  40.  
  41. XIMWrap.c: In function `_XCopyToArg':
  42. XIMWrap.c:70: warning: cast to pointer from integer of different size
  43. XIMWrap.c:71: warning: cast to pointer from integer of different size
  44.  
  45. XICSetVal.c: In function `CopyFromArg':
  46. XICSetVal.c:62: warning: cast from pointer to integer of different size
  47. XICSetVal.c:63: warning: cast from pointer to integer of different size
  48.  
  49. Shell.c:84: warning: cast to pointer from integer of different size
  50. Shell.c:86: warning: cast to pointer from integer of different size
  51.  
  52. making all in ./lib/Xmu...
  53.  
  54. EditresCom.c: In function `_XEditResCheckMessages':
  55. EditresCom.c:188: warning: cast to pointer from integer of different size
  56. EditresCom.c: In function `GetCommand':
  57. EditresCom.c:383: warning: cast from pointer to integer of different size
  58.  
  59. making all in ./lib/Xaw...
  60.  
  61. Text.c: In function `HJump':
  62. Text.c:1222: warning: cast to pointer from integer of different size
  63.  
  64. Toggle.c: In function `Notify':
  65. Toggle.c:274: warning: cast to pointer from integer of different size
  66.  
  67. making all in ./extensions/server/PEX/dipex/objects...
  68.  
  69. pexPc.c: In function `PEXGetPipelineContext':
  70. pexPc.c:1372: warning: cast from pointer to integer of different size
  71.  
  72. making all in ./extensions/server/PEX/ddpex/mi/level2...
  73.  
  74. miInquire.c: In function `inquirePSurfaceChars':
  75. miInquire.c:1233: warning: cast from pointer to integer of different size
  76.  
  77. making all in ./extensions/test/xinput...
  78.  
  79. XTouch.c: In function `handle_x_errors':
  80. XTouch.c:1861: warning: comparison is always 1 due to limited range of data
  81. type
  82.  
  83. XPErrors.c: In function `handle_x_errors':
  84. XPErrors.c:1990: warning: comparison is always 1 due to limited range of data
  85. type
  86.  
  87. XSelInput.c: In function `handle_x_errors':
  88. XSelInput.c:970: warning: comparison is always 1 due to limited range of data
  89. type
  90.  
  91. XSendEv.c: In function `handle_x_errors':
  92. XSendEv.c:1239: warning: comparison is always 1 due to limited range of data
  93. type
  94.  
  95. making all in ./server/dix...
  96.  
  97. gc.c: In function `DoChangeGC':
  98. gc.c:104: warning: comparison is always 1 due to limited range of data type
  99. gc.c:135: warning: comparison is always 1 due to limited range of data type
  100. gc.c:146: warning: comparison is always 1 due to limited range of data type
  101. gc.c:157: warning: comparison is always 1 due to limited range of data type
  102. gc.c:167: warning: comparison is always 1 due to limited range of data type
  103. gc.c:178: warning: comparison is always 1 due to limited range of data type
  104. gc.c:390: warning: comparison is always 1 due to limited range of data type
  105.  
  106. making all in ./server/ddx/dec/ws...
  107.  
  108. ws_io.c: In function `AddLineToKeymap':
  109. ws_io.c:467: warning: comparison is always 0 due to limited range of data
  110. type
  111. ws_io.c:480: warning: comparison is always 0 due to limited range of data
  112. type
  113. ws_io.c: At top level:
  114. ws_io.c:846: warning: `wsDisplayCursor' was declared implicitly `extern' and
  115. later `static'
  116.  
  117. making all in ./clients/bitmap...
  118.  
  119. Handlers.c: In function `DragOnePointHandler':
  120. Handlers.c:75: warning: cast from pointer to integer of different size
  121. Handlers.c:88: warning: cast from pointer to integer of different size
  122. Handlers.c: In function `DragTwoPointsHandler':
  123. Handlers.c:585: warning: cast from pointer to integer of different size
  124.  
  125. bmtoa.c: In function `copy_stdin':
  126. bmtoa.c:51: warning: comparison between pointer and integer
  127.  
  128. making all in ./clients/editres...
  129.  
  130. actions.c: In function `PopdownFileDialogAction':
  131. actions.c:195: warning: cast to pointer from integer of different size
  132.  
  133. handler.c: In function `SendTree':
  134. handler.c:92: warning: cast from pointer to integer of different size
  135. handler.c: In function `AnyChosen':
  136. handler.c:341: warning: cast from pointer to integer of different size
  137. handler.c: In function `SetResourceString':
  138. handler.c:472: warning: cast from pointer to integer of different size
  139. handler.c: In function `SetOnlyMatchingWidgets':
  140. handler.c:868: warning: cast to pointer from integer of different size
  141.  
  142. utils.c: In function `_PopdownFileDialog':
  143. utils.c:477: warning: cast from pointer to integer of different size
  144.  
  145. wtree.c: In function `TreeToggle':
  146. wtree.c:156: warning: cast from pointer to integer of different size
  147. wtree.c: In function `_TreeSelectNode':
  148. wtree.c:404: warning: cast to pointer from integer of different size
  149.  
  150. making all in ./clients/viewres...
  151.  
  152. viewres.c: In function `variable_labeltype_callback':
  153. viewres.c:440: warning: cast from pointer to integer of different size
  154. viewres.c: In function `toggle_callback':
  155. viewres.c:701: warning: cast from pointer to integer of different size
  156.  
  157. making all in ./clients/xdm...
  158.  
  159. xdmcp.c: In function `all_query_respond':
  160. xdmcp.c:521: warning: comparison is always 0 due to limited range of data
  161. type
  162.  
  163. making all in ./demos/puzzle...
  164.  
  165. main.c: In function `Setup':
  166. main.c:552: warning: comparison between pointer and integer
  167.  
  168. making all in ./demos/gpc...
  169.  
  170. bif_lex.c: In function `yylex':
  171. bif_lex.c:398: warning: initialization of `yylex_info.ch1' makes integer from
  172. pointer without a cast
  173. bif_lex.c:398: warning: initialization of `yylex_info.ch1_group' makes
  174. integer from pointer without a cast
  175. bif_lex.c:398: warning: initialization of `yylex_info.yacc_pack_not_done'
  176. makes integer from pointer without a cast
  177. bif_lex.c:398: warning: initialization of `yylex_info.new_yacc_pack' makes
  178. integer from pointer without a cast
  179. bif_lex.c:398: warning: initialization of `yylex_info.last_char_unused' makes
  180. integer from pointer without a cast
  181. bif_lex.c:398: warning: initialization of `yylex_info.return_code' makes
  182. integer from pointer without a cast
  183. bif_lex.c:398: warning: initialization of `yylex_info.init_flag' makes
  184. integer from pointer without a cast
  185. bif_lex.c:398: warning: initialization of `yylex_info.line_no' makes integer
  186. from pointer without a cast
  187.  
  188. In file included from brf_trv.c:97:
  189. brf_set.h:45: warning: initialization of `total_with_data.entity_type' makes
  190. integer from pointer without a cast
  191.  
  192. init_bench.c: In function `GetWorkstationInfo':
  193. init_bench.c:858: warning: assignment makes integer from pointer without a
  194. cast
  195. init_bench.c:858: warning: assignment makes integer from pointer without a
  196. cast
  197. init_bench.c:858: warning: assignment makes integer from pointer without a
  198. cast
  199. init_bench.c:858: warning: assignment makes integer from pointer without a
  200. cast
  201. init_bench.c:858: warning: assignment makes integer from pointer without a
  202. cast
  203. init_bench.c:858: warning: assignment makes integer from pointer without a
  204. cast
  205. init_bench.c:858: warning: assignment makes integer from pointer without a
  206. cast
  207. init_bench.c:858: warning: assignment makes integer from pointer without a
  208. cast
  209. init_bench.c:865: warning: assignment makes integer from pointer without a
  210. cast
  211. init_bench.c:865: warning: assignment makes integer from pointer without a
  212. cast
  213. init_bench.c:865: warning: assignment makes integer from pointer without a
  214. cast
  215. init_bench.c:865: warning: assignment makes integer from pointer without a
  216. cast
  217. init_bench.c:865: warning: assignment makes integer from pointer without a
  218. cast
  219. init_bench.c:865: warning: assignment makes integer from pointer without a
  220. cast
  221. init_bench.c:865: warning: assignment makes integer from pointer without a
  222. cast
  223. init_bench.c:865: warning: assignment makes integer from pointer without a
  224. cast
  225. init_bench.c:885: warning: assignment makes integer from pointer without a
  226. cast
  227. init_bench.c:885: warning: assignment makes integer from pointer without a
  228. cast
  229. init_bench.c:885: warning: assignment makes integer from pointer without a
  230. cast
  231. init_bench.c:885: warning: assignment makes integer from pointer without a
  232. cast
  233. init_bench.c:885: warning: assignment makes integer from pointer without a
  234. cast
  235. init_bench.c:885: warning: assignment makes integer from pointer without a
  236. cast
  237. init_bench.c:885: warning: assignment makes integer from pointer without a
  238. cast
  239. init_bench.c:885: warning: assignment makes integer from pointer without a
  240. cast
  241. init_bench.c:898: warning: assignment makes integer from pointer without a
  242. cast
  243. init_bench.c:898: warning: assignment makes integer from pointer without a
  244. cast
  245. init_bench.c:898: warning: assignment makes integer from pointer without a
  246. cast
  247. init_bench.c:898: warning: assignment makes integer from pointer without a
  248. cast
  249. init_bench.c:898: warning: assignment makes integer from pointer without a
  250. cast
  251. init_bench.c:898: warning: assignment makes integer from pointer without a
  252. cast
  253. init_bench.c:898: warning: assignment makes integer from pointer without a
  254. cast
  255. init_bench.c:898: warning: assignment makes integer from pointer without a
  256. cast
  257. init_bench.c:905: warning: assignment makes integer from pointer without a
  258. cast
  259. init_bench.c:905: warning: assignment makes integer from pointer without a
  260. cast
  261. init_bench.c:905: warning: assignment makes integer from pointer without a
  262. cast
  263. init_bench.c:905: warning: assignment makes integer from pointer without a
  264. cast
  265. init_bench.c:905: warning: assignment makes integer from pointer without a
  266. cast
  267. init_bench.c:905: warning: assignment makes integer from pointer without a
  268. cast
  269. init_bench.c:905: warning: assignment makes integer from pointer without a
  270. cast
  271. init_bench.c:905: warning: assignment makes integer from pointer without a
  272. cast
  273. init_bench.c:913: warning: assignment makes integer from pointer without a
  274. cast
  275. init_bench.c:913: warning: assignment makes integer from pointer without a
  276. cast
  277. init_bench.c:913: warning: assignment makes integer from pointer without a
  278. cast
  279. init_bench.c:913: warning: assignment makes integer from pointer without a
  280. cast
  281. init_bench.c:913: warning: assignment makes integer from pointer without a
  282. cast
  283. init_bench.c:913: warning: assignment makes integer from pointer without a
  284. cast
  285. init_bench.c:913: warning: assignment makes integer from pointer without a
  286. cast
  287. init_bench.c:913: warning: assignment makes integer from pointer without a
  288. cast
  289. init_bench.c:918: warning: assignment makes integer from pointer without a
  290. cast
  291. init_bench.c:918: warning: assignment makes integer from pointer without a
  292. cast
  293. init_bench.c:918: warning: assignment makes integer from pointer without a
  294. cast
  295. init_bench.c:918: warning: assignment makes integer from pointer without a
  296. cast
  297. init_bench.c:918: warning: assignment makes integer from pointer without a
  298. cast
  299. init_bench.c:918: warning: assignment makes integer from pointer without a
  300. cast
  301. init_bench.c:918: warning: assignment makes integer from pointer without a
  302. cast
  303. init_bench.c:918: warning: assignment makes integer from pointer without a
  304. cast
  305. init_bench.c:940: warning: assignment makes integer from pointer without a
  306. cast
  307. init_bench.c:940: warning: assignment makes integer from pointer without a
  308. cast
  309. init_bench.c:940: warning: assignment makes integer from pointer without a
  310. cast
  311. init_bench.c:940: warning: assignment makes integer from pointer without a
  312. cast
  313. init_bench.c:940: warning: assignment makes integer from pointer without a
  314. cast
  315. init_bench.c:940: warning: assignment makes integer from pointer without a
  316. cast
  317. init_bench.c:940: warning: assignment makes integer from pointer without a
  318. cast
  319. init_bench.c:940: warning: assignment makes integer from pointer without a
  320. cast
  321. init_bench.c:954: warning: assignment makes integer from pointer without a
  322. cast
  323. init_bench.c:954: warning: assignment makes integer from pointer without a
  324. cast
  325. init_bench.c:954: warning: assignment makes integer from pointer without a
  326. cast
  327. init_bench.c:954: warning: assignment makes integer from pointer without a
  328. cast
  329. init_bench.c:954: warning: assignment makes integer from pointer without a
  330. cast
  331. init_bench.c:954: warning: assignment makes integer from pointer without a
  332. cast
  333. init_bench.c:954: warning: assignment makes integer from pointer without a
  334. cast
  335. init_bench.c:954: warning: assignment makes integer from pointer without a
  336. cast
  337. init_bench.c:968: warning: assignment makes integer from pointer without a
  338. cast
  339. init_bench.c:968: warning: assignment makes integer from pointer without a
  340. cast
  341. init_bench.c:968: warning: assignment makes integer from pointer without a
  342. cast
  343. init_bench.c:968: warning: assignment makes integer from pointer without a
  344. cast
  345. init_bench.c:968: warning: assignment makes integer from pointer without a
  346. cast
  347. init_bench.c:968: warning: assignment makes integer from pointer without a
  348. cast
  349. init_bench.c:968: warning: assignment makes integer from pointer without a
  350. cast
  351. init_bench.c:968: warning: assignment makes integer from pointer without a
  352. cast
  353. init_bench.c:990: warning: assignment makes integer from pointer without a
  354. cast
  355. init_bench.c:990: warning: assignment makes integer from pointer without a
  356. cast
  357. init_bench.c:990: warning: assignment makes integer from pointer without a
  358. cast
  359. init_bench.c:990: warning: assignment makes integer from pointer without a
  360. cast
  361. init_bench.c:990: warning: assignment makes integer from pointer without a
  362. cast
  363. init_bench.c:990: warning: assignment makes integer from pointer without a
  364. cast
  365. init_bench.c:990: warning: assignment makes integer from pointer without a
  366. cast
  367. init_bench.c:990: warning: assignment makes integer from pointer without a
  368. cast
  369. init_bench.c:997: warning: assignment makes integer from pointer without a
  370. cast
  371. init_bench.c:997: warning: assignment makes integer from pointer without a
  372. cast
  373. init_bench.c:997: warning: assignment makes integer from pointer without a
  374. cast
  375. init_bench.c:997: warning: assignment makes integer from pointer without a
  376. cast
  377. init_bench.c:997: warning: assignment makes integer from pointer without a
  378. cast
  379. init_bench.c:997: warning: assignment makes integer from pointer without a
  380. cast
  381. init_bench.c:997: warning: assignment makes integer from pointer without a
  382. cast
  383. init_bench.c:997: warning: assignment makes integer from pointer without a
  384. cast
  385. init_bench.c:1009: warning: assignment makes integer from pointer without a
  386. cast
  387. init_bench.c:1009: warning: assignment makes integer from pointer without a
  388. cast
  389. init_bench.c:1009: warning: assignment makes integer from pointer without a
  390. cast
  391. init_bench.c:1009: warning: assignment makes integer from pointer without a
  392. cast
  393. init_bench.c:1009: warning: assignment makes integer from pointer without a
  394. cast
  395. init_bench.c:1009: warning: assignment makes integer from pointer without a
  396. cast
  397. init_bench.c:1009: warning: assignment makes integer from pointer without a
  398. cast
  399. init_bench.c:1009: warning: assignment makes integer from pointer without a
  400. cast
  401. init_bench.c:1011: warning: assignment makes integer from pointer without a
  402. cast
  403. init_bench.c:1011: warning: assignment makes integer from pointer without a
  404. cast
  405. init_bench.c:1011: warning: assignment makes integer from pointer without a
  406. cast
  407. init_bench.c:1011: warning: assignment makes integer from pointer without a
  408. cast
  409. init_bench.c:1011: warning: assignment makes integer from pointer without a
  410. cast
  411. init_bench.c:1011: warning: assignment makes integer from pointer without a
  412. cast
  413. init_bench.c:1011: warning: assignment makes integer from pointer without a
  414. cast
  415. init_bench.c:1011: warning: assignment makes integer from pointer without a
  416. cast
  417. init_bench.c:1013: warning: assignment makes integer from pointer without a
  418. cast
  419. init_bench.c:1013: warning: assignment makes integer from pointer without a
  420. cast
  421. init_bench.c:1013: warning: assignment makes integer from pointer without a
  422. cast
  423. init_bench.c:1013: warning: assignment makes integer from pointer without a
  424. cast
  425. init_bench.c:1013: warning: assignment makes integer from pointer without a
  426. cast
  427. init_bench.c:1013: warning: assignment makes integer from pointer without a
  428. cast
  429. init_bench.c:1013: warning: assignment makes integer from pointer without a
  430. cast
  431. init_bench.c:1013: warning: assignment makes integer from pointer without a
  432. cast
  433. init_bench.c:1015: warning: assignment makes integer from pointer without a
  434. cast
  435. init_bench.c:1015: warning: assignment makes integer from pointer without a
  436. cast
  437. init_bench.c:1015: warning: assignment makes integer from pointer without a
  438. cast
  439. init_bench.c:1015: warning: assignment makes integer from pointer without a
  440. cast
  441. init_bench.c:1015: warning: assignment makes integer from pointer without a
  442. cast
  443. init_bench.c:1015: warning: assignment makes integer from pointer without a
  444. cast
  445. init_bench.c:1015: warning: assignment makes integer from pointer without a
  446. cast
  447. init_bench.c:1015: warning: assignment makes integer from pointer without a
  448. cast
  449. init_bench.c:1017: warning: assignment makes integer from pointer without a
  450. cast
  451. init_bench.c:1017: warning: assignment makes integer from pointer without a
  452. cast
  453. init_bench.c:1017: warning: assignment makes integer from pointer without a
  454. cast
  455. init_bench.c:1017: warning: assignment makes integer from pointer without a
  456. cast
  457. init_bench.c:1017: warning: assignment makes integer from pointer without a
  458. cast
  459. init_bench.c:1017: warning: assignment makes integer from pointer without a
  460. cast
  461. init_bench.c:1017: warning: assignment makes integer from pointer without a
  462. cast
  463. init_bench.c:1017: warning: assignment makes integer from pointer without a
  464. cast
  465. init_bench.c:1052: warning: assignment makes integer from pointer without a
  466. cast
  467. init_bench.c:1052: warning: assignment makes integer from pointer without a
  468. cast
  469. init_bench.c:1052: warning: assignment makes integer from pointer without a
  470. cast
  471. init_bench.c:1052: warning: assignment makes integer from pointer without a
  472. cast
  473. init_bench.c:1052: warning: assignment makes integer from pointer without a
  474. cast
  475. init_bench.c:1052: warning: assignment makes integer from pointer without a
  476. cast
  477. init_bench.c:1052: warning: assignment makes integer from pointer without a
  478. cast
  479. init_bench.c:1052: warning: assignment makes integer from pointer without a
  480. cast
  481. init_bench.c:1056: warning: assignment makes integer from pointer without a
  482. cast
  483. init_bench.c:1056: warning: assignment makes integer from pointer without a
  484. cast
  485. init_bench.c:1056: warning: assignment makes integer from pointer without a
  486. cast
  487. init_bench.c:1056: warning: assignment makes integer from pointer without a
  488. cast
  489. init_bench.c:1056: warning: assignment makes integer from pointer without a
  490. cast
  491. init_bench.c:1056: warning: assignment makes integer from pointer without a
  492. cast
  493. init_bench.c:1056: warning: assignment makes integer from pointer without a
  494. cast
  495. init_bench.c:1056: warning: assignment makes integer from pointer without a
  496. cast
  497.  
  498. brf_except.c: In function `BRF_define_exceptions':
  499. brf_except.c:167: warning: assignment makes integer from pointer without a
  500. cast
  501. brf_except.c:167: warning: assignment makes integer from pointer without a
  502. cast
  503. brf_except.c:167: warning: assignment makes integer from pointer without a
  504. cast
  505. brf_except.c:167: warning: assignment makes integer from pointer without a
  506. cast
  507. brf_except.c:167: warning: assignment makes integer from pointer without a
  508. cast
  509. brf_except.c:167: warning: assignment makes integer from pointer without a
  510. cast
  511. brf_except.c:167: warning: assignment makes integer from pointer without a
  512. cast
  513. brf_except.c:167: warning: assignment makes integer from pointer without a
  514. cast
  515. brf_except.c:168: warning: assignment makes integer from pointer without a
  516. cast
  517. brf_except.c:168: warning: assignment makes integer from pointer without a
  518. cast
  519. brf_except.c:168: warning: assignment makes integer from pointer without a
  520. cast
  521. brf_except.c:168: warning: assignment makes integer from pointer without a
  522. cast
  523. brf_except.c:168: warning: assignment makes integer from pointer without a
  524. cast
  525. brf_except.c:168: warning: assignment makes integer from pointer without a
  526. cast
  527. brf_except.c:168: warning: assignment makes integer from pointer without a
  528. cast
  529. brf_except.c:168: warning: assignment makes integer from pointer without a
  530. cast
  531. brf_except.c:184: warning: assignment makes integer from pointer without a
  532. cast
  533. brf_except.c:184: warning: assignment makes integer from pointer without a
  534. cast
  535. brf_except.c:184: warning: assignment makes integer from pointer without a
  536. cast
  537. brf_except.c:184: warning: assignment makes integer from pointer without a
  538. cast
  539. brf_except.c:184: warning: assignment makes integer from pointer without a
  540. cast
  541. brf_except.c:184: warning: assignment makes integer from pointer without a
  542. cast
  543. brf_except.c:184: warning: assignment makes integer from pointer without a
  544. cast
  545. brf_except.c:184: warning: assignment makes integer from pointer without a
  546. cast
  547. brf_except.c:185: warning: assignment makes integer from pointer without a
  548. cast
  549. brf_except.c:185: warning: assignment makes integer from pointer without a
  550. cast
  551. brf_except.c:185: warning: assignment makes integer from pointer without a
  552. cast
  553. brf_except.c:185: warning: assignment makes integer from pointer without a
  554. cast
  555. brf_except.c:185: warning: assignment makes integer from pointer without a
  556. cast
  557. brf_except.c:185: warning: assignment makes integer from pointer without a
  558. cast
  559. brf_except.c:185: warning: assignment makes integer from pointer without a
  560. cast
  561. brf_except.c:185: warning: assignment makes integer from pointer without a
  562. cast
  563. brf_except.c:186: warning: assignment makes integer from pointer without a
  564. cast
  565. brf_except.c:186: warning: assignment makes integer from pointer without a
  566. cast
  567. brf_except.c:186: warning: assignment makes integer from pointer without a
  568. cast
  569. brf_except.c:186: warning: assignment makes integer from pointer without a
  570. cast
  571. brf_except.c:186: warning: assignment makes integer from pointer without a
  572. cast
  573. brf_except.c:186: warning: assignment makes integer from pointer without a
  574. cast
  575. brf_except.c:186: warning: assignment makes integer from pointer without a
  576. cast
  577. brf_except.c:186: warning: assignment makes integer from pointer without a
  578. cast
  579. brf_except.c:187: warning: assignment makes integer from pointer without a
  580. cast
  581. brf_except.c:187: warning: assignment makes integer from pointer without a
  582. cast
  583. brf_except.c:187: warning: assignment makes integer from pointer without a
  584. cast
  585. brf_except.c:187: warning: assignment makes integer from pointer without a
  586. cast
  587. brf_except.c:187: warning: assignment makes integer from pointer without a
  588. cast
  589. brf_except.c:187: warning: assignment makes integer from pointer without a
  590. cast
  591. brf_except.c:187: warning: assignment makes integer from pointer without a
  592. cast
  593. brf_except.c:187: warning: assignment makes integer from pointer without a
  594. cast
  595. brf_except.c:188: warning: assignment makes integer from pointer without a
  596. cast
  597. brf_except.c:188: warning: assignment makes integer from pointer without a
  598. cast
  599. brf_except.c:188: warning: assignment makes integer from pointer without a
  600. cast
  601. brf_except.c:188: warning: assignment makes integer from pointer without a
  602. cast
  603. brf_except.c:188: warning: assignment makes integer from pointer without a
  604. cast
  605. brf_except.c:188: warning: assignment makes integer from pointer without a
  606. cast
  607. brf_except.c:188: warning: assignment makes integer from pointer without a
  608. cast
  609. brf_except.c:188: warning: assignment makes integer from pointer without a
  610. cast
  611. brf_except.c:189: warning: assignment makes integer from pointer without a
  612. cast
  613. brf_except.c:189: warning: assignment makes integer from pointer without a
  614. cast
  615. brf_except.c:189: warning: assignment makes integer from pointer without a
  616. cast
  617. brf_except.c:189: warning: assignment makes integer from pointer without a
  618. cast
  619. brf_except.c:189: warning: assignment makes integer from pointer without a
  620. cast
  621. brf_except.c:189: warning: assignment makes integer from pointer without a
  622. cast
  623. brf_except.c:189: warning: assignment makes integer from pointer without a
  624. cast
  625. brf_except.c:189: warning: assignment makes integer from pointer without a
  626. cast
  627. brf_except.c:190: warning: assignment makes integer from pointer without a
  628. cast
  629. brf_except.c:190: warning: assignment makes integer from pointer without a
  630. cast
  631. brf_except.c:190: warning: assignment makes integer from pointer without a
  632. cast
  633. brf_except.c:190: warning: assignment makes integer from pointer without a
  634. cast
  635. brf_except.c:190: warning: assignment makes integer from pointer without a
  636. cast
  637. brf_except.c:190: warning: assignment makes integer from pointer without a
  638. cast
  639. brf_except.c:190: warning: assignment makes integer from pointer without a
  640. cast
  641. brf_except.c:190: warning: assignment makes integer from pointer without a
  642. cast
  643. brf_except.c:191: warning: assignment makes integer from pointer without a
  644. cast
  645. brf_except.c:191: warning: assignment makes integer from pointer without a
  646. cast
  647. brf_except.c:191: warning: assignment makes integer from pointer without a
  648. cast
  649. brf_except.c:191: warning: assignment makes integer from pointer without a
  650. cast
  651. brf_except.c:191: warning: assignment makes integer from pointer without a
  652. cast
  653. brf_except.c:191: warning: assignment makes integer from pointer without a
  654. cast
  655. brf_except.c:191: warning: assignment makes integer from pointer without a
  656. cast
  657. brf_except.c:191: warning: assignment makes integer from pointer without a
  658. cast
  659.  
  660. Description of resulting environment
  661. ------------------------------------
  662.  
  663. After all these responses, an install of the environment resulted in the 
  664. server being the most broken - all text appearing backwards and window edges
  665. being mapped several pixels from where they should have been.   Other
  666. symptoms unrelated to thr server (when replaced with the DEC supplied one)
  667. include missing icons in the TWM window bars, a failure of TWM called shell
  668. commands to activate, and a general list of small things "not quite right".
  669.  
  670. I hope this has been a more complete listing of the problems involved.  If
  671. there are any pieces of information needed by the software developers to
  672. augment their database of knowledge on this problem, please do not hesitate
  673. to contact me.  Thanks for your time.
  674.  
  675. -- 
  676. -------------------------------------------------------------------------------
  677. Paul A. Scowen                INTERNET: scowen@wfpc3.la.asu.edu
  678. Department of Physics & Astronomy          uk1@spacsun.rice.edu
  679. Arizona State University        Tel:      (602) 965-0938
  680. Tempe, AZ 85287-1504            FAX:      (602) 965-7954
  681. -------------------------------------------------------------------------------
  682.  
  683.