[Evolution-hackers] Evolution build error (looking for libsoup in the wrong place)

2005-07-28 Thread Jules Colding
Hi, The evolution build looks for libsoup in the wrong place. It is looking in /home/colding/opt/evolution/lib which doesn't exists. It is installed in /home/colding/opt/lib. I have configured with: PKG_CONFIG_PATH=/home/colding/opt/lib/pkgconfig/ ./autogen.sh --prefix=/home/colding/opt

Re: [Evolution-hackers] Evolution build error (looking for libsoup in the wrong place)

2005-07-28 Thread Jeffrey Stedfast
some previously installed .la file references that path, it's not a build issue of evolution itself. Jeff On Thu, 2005-07-28 at 18:15 +0200, Jules Colding wrote: Hi, The evolution build looks for libsoup in the wrong place. It is looking in /home/colding/opt/evolution/lib which doesn't

Re: [Evolution-hackers] Evolution build error (looking for libsoup in the wrong place)

2005-07-28 Thread Jules Colding
On Thu, 2005-07-28 at 12:30 -0400, Jeffrey Stedfast wrote: some previously installed .la file references that path, it's not a build issue of evolution itself. I see the path it in all of the /home/colding/opt/lib/*.la files. How could it have gotten there? I have never specified

Re: [Evolution-hackers] Evolution build error (looking for libsoup in the wrong place)

2005-07-28 Thread Jules Colding
On Thu, 2005-07-28 at 18:51 +0200, Jules Colding wrote: On Thu, 2005-07-28 at 12:30 -0400, Jeffrey Stedfast wrote: some previously installed .la file references that path, it's not a build issue of evolution itself. I see the path it in all of the /home/colding/opt/lib/*.la files. To be

Re: [Evolution-hackers] evolution build

2003-12-29 Thread JP Rosevear
On Thu, 2003-12-18 at 20:51, William Jon McCann wrote: William Jon McCann wrote: Rodney Dawes wrote: The DEPRECATED defines were removed from Makefile.am in HEAD. Either you don't have the latest version or something else is wrong. I looked a little closer. All of gnome-icon-theme has

[Evolution-hackers] evolution build

2003-12-18 Thread William Jon McCann
Hi, FYI, it looks like building evo from HEAD was broken by a change to libgnomeui. A disable deprecated issue? e-gui-utils.c: In function `e_icon_for_mime_type': e-gui-utils.c:109: error: syntax error before '*' token e-gui-utils.c:115: error: `icon_theme' undeclared (first use in this

Re: [Evolution-hackers] evolution build

2003-12-18 Thread Rodney Dawes
On Enj , 2003-12-18 at 18:18, William Jon McCann wrote: Hi, FYI, it looks like building evo from HEAD was broken by a change to libgnomeui. A disable deprecated issue? The DEPRECATED defines were removed from Makefile.am in HEAD. Either you don't have the latest version or something else

Re: [Evolution-hackers] evolution build

2003-12-18 Thread William Jon McCann
Rodney Dawes wrote: On Enj , 2003-12-18 at 18:18, William Jon McCann wrote: FYI, it looks like building evo from HEAD was broken by a change to libgnomeui. A disable deprecated issue? The DEPRECATED defines were removed from Makefile.am in HEAD. Either you don't have the latest version or

Re: [Evolution-hackers] evolution build

2003-12-18 Thread William Jon McCann
William Jon McCann wrote: Rodney Dawes wrote: The DEPRECATED defines were removed from Makefile.am in HEAD. Either you don't have the latest version or something else is wrong. I looked a little closer. All of gnome-icon-theme has been marked as deprecated. jhbuild builds libgnomeui with

[Evolution-hackers] evolution build error

2003-06-02 Thread Calvin Liu
Hi, there, When building evolution, there is always an error like: libtool: link: warning `../libiconv.la' seems to be moved It happens when doing libtool: install: warning: relinking libevolution-executive-summary.la or some other la files. But the file libiconv.la is there. Why? Thanks.