Mail Archives: djgpp/1995/03/16/12:40:40
I'm having problems MAKEing the GRX-1.03m1 graphics libraries. Is anyone
else having similar problems, or have I broken something somewhere? I've
appended some output that may be useful to those in the know to track
down my problem.
Please reply direct to me as I'm not subscribed to this list. Thanks in
advance.
Mark.
.--------------------------{ From: Mark Lewis }--------------------------.
| Computing Services | http://web.city.ac.uk/~sl323/home.html |
| City University | PGP public key available by WWW, or by |
| London, England | fingering sl323 AT finger DOT city DOT ac DOT uk |
`--------{ M DOT Lewis AT city DOT ac DOT uk (MIME) | nostra AT city DOT ac DOT uk (MIME) }---------'
> set
CONFIG=xms
COMSPEC=C:\NDOS.COM
TEMP=c:\tmp
TMP=c:\tmp
JED_ROOT=c:\lib\jed
NU=c:\sys\nu
DJGPP=c:/lib/djgpp/djgpp.env
TMPDIR=c:/tmp
GO32TMP=c:/tmp
PROMPT=$p$g
PATH=C:\DOS;C:\WINDOWS;C:\BIN;C:\SYS\NU;C:\LIB\DJGPP\BIN
SOUND=c:\sys\sb16
BLASTER=A220 I5 D1 H5 P330 E620 T6
MIDI=SYNTH:1 MAP:E MODE:0
MOUSE=c:\sys\mouse
MGA=c:\sys\mga\setup\
> go32
go32 version 1.12.maint3 Copyright (C) 1994 DJ Delorie
Lowest version I can run is 1.08
go32.exe usage: go32 [-d {debugger}] [{program} [{options} . . . ]]
go32.exe build time was Sun Dec 18 16:36:42 1994
VCPI (Expanded) memory available: 12784 Kb
Swap space available: 112768 Kb
> make -v
GNU Make version 3.71, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
> make (in libgrx\events)
makefile.gcc:1: *** missing separator. Stop.
> make (after commenting out offending lines and adding -v to CFLAGS)
gcc -c -O -Wall -v event32.c
Reading specs from c:/lib/djgpp/lib\specs
gcc version 2.6.3
c:/lib/djgpp/bin\cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=6 -Dunix -Di386 -DGO32 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__MSDOS -D__OPTIMIZE__ -Wall event32.c c:/tmp\cc000076
GNU CPP version 2.6.3 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
c:/lib/djgpp/include
/usr/local/include
/usr/local/go32/include
/usr/local/lib/gcc-lib/go32/2.6.1/include
/usr/include
End of search list.
c:/lib/djgpp/bin\cc1.exe c:/tmp\cc000076 -quiet -dumpbase event32.c -O -Wall -version -o c:/tmp\cca00076
GNU C version 2.6.3 (80386, BSD syntax) compiled by GNU C version 2.6.3.
c:/lib/djgpp/bin\as.exe -o event32.o c:/tmp\cca00076
c:/tmp\cca00076: Assembler messages:
c:/tmp\cca00076:9: Error: Rest of line ignored. First ignored character is `*'.
c:/tmp\cca00076:10: Error: Bad expression
c:/tmp\cca00076:10: Warning: division by zero
c:/tmp\cca00076:10: Error: Rest of line ignored. First ignored character is `t'.
c:/tmp\cca00076:12: Error: Rest of line ignored. First ignored character is `*'.
c:/tmp\cca00076:13: Error: Bad expression
c:/tmp\cca00076:13: Warning: division by zero
c:/tmp\cca00076:13: Error: Rest of line ignored. First ignored character is `w'.
c:/tmp\cca00076:15: Error: Rest of line ignored. First ignored character is `*'.
c:/tmp\cca00076:16: Error: Bad expression
c:/tmp\cca00076:16: Warning: division by zero
c:/tmp\cca00076:16: Error: Rest of line ignored. First ignored character is `r'.
c:/tmp\cca00076:42: Error: Bad expression
c:/tmp\cca00076:42: Error: Missing ')' assumed
c:/tmp\cca00076:42: Error: Ignoring junk 'eax)/*clear active flag*/' after expression
c:/tmp\cca00076:46: Error: no such opcode prefix ('ret')
make.exe: *** [event32.o] Error 1
- Raw text -