gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii.c:2312: error: `GN_CALNOTE_MONTHLY' undeclared


From: Reiner Steib
Subject: gnokii.c:2312: error: `GN_CALNOTE_MONTHLY' undeclared
Date: Tue, 17 Feb 2004 22:05:44 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Hi,

gnokii.c doesn't compile today (current CVS):

gmake[1]: Entering directory `[...]/gnokii/gnokii'
gcc -g -O2  -I../include -I/usr/X11R6/include  -c -o gnokii.o gnokii.c
gnokii.c: In function `getcalendarnote':
gnokii.c:2312: error: `GN_CALNOTE_MONTHLY' undeclared (first use in this 
function)
gnokii.c:2312: error: (Each undeclared identifier is reported only once
gnokii.c:2312: error: for each function it appears in.)
gmake[1]: *** [gnokii.o] Error 1

Probably you already have the following (or similar) in common.h
already, but not yet committed:

--8<---------------cut here---------------start------------->8---
--- common.h.~1.131.~   Sun Jan 18 17:58:54 2004
+++ common.h    Tue Feb 17 22:00:35 2004
@@ -265,6 +265,7 @@
        GN_CALNOTE_DAILY   = 24,
        GN_CALNOTE_WEEKLY  = 168,
        GN_CALNOTE_2WEEKLY = 336,
+       GN_CALNOTE_MONTHLY = 672,
        GN_CALNOTE_YEARLY  = 65535
 } gn_calnote_recurrence;
 
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]