Re: [Evolution-hackers] evolution-mapi and evolution-ews

2013-01-30 Thread Milan Crha
On Tue, 2013-01-29 at 23:33 -0300, Sasa Ostrouska wrote:
> By looking into the thing I saw that they use pkg-config --libs in the
> configure script and not pkg-config --modversion
> to determine the version of evolution-data-server-1.2.

Hi,
I see in configure.ac or evolution-mapi only this:

   PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER, evolution-data-server-$EDS_PACKAGE 
>= eds_minimum_version)

thus I guess this was translated to the code you found by the autotools,
where can lye the issue, because the evolution-data-server-1.2.pc
doesn't provide anything useful (no Libs, nor Cflags), thus I guess it
can safely die and only the sublibraries can  be used directly, which
they are already anyway. Just a thought.

> root@slack14:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/dbs-trunk#
> pkg-config --libs evolution-data-server-1.2
> Empty package name in Requires or Conflicts in file
> '/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'

This returns for me:
   -lgio-2.0 -lssl3 -lsmime3 -lnss3 -lgobject-2.0 -lglib-2.0 -lnssutil3
   -lplds4 -lplc4 -lnspr4 -lpthread -ldl

Bye,
Milan

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


[Evolution-hackers] evolution-mapi and evolution-ews

2013-01-30 Thread Sasa Ostrouska
Hi I'm trying to build the evolution-mapi and evolution-ews plugins for 3.6.3.

It seems that they are not finding the correct version of my
evolution-data-server-1.2 .

By looking into the thing I saw that they use pkg-config --libs in the
configure script and not pkg-config --modversion
to determine the version of evolution-data-server-1.2.

Now the strange thing is that I build up evolution-kolab without any problem.

What I get is the following:

root@slack14:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/dbs-trunk#
pkg-config --libs evolution-data-server-1.2
Empty package name in Requires or Conflicts in file
'/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'

root@slack14:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/dbs-trunk#
pkg-config --modversion evolution-data-server-1.2
3.6.3

If I issue pkg-config --libs evolution-mail-3.0 I get the following:
root@slack14:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/dbs-trunk#
pkg-config --libs evolution-mail-3.0-Wl,-R/usr/lib64/evolution/3.6
-Wl,--export-dynamic -pthread -L/usr/lib64/evolution/3.6
-levolution-mail -lcomposer -leshell -lemiscwidgets -leutil
-lemail-engine -ledataserverui-3.0 -lwebkitgtk-3.0 -lebook-1.2
-ljavascriptcoregtk-3.0 -lemail-utils -levolution-utils -lebackend-1.2
-lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
-lcairo-gobject -lpango-1.0 -lcairo -ledataserver-1.2 -lgmodule-2.0
-lrt -lcamel-1.2 -lplc4 -lplds4 -lnspr4 -lssl3 -lsmime3 -lnss3
-lgnome-keyring -lxml2 -lsoup-2.4 -lsqlite3 -ldl -lgio-2.0
-lgobject-2.0 -lglib-2.0

Is there some problem in my build of evolution data server ?

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


[Evolution-hackers] evolution-mapi dependency bump to OpenChange 1.0

2012-03-15 Thread Milan Crha
Hi all,
the OpenChange 1.0 had been released [1], thus I made evolution-mapi
depend on it. This dependency is included in 3.3.92+.
Bye,
Milan

[1] http://mailman.openchange.org/pipermail/devel/2012-March/005452.html

___
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] evolution-mapi depends on OpenChange's libmapi 0.11

2011-07-24 Thread Milan Crha
Hi,
just a little heads-up that evolution-mapi depends on OpenChange's
libmapi 0.11 since 3.1.4 release, which means also that the required
samba4 version is alpha16.

This brings many fixes to evolution-mapi, thus I hope that everybody
will like this change.
Bye,
Milan Crha

___
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-14 Thread Reid Thompson

On 11/14/2010 2:40 PM, Sasa Ostrouska wrote:

