Re: [Evolution-hackers] evolution-exchange 2.32.0 build error

2010-11-15 Thread tjoen
On Mon, 2010-11-15 at 10:24 +0100, Sasa Ostrouska wrote:
> On Mon, Nov 15, 2010 at 10:13 AM, tjoen  wrote:
> > On Sun, 2010-11-14 at 20:52 +0100, Sasa Ostrouska wrote:
> >> On Sun, Nov 14, 2010 at 12:46 PM, Sasa Ostrouska  wrote:
> >> > On Sat, Nov 13, 2010 at 11:54 AM, tjoen  wrote:
> >> >> On Sat, 2010-11-13 at 01:18 +0100, Sasa Ostrouska wrote:
> >> >>> I have troubles with evolution-exchange.
> >> >>
> >> >>>   CCLD   libebookbackendexchange.la
> >> >>> libtool: link: only absolute run-paths are allowed
> >> >>> make[2]: *** [libebookbackendexchange.la] Error 1

Looks like this one is solved because below is a different
error.
...

> make[3]: *** No rule to make target `../../server/lib/libexchange.la',
> needed by `libexchange-storage.la'.  Stop.
> make[3]: Leaving directory 
> `/home/sasa/evolution-exchange-2.32.0/server/storage'

Doesn't know how to make libexchange.la. 
Look in server/storage/Makefile why.

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evolution-exchange 2.32.0 build error

2010-11-15 Thread tjoen
On Sun, 2010-11-14 at 20:52 +0100, Sasa Ostrouska wrote:
> On Sun, Nov 14, 2010 at 12:46 PM, Sasa Ostrouska  wrote:
> > On Sat, Nov 13, 2010 at 11:54 AM, tjoen  wrote:
> >> On Sat, 2010-11-13 at 01:18 +0100, Sasa Ostrouska wrote:
> >>> I have troubles with evolution-exchange.
> >>
> >>>   CCLD   libebookbackendexchange.la
> >>> libtool: link: only absolute run-paths are allowed
> >>> make[2]: *** [libebookbackendexchange.la] Error 1
> >>
> >> Try a
> >> $ make -n > log
> >> Search in log for "libebookbackendexchange.la"
> >>
> >>
> Here is what I get:
> 
> s...@quadser:~/evolution-exchange-2.32.0$ make -n > evo-exch.log
> make[3]: *** No rule to make target `../../server/lib/libexchange.la',

Even better would be: make -n > evo-exch.log 2>&1

> Also attaching the complete log.

Some mailinglists don't like attachments.
Better is to paste only the relevant
"libebookbackendexchange.la" part.
I think it is someting like a "-Llib". If not, then an
error in one of the .la


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evolution-mapi 0.32.0

2010-11-13 Thread tjoen
On Sat, 2010-11-13 at 01:21 +0100, Sasa Ostrouska wrote:
> Ok, I know you are tired, but try to look at that one also. I have
> installed and built
> e-d-s and evolution, and they both work, now trying to build up
> evo-mapi I get the
> following configure error:
...
> checking for EVOLUTION_DATA_SERVER... configure: error: Package
> requirements (evolution-data-server-1.2 >= 2.31.6) were not met:
> 
> Empty package name in Requires or Conflicts in file
> '/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'

> it seems it can't find e-d-s ..pc file, now I'm asking, why evolution found 
> it ?

Looks like it found the .pc but something wrong in it

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evolution-exchange 2.32.0 build error

2010-11-13 Thread tjoen
On Sat, 2010-11-13 at 01:18 +0100, Sasa Ostrouska wrote:
> Hi, its again me, I have got to compile evolution-data-server and
> evolution, but now
> I have troubles with evolution-exchange.

>   CCLD   libebookbackendexchange.la
> libtool: link: only absolute run-paths are allowed
> make[2]: *** [libebookbackendexchange.la] Error 1

Try a
$ make -n > log
Search in log for "libebookbackendexchange.la"


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] e-d-s 2.32.0 error during make install

2010-11-11 Thread tjoen
On Thu, 2010-11-11 at 15:56 +0100, Sasa Ostrouska wrote:
> .libs/libedata_cal_1_2_la-e-cal-backend-file-store.o: In function
> `e_cal_util_get_component_occur_times':
> e-cal-backend-file-store.c:(.text+0x170b): undefined reference to
> `e_cal_recur_ensure_end_dates'

