home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / text / tex / 11210 < prev    next >
Encoding:
Text File  |  1992-09-14  |  3.3 KB  |  73 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!noc.near.net!chpc.chpc.org!heas
  3. From: heas@chpc.org (Heas)
  4. Subject: LaTex/tex/MF 3.14 on dg aviion
  5. Message-ID: <1992Sep15.021417.13653@chpc.org>
  6. Keywords: latex aviion dg
  7. Sender: news@chpc.org (News)
  8. Nntp-Posting-Host: falcon.chpc.org
  9. Organization: Center For High Perf. Computing of WPI; Marlboro Ma
  10. Date: Tue, 15 Sep 1992 02:14:17 GMT
  11. Lines: 60
  12.  
  13.  
  14.     I am having trouble building LaTex on a dg aviion.  I am using gcc
  15. -g -O2.  I have tried using the version dist. w/ the system and a locally
  16. hacked version.
  17.  
  18. following are the errors that I receive:
  19.     for name in web tex mf texware mfware fontutil bibtex dviutil;                        \
  20.             do                                \
  21.               (cd ${name}; echo ${name}; make SITEDIR=".." CC="/usr/local/88k/bin/gcc " OPT="-g -O2"  SHELL="/usr/bin/sh" LDFLAGS="" LOADLIBES="" wlibs="-lXt -lX11" all);        \
  22.             done
  23. web
  24. tex
  25.     /usr/local/88k/bin/gcc  -g -O2 -I.. -DTeX -I. -DINITEX -DINI -c ../common/texmf.c
  26. In file included from /usr/local/88k/lib/gcc-lib/m88k-dg-dgux/2.1/include/string.h:98, from ./../common/../common/../common/common.h:12, from ./../common/../common/../common/extra.h:8, from ./../common/../common/fileio.h:6, from ./../common/texmf.h:6, from ./texd.h:5, from ../common/texmf.c:13:
  27. ./memory.h:9: parse error before `halfword'
  28. ./memory.h:9: warning: no semicolon at end of struct or union
  29. ./memory.h:9: warning: no semicolon at end of struct or union
  30. ./memory.h:10: warning: data definition has no type or storage class
  31. ./memory.h:14: parse error before `halfword'
  32. ./memory.h:14: warning: no semicolon at end of struct or union
  33. ./memory.h:15: warning: data definition has no type or storage class
  34. ./memory.h:16: parse error before `}'
  35. ./memory.h:16: warning: data definition has no type or storage class
  36. ./memory.h:17: parse error before `}'
  37. ./memory.h:17: warning: data definition has no type or storage class
  38. ./memory.h:30: parse error before `quarterword'
  39. ./memory.h:30: warning: no semicolon at end of struct or union
  40. ./memory.h:30: warning: no semicolon at end of struct or union
  41. ./memory.h:31: warning: data definition has no type or storage class
  42. ./memory.h:32: parse error before `}'
  43. ./memory.h:32: warning: data definition has no type or storage class
  44. ./memory.h:39: parse error before `twohalves'
  45. ./memory.h:39: warning: no semicolon at end of struct or union
  46. ./memory.h:40: warning: data definition has no type or storage class
  47. ./memory.h:41: warning: data definition has no type or storage class
  48. In file included from ./texd.h:42, from ../common/texmf.c:13:
  49. ./memory.h:17: `twohalves' redeclared as different kind of symbol
  50. ./memory.h:17: previous declaration of `twohalves'
  51. ./memory.h:17: warning: `twohalves' was declared `extern' and later `static'
  52. ./memory.h:32: `fourquarters' redeclared as different kind of symbol
  53. ./memory.h:32: previous declaration of `fourquarters'
  54. ./memory.h:32: warning: `fourquarters' was declared `extern' and later `static'
  55. ./memory.h:41: `memoryword' redeclared as different kind of symbol
  56. ./memory.h:41: previous declaration of `memoryword'
  57. ./memory.h:41: warning: `memoryword' was declared `extern' and later `static'
  58. *** Error code 1
  59.  
  60. Stop.
  61. *** Error code 1
  62.  
  63. Stop.
  64.  
  65.     I am not a C wizard either....  so, I am more than lost with this 
  66. problem.  is there any other info needed ?  has anyone been successful in 
  67. biulding tex on an aviion ?
  68.  
  69.     email preferred: heas@chpc.org
  70.  
  71. thanks,
  72. -heas
  73.