X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-Id: <5.1.0.14.0.20020207162331.00a044a0@imap.cs.com> X-Sender: praga22 AT imap DOT cs DOT com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 07 Feb 2002 16:29:21 -0700 To: djgpp AT delorie DOT com From: Jerry Antosh Subject: Gcal for Win98 Cc: asu1 AT cornell DOT edu Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_7405258==_.ALT" X-Apparently-From: Praga22 AT cs DOT com Reply-To: djgpp AT delorie DOT com --=====================_7405258==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Sinan, Thanks for the reply. I followed the instructions from your message and here's what I got: -------------------------------------------------------------------------- make -f Makefile.djg gcc -DDJG -c -DUSE_HLS=1 -DUSE_PAGER=1 -DUSE_RC=1 -DGCAL_USR_DATADIR="share/gcal"-DGCAL_SYS_DATADIR="/usr/local/share/gcal" -O -Wall file-io.c file-io.c:In function `file_open': file-io.c:385:`share' undeclared (first use this function) file-io.c:385:(Each undeclared identifier is declared only once file-io.c:385:for each function it appears in.) file-io.c:385:gcal undeclared (first use this function) file-io.c:420:parse error before `/' file-io.c: In function `file_read_line': file-io.c:522:warning:implicit declaration of function `read' make.exe:***[file-io.o] Error 1 ---------------------------------------------------------------------------- I'm using DJGPP v.2.03 GCAL v.3.01 I'll keep exploring... any ideas? Tks, Jerry --=====================_7405258==_.ALT Content-Type: text/html; charset="us-ascii" Sinan,

Thanks for the reply. I followed the instructions from your message and
here's what I got:

--------------------------------------------------------------------------
make -f Makefile.djg

gcc -DDJG -c   -DUSE_HLS=1 -DUSE_PAGER=1 -DUSE_RC=1
-DGCAL_USR_DATADIR="share/gcal"-DGCAL_SYS_DATADIR="/usr/local/share/gcal"
-O -Wall file-io.c
file-io.c:In function `file_open':
file-io.c:385:`share' undeclared (first use this function)
file-io.c:385:(Each undeclared identifier is declared only once
file-io.c:385:for each function it appears in.)
file-io.c:385:gcal undeclared (first use this function)
file-io.c:420:parse error before `/'
file-io.c:  In function `file_read_line':
file-io.c:522:warning:implicit declaration of function `read'
make.exe:***[file-io.o] Error 1
----------------------------------------------------------------------------

I'm using DJGPP v.2.03
          GCAL v.3.01

I'll keep exploring... any ideas?

Tks, Jerry
--=====================_7405258==_.ALT--