Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-18 Thread tudstudent
Ok, I have been trying this morning and I think I solved some issues: First: export LD_LIBRARY_PATH=/usr/lib:/usr/lib64/samba4/lib export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib64/samba4/lib64/pkgconfig/:/usr/share/pkgconfig Then: pkg-config --cflags libmapi This gives me: [code] -DHAVE_IMM

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-16 Thread Milan Crha
On Mon, 2011-05-16 at 10:35 -0700, tudstudent wrote: > export LD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/samba/lib > export > PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/samba/lib/pkgconfig: > $PREFIX/share/pkgconfig > > then: > > pkg-config --cflags libmapi > > This delivers the next error: > > Pac

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-16 Thread tudstudent
Oke, this is what i did with above message: export LD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/samba/lib export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/samba/lib/pkgconfig:$PREFIX/share/pkgconfig then: pkg-config --cflags libmapi This delivers the next error: Package talloc was not found in the

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-16 Thread Milan Crha
On Mon, 2011-05-16 at 01:45 -0700, tudstudent wrote: > Okey, maybe it makes sense to describe how I run the package: > > ./configure CFLAGS=-I/usr/lib64/samba4/include > make (which delivers me the errors) > > ... > /usr/include/libmapi/libmapi.h:49:20: fatal error: dcerpc.h: No such file or Try

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-16 Thread tudstudent
Okey, maybe it makes sense to describe how I run the package: ./configure CFLAGS=-I/usr/lib64/samba4/include make (which delivers me the errors) configure:14060: result: no configure:14063: checking libmapi cast_SPropV

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-16 Thread Milan Crha
On Sun, 2011-05-15 at 23:33 -0700, tudstudent wrote: > So I have only 1 libmapi.h installed on my system. Furthermore I have > looked > into libmapi.h: > > uint32_tcast_SPropValue(TALLOC_CTX *, struct > mapi_SPropValue > *, struct SPropValue *); > > I hope I give you correct infor

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-15 Thread tudstudent
Milan Crha wrote: > > On Sun, 2011-05-15 at 22:39 -0700, tudstudent wrote: >> ... >> When compiling evolution-mapi-3.1.1 I get stuck with the following error: >> ... >> exchange-mapi-connection.c: In function >> 'exchange_mapi_util_get_attachments': >> exchange-mapi-connection.c:1272:5: warning:

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-15 Thread Milan Crha
On Sun, 2011-05-15 at 22:39 -0700, tudstudent wrote: > ... > When compiling evolution-mapi-3.1.1 I get stuck with the following error: > ... > exchange-mapi-connection.c: In function > 'exchange_mapi_util_get_attachments': > exchange-mapi-connection.c:1272:5: warning: passing argument 2 of > 'cast_

[Evolution-hackers] Compile Evolution-Mapi 3.1.1 -> Error on libmapi.h

2011-05-15 Thread tudstudent
Last couple of days I have completely recompiled Evolution 3.1.1 (as RPM -> never done this before so a big job for me). But after some fighting with other packages I got stuck with libmapi.h When compiling evolution-mapi-3.1.1 I get stuck with the following error: [code] @linux-9i5e:~/Downl