On Sun, Nov 14, 2010 at 12:47 PM, Sasa Ostrouska  wrote:

On Sat, Nov 13, 2010 at 9:21 PM, Sasa Ostrouska  wrote:

On Sat, Nov 13, 2010 at 9:19 PM, Sasa Ostrouska  wrote:

On Sat, Nov 13, 2010 at 12:00 PM, tjoen  wrote:

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


Hmm, seems something is wrong with it:

# pkg-config --exists --print-errors evolution-data-server-1.2
Empty package name in Requires or Conflicts in file
'/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'


Will investigate, thanks.

Rgds
Saxa


Heh, seems really is not much info in there:

r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32# cat
/usr/lib64/pkgconfig/evolution-data-server-1.2.pc
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib64
includedir=${prefix}/include
privlibdir=${libdir}/evolution-data-server-2.32
extensiondir=${libdir}/evolution-data-server-1.2/extensions
datarootdir=${prefix}/share
datadir=${datarootdir}
privdatadir=${datadir}/evolution-data-server-2.32

execversion=2.32

Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
Version: 2.32.0
Requires: gio-2.0, ,
r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32#

Will try to rebuild e-d-s.

Rgds
Saxa


Rebuilding the e-d-s have not helped, it created the same empty .pc
file. Any ideas where should I start looking ?

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

It's not empty.  I think the problem is this line

Requires: gio-2.0, ,
note the extra comma with no package preceding it which I assume this error is 
referencing:
"Empty package name in Requires or Conflicts in file"

mine contains:
$ cat ./lib/pkgconfig/evolution-data-server-1.2.pc
prefix=/opt/evo
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
privlibdir=${libdir}/evolution-data-server-2.92
extensiondir=${libdir}/evolution-data-server-1.2/extensions
datarootdir=${prefix}/share
datadir=${datarootdir}
privdatadir=${datadir}/evolution-data-server-2.92

execversion=2.92

Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
Version: 2.91.3
Requires: gio-2.0, nss, nspr






___
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-14 Thread Sasa Ostrouska
On Sun, Nov 14, 2010 at 10:12 PM, Reid Thompson  wrote:
> On 11/14/2010 2:40 PM, Sasa Ostrouska wrote:
>>
>> On Sun, Nov 14, 2010 at 12:47 PM, Sasa Ostrouska  wrote:
>>>
>>> On Sat, Nov 13, 2010 at 9:21 PM, Sasa Ostrouska  wrote:

 On Sat, Nov 13, 2010 at 9:19 PM, Sasa Ostrouska
  wrote:
>
> On Sat, Nov 13, 2010 at 12:00 PM, tjoen  wrote:
>>
>> 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
>>
> Hmm, seems something is wrong with it:
>
> # pkg-config --exists --print-errors evolution-data-server-1.2
> Empty package name in Requires or Conflicts in file
> '/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'
>
>
> Will investigate, thanks.
>
> Rgds
> Saxa
>
 Heh, seems really is not much info in there:

 r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32# cat
 /usr/lib64/pkgconfig/evolution-data-server-1.2.pc
 prefix=/usr
 exec_prefix=${prefix}
 libdir=/usr/lib64
 includedir=${prefix}/include
 privlibdir=${libdir}/evolution-data-server-2.32
 extensiondir=${libdir}/evolution-data-server-1.2/extensions
 datarootdir=${prefix}/share
 datadir=${datarootdir}
 privdatadir=${datadir}/evolution-data-server-2.32

 execversion=2.32

 Name: evolution-data-server
 Description: The evolution data server for the calendar and addressbook
 Version: 2.32.0
 Requires: gio-2.0, ,
 r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32#

 Will try to rebuild e-d-s.

 Rgds
 Saxa