Search in the archives. A few days before oct 23.

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] libedata-cal-1.2.la: undefined reference to `e_cal_recur_ensure_end_dates'

2010-10-23 Thread tjoen
On Sat, 2010-10-23 at 01:08 +0200, Gilles Dartiguelongue wrote:
> Le vendredi 22 octobre 2010 à 20:45 +0200, tjoen a écrit :
> >  undefined reference to `e_cal_recur_ensure_end_dates'

> This was reported in gnome's bugzilla and in gentoo's. It should be
> fixed in master by now.

Thanks! Found it on
https://bugzilla.gnome.org/show_bug.cgi?id=628238
And it works.
Funny that it is not commited in:
> > e-d-s 2.32.0


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] libedata-cal-1.2.la: undefined reference to `e_cal_recur_ensure_end_dates'

2010-10-23 Thread tjoen
On Sat, 2010-10-23 at 01:08 +0200, Gilles Dartiguelongue wrote:
> Le vendredi 22 octobre 2010 à 20:45 +0200, tjoen a écrit :
> > e-d-s 2.32.0
> > In function `e_cal_util_get_component_occur_times':
> > /home/tjoen/rpmbuild/BUILD/evolution-data-server-2.32.0/calendar/libedata-cal/../../calendar/libecal/e-cal-util.c:1218:
> >   
...
> This was reported in gnome's bugzilla and in gentoo's. It should be
> fixed in master by now.

Not in here:
https://bugzilla.gnome.org/buglist.cgi?product=Evolution-Data-Server&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&version=2.32.x

But last night I was thinking about the static functions.
Need to try that.


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] libedata-cal-1.2.la: undefined reference to `e_cal_recur_ensure_end_dates'

2010-10-22 Thread tjoen
Hi list,
gcc 4.5.1
e-d-s 2.32.0
./configure --prefix=/usr --with-libdb=/usr --with-krb5=/usr
--with-openldap
compiles fine but problem installing because of relinking:

libtool: install: warning: relinking `libedata-cal-1.2.la'
libtool: install: (cd 
 /home/tjoen/rpmbuild/BUILD/evolution-data-server-2.32.0/calendar/libedata-cal;
 /bin/sh /home/tjoen/rpmbuild/BUILD/evolution-data-server-2.32.0/libtool 
 --silent --tag CC --mode=relink gcc -g -O2 -version-info 10:0:0  
 -Wl,--no-undefined -o libedata-cal-1.2.la -rpath /usr/lib 
 libedata_cal_1_2_la-e-data-cal-enumtypes.lo 
 libedata_cal_1_2_la-e-cal-backend.lo 
 libedata_cal_1_2_la-e-cal-backend-cache.lo 
 libedata_cal_1_2_la-e-cal-backend-factory.lo 
 libedata_cal_1_2_la-e-cal-backend-intervaltree.lo 
 libedata_cal_1_2_la-e-cal-backend-sexp.lo
 libedata_cal_1_2_la-e-cal-backend-sync.lo 
 libedata_cal_1_2_la-e-cal-backend-util.lo
 libedata_cal_1_2_la-e-cal-backend-store.lo 
 libedata_cal_1_2_la-e-cal-backend-file-store.lo
 libedata_cal_1_2_la-e-data-cal.lo 
 libedata_cal_1_2_la-e-data-cal-view.lo 
 ../../calendar/libegdbus/libegdbus-cal.la
 ../../calendar/libecal/libecal-1.2.la   <== they should be in here
 ../../libedataserver/libedataserver-1.2.la
 ../../libebackend/libebackend-1.2.la -pthread -lgio-2.0 -lgobject-2.0
 -lgmodule-2.0 -lgthread-2.0 -lrt -lical -licalss -licalvcal -lxml2
 -lgconf-2 -lglib-2.0 -inst-prefix-dir /var/tmp)
 .libs/libedata_cal_1_2_la-e-cal-backend-file-store.o:
In function `e_cal_util_get_component_occur_times':
/home/tjoen/rpmbuild/BUILD/evolution-data-server-2.32.0/calendar/libedata-cal/../../calendar/libecal/e-cal-util.c:1218:
  
 undefined reference to `e_cal_recur_ensure_end_dates'
/home/tjoen/rpmbuild/BUILD/evolution-data-server-2.32.0/calendar/libedata-cal/../../calendar/libecal/e-cal-util.c:1273:
 
 undefined reference to `e_cal_recur_obtain_enddate'
/home/tjoen/rpmbuild/BUILD/evolution-data-server-2.32.0/calendar/libedata-cal/../../calendar/libecal/e-cal-util.c:1289:
 
 undefined reference to `e_cal_recur_obtain_enddate'
collect2: ld returned 1 exit status

Only one 2 hits in Google, no solutions.
Anyone with a tip how to continue?

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers