On Tuesday, June 22, 1999 2:01 PM, Joseph Dunn [SMTP:[EMAIL PROTECTED]] wrote:
: -----Original Message-----
: From: Greg Haerr <[EMAIL PROTECTED]>
: To: 'Joseph Dunn' <[EMAIL PROTECTED]>; [EMAIL PROTECTED]
: <[EMAIL PROTECTED]>
: Date: Tuesday, June 22, 1999 12:45 PM
: Subject: RE: Micro-Win Compiling Problems
:
:
: >On Tuesday, June 22, 1999 10:34 AM, Joseph Dunn [SMTP:[EMAIL PROTECTED]]
: >wrote:
: >: Hi,
: >:
: >: I'm not very experienced with compiling or writing C programs. I've
: >learned C out of a book. I downloaded the Micro-Win program and tried to
: >compile it with bcc. Bcc went on and on about some semicolon that was left
: >out of the program. Can someone tell me the parameters to pass to Bcc so
: >that it accepts the Micro-win source code and could someone tell me what
: >the problem is?
: >:
: >: Thanks,
: >: Joseph Dunn
: >: << File: ATT00000.htm >>
: >
: >
: > Read the INSTALL file in nano/server. It details what must
: >be done for the ELKS compile. In the mean time, I will be producing a
: >version 0.81 that
: >fixes other bcc and ELKS problems.
: >
: >Greg
: >
:
: I read the install file, and I uncommented the ELKS=1 line in all three
: makefiles, so that's obviously not the problem. I've noticed that bcc gives
: me errors about missing semicolons when compiling other programs too. Is
: this possibly related to the fact that bcc does not understand ansi C as
: well as K&R c??
:
: -Joseph Dunn
:
You need to add CFLAGS += -ansi
This will be in the patch tomorrow...
Greg