>> Rebuilding the e-d-s have not helped, it created the same empty .pc
>> file. Any ideas where should I start looking ?
>>
>> Rgds
>> Saxa
>> ___
>> evolution-hackers mailing list
>> evolution-hackers@gnome.org
>> To change your list options or unsubscribe, visit ...
>> http://mail.gnome.org/mailman/listinfo/evolution-hackers
>
> It's not empty.  I think the problem is this line
>
> Requires: gio-2.0, ,
> note the extra comma with no package preceding it which I assume this error
> is referencing:
> "Empty package name in Requires or Conflicts in file"
>
> mine contains:
> $ cat ./lib/pkgconfig/evolution-data-server-1.2.pc
> prefix=/opt/evo
> exec_prefix=${prefix}
> libdir=${exec_prefix}/lib
> includedir=${prefix}/include
> privlibdir=${libdir}/evolution-data-server-2.92
> extensiondir=${libdir}/evolution-data-server-1.2/extensions
> datarootdir=${prefix}/share
> datadir=${datarootdir}
> privdatadir=${datadir}/evolution-data-server-2.92
>
> execversion=2.92
>
> Name: evolution-data-server
> Description: The evolution data server for the calendar and addressbook
> Version: 2.91.3
> Requires: gio-2.0, nss, nspr

Yes, now the question is, why on my systems it doesn't get created
correctly, also with nss and nspr in it, since I have those pacakges
on my machine.
Probably I built them wrongly. Hmmm, thx for the tip, in any case.

Rgds
Saxa
___
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-14 Thread Sasa Ostrouska
On Sun, Nov 14, 2010 at 12:47 PM, Sasa Ostrouska  wrote:
> On Sat, Nov 13, 2010 at 9:21 PM, Sasa Ostrouska  wrote:
>> On Sat, Nov 13, 2010 at 9:19 PM, Sasa Ostrouska  wrote:
>>> On Sat, Nov 13, 2010 at 12:00 PM, tjoen  wrote:
 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

>>>
>>> Hmm, seems something is wrong with it:
>>>
>>> # pkg-config --exists --print-errors evolution-data-server-1.2
>>> Empty package name in Requires or Conflicts in file
>>> '/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'
>>>
>>>
>>> Will investigate, thanks.
>>>
>>> Rgds
>>> Saxa
>>>
>>
>> Heh, seems really is not much info in there:
>>
>> r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32# cat
>> /usr/lib64/pkgconfig/evolution-data-server-1.2.pc
>> prefix=/usr
>> exec_prefix=${prefix}
>> libdir=/usr/lib64
>> includedir=${prefix}/include
>> privlibdir=${libdir}/evolution-data-server-2.32
>> extensiondir=${libdir}/evolution-data-server-1.2/extensions
>> datarootdir=${prefix}/share
>> datadir=${datarootdir}
>> privdatadir=${datadir}/evolution-data-server-2.32
>>
>> execversion=2.32
>>
>> Name: evolution-data-server
>> Description: The evolution data server for the calendar and addressbook
>> Version: 2.32.0
>> Requires: gio-2.0, ,
>> r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32#
>>
>> Will try to rebuild e-d-s.
>>
>> Rgds
>> Saxa
>>
Rebuilding the e-d-s have not helped, it created the same empty .pc
file. Any ideas where should I start looking ?

Rgds
Saxa
___
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-14 Thread Sasa Ostrouska
On Sat, Nov 13, 2010 at 9:21 PM, Sasa Ostrouska  wrote:
> On Sat, Nov 13, 2010 at 9:19 PM, Sasa Ostrouska  wrote:
>> On Sat, Nov 13, 2010 at 12:00 PM, tjoen  wrote:
>>> 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
>>>
>>
>> Hmm, seems something is wrong with it:
>>
>> # pkg-config --exists --print-errors evolution-data-server-1.2
>> Empty package name in Requires or Conflicts in file
>> '/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'
>>
>>
>> Will investigate, thanks.
>>
>> Rgds
>> Saxa
>>
>
Heh, seems really is not much info in there:

