List Info

Thread: (no subject)




(no subject)
user name
2006-06-09 09:55:55
Hi everybody,

because i wasn't content with stability of Evolution ver
2.6.0 in dist SUSE 10.0 I've decided to 
compile my own evolution-data-server, evolution and
evolution-exchange applications. So I must
admit that without avail :(

I've tested both version stable 2.6.2 and also unstable
release 2.7.1, compiled
always with recommended version of ibsoup and GtkHTML my
problems:

in 2.7.1

add to /etc/ld.so.conf /usr/local/evolution/lib and then
ldconfig -v
export
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/evolution/lib/pk
gconfig

compilation of evolution-data-server-1.7.1:

./configure --prefix=/usr/local/evolution
--with-openldap=yes --with-nspr-includes=/usr/include/nspr4/
 --enable-nss=yes --with-nss-includes=/usr/include/nss3/
make -j2 && make install

compilation of evolution-2.7.1 

./configure --prefix= /usr/local/evolution
-enable-exchange=yes --enable-nss=yes --enable-smime=yes
--with-nss-includes=/usr/include/nss3/
--with-nspr-includes=/usr/include/nspr4/
--enable-plugins=all --with-openldap=yes
make -j2 && make install

failed at:

main.c: In function ‘main’:
main.c:521: error: ‘GNOME_PARAM_GOPTION_CONTEXT’
undeclared (first use in this function)
main.c:521: error: (Each undeclared identifier is reported
only once
main.c:521: error: for each function it appears in.)

then I updated my source code with CVS and run ./autogen 
--prefix= /usr/local/evolution --enable-exchange=yes
--enable-nss=yes --enable-smime=yes
--with-nss-includes=/usr/include/nss3/
--with-nspr-includes=/usr/include/nspr4/

in evolution CVS source code tree, but mentioned error 
reappeared :(

OK, then I tried to compile stable release 2.6.2 same way,
make OK, but 
in step make install I've got following error:

/usr/bin/install: cannot stat `evolution-2.6-C.omf.out': No
such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory
`/tmp/tmp/ev/evolution-2.6.2/help/C'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory
`/tmp/tmp/ev/evolution-2.6.2/help/C'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/tmp/tmp/ev/evolution-2.6.2/help/C'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/tmp/tmp/ev/evolution-2.6.2/help'
make: *** [install-recursive] Error 1

So I haven't idea where I go wrong. In case of 2.7.1 I
think that maybe version 
gnome libraries  2.12.0.1 is old, 2.14.x would be better as
I think ..., but in case of 
2.6.2 - evolution-2.6-C.omf really don't exist, but I
suppose, that there is an bug, 
because evolution-2.6-C.omf shouldn't next extension .out

Please help .... 
THX
Tomas







_______________________________________________
Evolution-list mailing list
Evolution-listgnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list
(no subject)
user name
2006-06-09 14:23:10
you need a newer glib

On Fri, 2006-06-09 at 11:55 +0200, TomAs wrote:
> Hi everybody,
> 
> because i wasn't content with stability of Evolution
ver 2.6.0 in dist SUSE 10.0 I've decided to 
> compile my own evolution-data-server, evolution and
evolution-exchange applications. So I must
> admit that without avail :(
> 
> I've tested both version stable 2.6.2 and also
unstable release 2.7.1, compiled
> always with recommended version of ibsoup and GtkHTML
my problems:
> 
> in 2.7.1
> 
> add to /etc/ld.so.conf /usr/local/evolution/lib and
then ldconfig -v
> export
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/evolution/lib/pk
gconfig
> 
> compilation of evolution-data-server-1.7.1:
> 
> ./configure --prefix=/usr/local/evolution
--with-openldap=yes --with-nspr-includes=/usr/include/nspr4/
 --enable-nss=yes --with-nss-includes=/usr/include/nss3/
> make -j2 && make install
> 
> compilation of evolution-2.7.1 
> 
> ./configure --prefix= /usr/local/evolution
-enable-exchange=yes --enable-nss=yes --enable-smime=yes
--with-nss-includes=/usr/include/nss3/
--with-nspr-includes=/usr/include/nspr4/
--enable-plugins=all --with-openldap=yes
> make -j2 && make install
> 
> failed at:
> 
> main.c: In function ‘main’:
> main.c:521: error: ‘GNOME_PARAM_GOPTION_CONTEXT’
undeclared (first use in this function)
> main.c:521: error: (Each undeclared identifier is
reported only once
> main.c:521: error: for each function it appears in.)
> 
> then I updated my source code with CVS and run
./autogen  --prefix= /usr/local/evolution
--enable-exchange=yes --enable-nss=yes --enable-smime=yes
--with-nss-includes=/usr/include/nss3/
--with-nspr-includes=/usr/include/nspr4/
> 
> in evolution CVS source code tree, but mentioned error 
reappeared :(
> 
> OK, then I tried to compile stable release 2.6.2 same
way, make OK, but 
> in step make install I've got following error:
> 
> /usr/bin/install: cannot stat
`evolution-2.6-C.omf.out': No such file or directory
> make[4]: *** [install-data-hook-omf] Error 1
> make[4]: Leaving directory
`/tmp/tmp/ev/evolution-2.6.2/help/C'
> make[3]: *** [install-data-am] Error 2
> make[3]: Leaving directory
`/tmp/tmp/ev/evolution-2.6.2/help/C'
> make[2]: *** [install-am] Error 2
> make[2]: Leaving directory
`/tmp/tmp/ev/evolution-2.6.2/help/C'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory
`/tmp/tmp/ev/evolution-2.6.2/help'
> make: *** [install-recursive] Error 1
> 
> So I haven't idea where I go wrong. In case of 2.7.1 I
think that maybe version 
> gnome libraries  2.12.0.1 is old, 2.14.x would be
better as I think ..., but in case of 
> 2.6.2 - evolution-2.6-C.omf really don't exist, but I
suppose, that there is an bug, 
> because evolution-2.6-C.omf shouldn't next extension
.out
> 
> Please help .... 
> THX
> Tomas
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Evolution-list mailing list
> Evolution-listgnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
-- 
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
fejjnovell.com  - www.novell.com

_______________________________________________
Evolution-list mailing list
Evolution-listgnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )