On 2012-04-24 22:04, William Kenworthy wrote:
> Hi, after not being able to find packages for gentoo Ive started to put
> some together but have hit a roadblock.  I have all the base system done
> except for mate-panel whos build dies with:
>
>    CCLD   clock-applet
> clock_applet-calendar-sources.o: In function `calendar_sources_load_sources':
> calendar-sources.c:(.text+0x47e): undefined reference to 
> `e_source_list_new_for_mateconf'
> collect2: ld returned 1 exit status
> make[5]: *** [clock-applet] Error 1
>
> Does anyone know where "e_source_list_new_for_mateconf" is defined as it
> isn't showing up in any of the source packages in the base set unless
> something has gone wrong there as well.

This is an erroneous result of a s/gconf/mateconf/g.  The function 
e_source_list_new_for_gconf() is provided by libedataserver.  The 
problem is that e-d-s uses GConf but mate-panel uses MateConf; I'm not 
sure how these could be made compatible with each other.

In the meantime, as Stefano said, pass --disable-eds to configure (or 
autogen.sh) to get past this.

For the sake of completeness, for the OP to get that far, he had to have 
been using e-d-s 2.x (which includes libedataserverui-1.2), not the 3.x 
shipped by most distros as part of GNOME 3 (which includes 
libedataserverui-3.0), since e-d-s support in the clock applet depends 
on the former.  I did manage to make a standalone libedataserverui-1.2 
source package which builds with e-d-s 3.x, if a way is found to resolve 
the gconf/mateconf conflict here.


Yaakov
Cygwin Ports

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matede-velopment mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matede-velopment

Reply via email to