Hi everyone. I'm compiling the windows version of Smaug 1.4a and I am receiving the error below (apologies for the slight spam :) ). I'm not 100% where MAKE.EXE is from but my compiler is mingw32 and I'm using Dev C++ to edit.
I have made no changes to the source code yet, I'm simply attempting to compile it. Any help appreciated.
MAKE.EXE output:
----
make smaug
make[1]: Entering directory `C:/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
In file included from act_comm.c:32:
mud.h:30: warning: ignoring pragma: )
mud.h:5380: warning: `struct timezone' declared inside parameter list
mud.h:5380: warning: its scope is only this definition or declaration, which is
probably not what you want.
mud.h:5388: warning: useless keyword or type name in empty declaration
C:\WINDOWS\TEMP\cc8fKhgb.s: Assembler messages:
C:\WINDOWS\TEMP\cc8fKhgb.s:10212: Error: no such 386 instruction: `filds'
C:\WINDOWS\TEMP\cc8fKhgb.s:10213: Error: no such 386 instruction: `filds'
C:\WINDOWS\TEMP\cc8fKhgb.s:13339: Error: no such 386 instruction: `filds'
C:\WINDOWS\TEMP\cc8fKhgb.s:13340: Error: no such 386 instruction: `filds'
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `C:/dist/src'
C:\CPP\BIN\MAKE.EXE: *** [all] Error 2
----
Torajio
I have made no changes to the source code yet, I'm simply attempting to compile it. Any help appreciated.
MAKE.EXE output:
----
make smaug
make[1]: Entering directory `C:/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
In file included from act_comm.c:32:
mud.h:30: warning: ignoring pragma: )
mud.h:5380: warning: `struct timezone' declared inside parameter list
mud.h:5380: warning: its scope is only this definition or declaration, which is
probably not what you want.
mud.h:5388: warning: useless keyword or type name in empty declaration
C:\WINDOWS\TEMP\cc8fKhgb.s: Assembler messages:
C:\WINDOWS\TEMP\cc8fKhgb.s:10212: Error: no such 386 instruction: `filds'
C:\WINDOWS\TEMP\cc8fKhgb.s:10213: Error: no such 386 instruction: `filds'
C:\WINDOWS\TEMP\cc8fKhgb.s:13339: Error: no such 386 instruction: `filds'
C:\WINDOWS\TEMP\cc8fKhgb.s:13340: Error: no such 386 instruction: `filds'
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `C:/dist/src'
C:\CPP\BIN\MAKE.EXE: *** [all] Error 2
----
Torajio