r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32# cat
/usr/lib64/pkgconfig/evolution-data-server-1.2.pc
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib64
includedir=${prefix}/include
privlibdir=${libdir}/evolution-data-server-2.32
extensiondir=${libdir}/evolution-data-server-1.2/extensions
datarootdir=${prefix}/share
datadir=${datarootdir}
privdatadir=${datadir}/evolution-data-server-2.32

execversion=2.32

Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
Version: 2.32.0
Requires: gio-2.0, ,
r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32#

Will try to rebuild e-d-s.

Rgds
Saxa
___
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-14 Thread Sasa Ostrouska
On Sat, Nov 13, 2010 at 9:19 PM, Sasa Ostrouska  wrote:
> On Sat, Nov 13, 2010 at 12:00 PM, tjoen  wrote:
>> 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
>>
>
Hmm, seems something is wrong with it:

# pkg-config --exists --print-errors evolution-data-server-1.2
Empty package name in Requires or Conflicts in file
'/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'


Will investigate, thanks.

Rgds
Saxa
___
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


[Evolution-hackers] evolution-mapi 0.32.0

2010-11-12 Thread Sasa Ostrouska
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 dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOME_PLATFORM... yes
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'

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables
EVOLUTION_DATA_SERVER_CFLAGS
and EVOLUTION_DATA_SERVER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Error!  Configure exited with status: 1
Failed package evolution-mapi

r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32#

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

Rgds
Saxa
___
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 is failing to compile on gnome-2.30 branch

2010-04-26 Thread Paul Smith
On Mon, 2010-04-26 at 14:37 +0200, Milan Crha wrote:
> you've too new OpenChange, the API for this function changed. It is
> fixed on master, and now on gnome-2-30 too. Please update your git repo
> or download 0.30.1 tar-ball.

Thanks Milan; I'm trying it now... and success!  Thanks.

___
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 is failing to compile on gnome-2.30 branch

2010-04-26 Thread Milan Crha
On Sun, 2010-04-25 at 22:05 -0400, Paul Smith wrote:
> ...
> exchange-mapi-connection.c: In function 'exchange_mapi_events_init':
> exchange-mapi-connection.c:3160: error: too few arguments to function 
> 'RegisterNotification'
> ...
> Help?

Hi,
you've too new OpenChange, the API for this function changed. It is
fixed on master, and now on gnome-2-30 too. Please update your git repo
or download 0.30.1 tar-ball.
Bye,
Milan

___
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] evolution-mapi is failing to compile on gnome-2.30 branch

2010-04-25 Thread Paul Smith
Hi all; trying to build the gnome-2.30 branch of the evolution-mapi
component is currently failing to compile:

make[3]: Entering directory `/home/src/evo/evo-2.30/obj/evolution-mapi/src'
Making all in libexchangemapi
make[4]: Entering directory 
`/home/src/evo/evo-2.30/obj/evolution-mapi/src/libexchangemapi'
  CC exchange-mapi-folder.lo
  CC exchange-mapi-connection.lo
