Mail Archives: djgpp/2002/02/07/18:52:03
--=====================_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"
<html>
<font face="Courier New, Courier">Sinan,<br><br>
Thanks for the reply. I followed the instructions from your message
and<br>
here's what I got:<br><br>
--------------------------------------------------------------------------<br>
make -f Makefile.djg<br><br>
gcc -DDJG -c -DUSE_HLS=1 -DUSE_PAGER=1 -DUSE_RC=1 <br>
-DGCAL_USR_DATADIR="share/gcal"-DGCAL_SYS_DATADIR="/usr/local/share/gcal"
<br>
-O -Wall file-io.c<br>
file-io.c:In function `file_open':<br>
file-io.c:385:`share' undeclared (first use this function)<br>
file-io.c:385:(Each undeclared identifier is declared only once<br>
file-io.c:385:for each function it appears in.)<br>
file-io.c:385:gcal undeclared (first use this function)<br>
file-io.c:420:parse error before `/'<br>
file-io.c: In function `file_read_line':<br>
file-io.c:522:warning:implicit declaration of function `read'<br>
make.exe:***[file-io.o] Error 1<br>
----------------------------------------------------------------------------<br><br>
I'm using DJGPP v.2.03<br>
GCAL
v.3.01<br><br>
I'll keep exploring... any ideas?<br><br>
Tks, Jerry</font></html>
--=====================_7405258==_.ALT--
- Raw text -