[Evolution] [Not subscribed to the list] Calender compiling from git issue
- From: Ralf Mardorf <ralf mardorf alice-dsl net>
- To: psmith gnu org
- Cc: evolution-list gnome org
- Subject: [Evolution] [Not subscribed to the list] Calender compiling from git issue
- Date: Sun, 12 Sep 2010 12:16:14 +0200
Hi Paul Smith :)
Im using your http://mad-scientist.us/Makefile to build Evolution from
git for the audio distro 64 Studio 3.3 alpha amd64, based on Ubuntu
Karmic.
And perhaps hi list :), maybe my request is allowed to get through the
list, without being subscribed.
All optional packages are disabled:
ENABLE_libgweather := n
ENABLE_exchange := n
ENABLE_mapi := n
ENABLE_webcal := n
ENABLE_openchange := n
I build those dependencies ...
atk_1.30.0-1_amd64.deb
glib_2.25.15-1_amd64.deb (+ dummy packages
libglib2.0-0_2.25.15-1_all.deb and libglib2.0-dev_2.25.15-1_all.deb)
gtk+_2.20.1-1_amd64.deb
libgdata_0.6.3-1_amd64.deb
... to build gtkhtml, evolution-data-server and evolution.
I had some issues with glib. First I build it to /usr/local and got
issues because some .la wer not found in /usr, then I build it to /usr
and the .la were not found in /usr/local, so I add links.
Until now I couldn't solve this issue:
root 64studio:/usr/src/evolution-git# make -j2
[snip]
make[5]: Entering directory
`/usr/src/evolution-git/obj/evolution-data-server/calendar/libedata-cal'
CC libedata_cal_1_2_la-e-data-cal-enumtypes.lo
CC libedata_cal_1_2_la-e-cal-backend.lo
CC libedata_cal_1_2_la-e-cal-backend-cache.lo
CC libedata_cal_1_2_la-e-cal-backend-factory.lo
CC libedata_cal_1_2_la-e-cal-backend-intervaltree.lo
CC libedata_cal_1_2_la-e-cal-backend-sexp.lo
CC libedata_cal_1_2_la-e-cal-backend-sync.lo
CC libedata_cal_1_2_la-e-cal-backend-util.lo
CC libedata_cal_1_2_la-e-cal-backend-store.lo
CC libedata_cal_1_2_la-e-cal-backend-file-store.lo
CC libedata_cal_1_2_la-e-data-cal.lo
CC libedata_cal_1_2_la-e-data-cal-view.lo
CC e_calendar_factory-e-data-cal-factory.o
CC e_calendar_factory-e-data-cal-migrate.o
CC e_calendar_factory-e-cal-backend-loader-factory.o
CC test_e_sexp-e-cal-backend-sexp.o
CC test_intervaltree-test-intervaltree.o
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:27:47: error:
libedataserver/e-data-server-util.h: No such file or directory
In file included
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:30,
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:30:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend.h:26:35: error:
libedataserver/e-list.h: No such file or directory
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend.h:27:37: error:
libedataserver/e-source.h: No such file or directory
CC test_intervaltree-e-cal-backend-intervaltree.o
In file included
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend.h:32,
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:30,
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:30:
../../../../evolution-data-server/calendar/libedata-cal/e-data-cal.h:106: error: expected declaration
specifiers or â...â before âESourceâ
../../../../evolution-data-server/calendar/libedata-cal/e-data-cal.h:111: error: expected â=â, â,â, â;â,
âasmâ or â__attribute__â before â*â token
In file included
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:30,
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:30:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend.h:113: error: expected â=â, â,â, â;â,
âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend.h:124: error: expected â=â, â,â, â;â,
âasmâ or â__attribute__â before â*â token
In file included
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:30:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:31:35: error:
libedataserver/e-sexp.h: No such file or directory
In file included
from ../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:30:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:68: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:69: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:70: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:71: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.h:72: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:39: error: expected
specifier-qualifier-list before âESExpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:50: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:63: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:94: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:154: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:205: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:247: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:279: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:352: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:401: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function âmatches_text_listâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:476: error: implicit declaration
of function âe_util_utf8_strstrcasedecompâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:476: warning: nested extern
declaration of âe_util_utf8_strstrcasedecompâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:476: warning: comparison between
pointer and integer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function âmatches_attendeeâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:524: error: implicit declaration
of function âe_util_strstrcaseâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:524: warning: nested extern
declaration of âe_util_strstrcaseâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function âmatches_summaryâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:591: warning: comparison between
pointer and integer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function âmatches_locationâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:605: warning: comparison between
pointer and integer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: At top level:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:669: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:687: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:719: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:794: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:823: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:851: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:914: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1016: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1041: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1077: error: expected â=â, â,â,
â;â, âasmâ or â__attribute__â before â*â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1249: error: expected
specifier-qualifier-list before âESExpFuncâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1254: error:
âe_cal_backend_sexp_func_time_nowâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1254: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1254: warning: (near
initialization for âsymbols[0]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1254: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1254: warning: (near
initialization for âsymbols[0]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1255: error:
âe_cal_backend_sexp_func_make_timeâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1255: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1255: warning: (near
initialization for âsymbols[1]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1255: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1255: warning: (near
initialization for âsymbols[1]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1256: error:
âe_cal_backend_sexp_func_time_add_dayâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1256: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1256: warning: (near
initialization for âsymbols[2]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1256: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1256: warning: (near
initialization for âsymbols[2]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1257: error:
âe_cal_backend_sexp_func_time_day_beginâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1257: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1257: warning: (near
initialization for âsymbols[3]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1257: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1257: warning: (near
initialization for âsymbols[3]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1258: error:
âe_cal_backend_sexp_func_time_day_endâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1258: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1258: warning: (near
initialization for âsymbols[4]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1258: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1258: warning: (near
initialization for âsymbols[4]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1260: error: âfunc_uidâ
undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1260: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1260: warning: (near
initialization for âsymbols[5]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1260: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1260: warning: (near
initialization for âsymbols[5]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1261: error:
âfunc_occur_in_time_rangeâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1261: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1261: warning: (near
initialization for âsymbols[6]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1261: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1261: warning: (near
initialization for âsymbols[6]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1262: error:
âfunc_due_in_time_rangeâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1262: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1262: warning: (near
initialization for âsymbols[7]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1262: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1262: warning: (near
initialization for âsymbols[7]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1263: error: âfunc_containsâ
undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1263: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1263: warning: (near
initialization for âsymbols[8]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1263: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1263: warning: (near
initialization for âsymbols[8]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1264: error: âfunc_has_startâ
undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1264: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1264: warning: (near
initialization for âsymbols[9]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1264: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1264: warning: (near
initialization for âsymbols[9]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1265: error: âfunc_has_alarmsâ
undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1265: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1265: warning: (near
initialization for âsymbols[10]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1265: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1265: warning: (near
initialization for âsymbols[10]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1266: error:
âfunc_has_alarms_in_rangeâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1266: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1266: warning: (near
initialization for âsymbols[11]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1266: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1266: warning: (near
initialization for âsymbols[11]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1267: error:
âfunc_has_recurrencesâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1267: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1267: warning: (near
initialization for âsymbols[12]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1267: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1267: warning: (near
initialization for âsymbols[12]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1268: error:
âfunc_has_categoriesâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1268: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1268: warning: (near
initialization for âsymbols[13]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1268: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1268: warning: (near
initialization for âsymbols[13]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1269: error: âfunc_is_completedâ
undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1269: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1269: warning: (near
initialization for âsymbols[14]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1269: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1269: warning: (near
initialization for âsymbols[14]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1270: error:
âfunc_completed_beforeâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1270: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1270: warning: (near
initialization for âsymbols[15]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1270: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1270: warning: (near
initialization for âsymbols[15]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1271: error:
âfunc_has_attachmentâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1271: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1271: warning: (near
initialization for âsymbols[16]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1271: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1271: warning: (near
initialization for âsymbols[16]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1272: error:
âfunc_percent_completeâ undeclared here (not in a function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1272: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1272: warning: (near
initialization for âsymbols[17]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1272: warning: excess elements
in struct initializer
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1272: warning: (near
initialization for âsymbols[17]â)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function
âe_cal_backend_sexp_evaluate_occur_timesâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1292: error: implicit
declaration of function âe_sexp_evaluate_occur_timesâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1292: warning: nested extern
declaration of âe_sexp_evaluate_occur_timesâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1292: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function
âe_cal_backend_sexp_match_compâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1308: error: âESExpResultâ
undeclared (first use in this function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1308: error: (Each undeclared
identifier is reported only once
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1308: error: for each function
it appears in.)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1308: error: ârâ undeclared
(first use in this function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1309: warning: ISO C90 forbids
mixed declarations and code
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1315: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1316: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1319: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1320: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1323: error: implicit
declaration of function âe_sexp_evalâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1323: warning: nested extern
declaration of âe_sexp_evalâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1323: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1325: error: âESEXP_RES_BOOLâ
undeclared (first use in this function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1327: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1328: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1330: error: implicit
declaration of function âe_sexp_result_freeâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1330: warning: nested extern
declaration of âe_sexp_result_freeâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1330: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function
âe_cal_backend_sexp_newâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1383: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1383: error: implicit
declaration of function âe_sexp_newâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1383: warning: nested extern
declaration of âe_sexp_newâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1384: error:
âECalBackendSExpPrivateâ has no member named âtextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1387: error: âstruct
<anonymous>â has no member named âtypeâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1388: error: implicit
declaration of function âe_sexp_add_ifunctionâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1388: warning: nested extern
declaration of âe_sexp_add_ifunctionâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1388: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1389: error: âESExpIFuncâ
undeclared (first use in this function)
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1389: error: expected expression
before â)â token
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1391: error: implicit
declaration of function âe_sexp_add_functionâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1391: warning: nested extern
declaration of âe_sexp_add_functionâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1391: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1392: error: âstruct
<anonymous>â has no member named âfuncâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1392: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1396: error: implicit
declaration of function âe_sexp_input_textâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1396: warning: nested extern
declaration of âe_sexp_input_textâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1396: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1397: error: implicit
declaration of function âe_sexp_parseâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1397: warning: nested extern
declaration of âe_sexp_parseâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1397: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function
âe_cal_backend_sexp_textâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1425: error:
âECalBackendSExpPrivateâ has no member named âtextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function
âe_cal_backend_sexp_disposeâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1434: error: implicit
declaration of function âe_sexp_unrefâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1434: warning: nested extern
declaration of âe_sexp_unrefâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1434: error:
âECalBackendSExpPrivateâ has no member named âsearch_sexpâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1436: error:
âECalBackendSExpPrivateâ has no member named âtextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1438: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c: In function
âe_cal_backend_sexp_initâ:
../../../../evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:1467: error:
âECalBackendSExpPrivateâ has no member named âsearch_contextâ
make[5]: *** [test_e_sexp-e-cal-backend-sexp.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory
`/usr/src/evolution-git/obj/evolution-data-server/calendar/libedata-cal'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/usr/src/evolution-git/obj/evolution-data-server/calendar/libedata-cal'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/src/evolution-git/obj/evolution-data-server/calendar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/src/evolution-git/obj/evolution-data-server'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/usr/src/evolution-git/obj/evolution-data-server'
make: *** [.stamp/evolution-data-server.build] Error 2
I'm running make as root, because the user can't just run sudo, but has
to run su for my install.
Any help is welcome.
Cheers!
Ralf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]