../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c: In 
function 'exchange_mapi_connection_fetch_item':
../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c:1492: 
warning: pointer targets in assignment differ in signedness
../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c: In 
function 'exchange_mapi_events_init':
../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c:3160: 
error: too few arguments to function 'RegisterNotification'
make[4]: *** [exchange-mapi-connection.lo] Error 1
make[4]: Leaving directory 
`/home/src/evo/evo-2.30/obj/evolution-mapi/src/libexchangemapi'

Help?


___
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 exchange 2007 fails to send messages encoding in non-english characters

2010-02-01 Thread Paul Smith
On Mon, 2010-02-01 at 11:37 +0100, Milan Crha wrote:
> On Fri, 2010-01-29 at 01:04 -0800, Fred Liu wrote:
> > Is there anyone who has ever met this?
> 
>   Hi,
> there have been some bug reports in https://bugzilla.gnome.org but the
> fix came to the quite recent:
> https://bugzilla.gnome.org/show_bug.cgi?id=608320

Hi Milan; in addition to that issue (I'll try to test this early this
week, thanks for the fix!) you can see the Fred is suffering from
another bug I reported and still see; this one:

https://bugzilla.gnome.org/show_bug.cgi?id=607107

It would be great if someone can investigate this as well.  Having these
attachments added means, really, I can't use Evo for sending mail
through the Exchange server (would you accept that behavior in all the
email you send?)

Cheers!!

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evolution-mapi exchange 2007 fails to send messages encoding in non-english characters

2010-02-01 Thread Milan Crha
On Fri, 2010-01-29 at 01:04 -0800, Fred Liu wrote:
> Is there anyone who has ever met this?

Hi,
there have been some bug reports in https://bugzilla.gnome.org but the
fix came to the quite recent:
https://bugzilla.gnome.org/show_bug.cgi?id=608320
Bye,
Milan

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] evolution-mapi exchange 2007 fails to send messages encoding in non-english characters

2010-01-31 Thread Fred Liu
 Forwarded Message 
> From: Fred Liu 
> Reply-to: Fred Liu 
> Subject: evolution-mapi exchange 2007 fails to send messages encoding
> in non-english characters
> Date: Fri, 29 Jan 2010 17:04:53 +0800
>=20
> Hello,
>=20
> Is there anyone who has ever met this?
>=20
> Thanks.
>=20
> Fred

<>___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] evolution-mapi exchange 2007 fails to send messages encoding in non-english characters

2010-01-31 Thread Fred Liu
Hello,

Is there anyone who has ever met this?

Thanks.

Fred
<>___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] EVolution-MAPI

2009-10-27 Thread Tor Lillqvist
(Please don't follow-up privately to a message thread that started on
a public mailing list. I am adding evolution-hackers back to the
recipient list.)

> It would be great to have a similar tutorial on how to build it from source
> to port for windows, the packages required, the configure, makefiles and all
> necessary stuff.

Yes, feel free to do that.

The overwhelmingly simplest way to build software like Evolution and
the necessary parts of the GNOME stack etc below it for Windows is to
cross-compile from Linux. Doing it like that means you have few
problems with autotools or libtool. That is certainly the direction I
am (slowly) moving, even if I still do build natively on Windows those
packages that I distribute on ftp.gnome.org.

Take a look at the openSUSE Build Service where a colleague of mine
has set up several projects cross-compiling lots of software packages
for Windows, see for instance
http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_11.0/noarch/

> I just wonder if one from your team could point me to way of compiling it.

"my team"? ;) Ack, no, I doubt people have time for that. Just start
by learning to do simpler things first, make sure you understand what
is going on, and then move on to more and more complex stuff. Don't
jump in at the deep end. Start by learning how to (cross-)compile for
instance GLib.

> That would be a great contribution to people like me wnat to get rid of MS
> desktop enviroment.

Sorry, I think you misunderstand something here. Few people work on
Evolution etc just out of idealism or a desire to "hurt" Microsoft.
(Besides, you said yourself that in your case you would still be using
an Exchange server, *and* obviously a Windows desktop, so I don't
fully see your point here.)

--tml
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] EVolution-MAPI

2009-10-27 Thread Tor Lillqvist
> I wonder if can myself compile it using cigwin environment from the source

Cygwin is not Windows. Cygwin is a kind of Unix that just happens to
run on top of Windows. The existing port of (older versions of)
Evolution and the necessary parts of the GNOME stack below is
specifically for *native* Windows. Cygwin is not used.

Theoretically it shouldn't be hard to build Evolution and everything
below for Cygwin. But Evolution running on Cygwin certainly is not a
project I personally would be interested in taking part in, or using.

(Yes, I know I didn't answer his actual question.)

--tml
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] EVolution-MAPI

2009-10-27 Thread erico henrique guimaraes
Hello Folks,

Just arrived to this list and I know you might be tired out of answering
this question: will there be a port for windows of evolution-MAPI so that I
can use it with MS 2007?
I wonder if can myself compile it using cigwin environment from the source
or there is any else that makes it really unworthy.
I just what to hear from you before I start working.

thanks a lot.

Érico
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers