Displaying 20 results from an estimated 174 matches for "mapi".
Did you mean:
map
2015 Feb 17
7
[LLVMdev] [PATCH 0/2 v3] add visibility hidden to tls entry points
...indola at gmail.com>
in http://llvm.org/bugs/show_bug.cgi?id=19778.
Tested with gcc 4.9 and clang 3.6(rc)
Marc Dietrich (2):
configure: add visibility macro detection to configure
add visibility hidden to tls entry points
configure.ac | 28 ++++++----------------------
src/mapi/Makefile.am | 1 +
src/mapi/entry_x86-64_tls.h | 4 ++--
src/mapi/entry_x86_tls.h | 5 +++--
src/mapi/entry_x86_tsd.h | 5 +++--
src/util/macros.h | 6 ++++++
6 files changed, 21 insertions(+), 28 deletions(-)
--
2.2.2
2015 Feb 17
3
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
...t; ---
> v2: - no change
> v3: - include util directory in Makefile.am in order to avoid relative
> include paths,
> - make tls entry points array const
>
I adapted this patch as v4 to fit mesa v10.4.4, but it fails (see
log-file in attached tarball).
- Sedat -
> src/mapi/Makefile.am | 1 +
> src/mapi/entry_x86-64_tls.h | 4 ++--
> src/mapi/entry_x86_tls.h | 5 +++--
> src/mapi/entry_x86_tsd.h | 5 +++--
> 4 files changed, 9 insertions(+), 6 deletions(-)
>
> diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am
> index 6794682..c...
2015 Feb 09
2
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
...0.3.7 [1].
>> The issue still remains in mesa v10.4.4.
>>
>> So, this is a field test to see if LLVM/Clang v3.6.0rc2 fits my needs.
>>
>> I see the following build-error...
>> ...
>>
>> make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
>> CC shared_glapi_libglapi_la-entry.lo
>> clang version 3.6.0 (tags/RELEASE_360/rc2)
>> Target: x86_64-unknown-linux-gnu
>> Thread model: posix
>> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6
>> Found candidate GCC installation...
2015 Oct 26
2
MAPI Properties?
I'm using Dovceot/IMAP on Linux and Outlook clients on WIN7 workstations. Mail
on Linux is stored in Maildir format.
I'm searching for where Outook keeps its information on color categories in
IMAP. According to Diane Poremsky at slipstick.com, "Outlook stores it in the
mapi properties of each message. If you use MFCMAPI to viuw the messages, you'll
see the properties." MAPI is a Windows thing and the recommended MFCMAPI is for
viewing these properties in Exchange. Not what I can use.
Outlook must be storing these properties somewhere in the Dovecot/IMAP syst...
2008 Mar 20
1
0pensource MAPI client for Exchange
Anyone know a good Linux client for Exchange that is MAPI based and not IMAP based? Using Evolution, but going from Outlook/MAPI to this is not fun?
Thanks!
jlc
2015 Feb 07
5
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
...is when playing 1st time with my llvm-toolchain
v3.6.0rc2 and mesa v10.3.7 [1].
The issue still remains in mesa v10.4.4.
So, this is a field test to see if LLVM/Clang v3.6.0rc2 fits my needs.
I see the following build-error...
...
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
CC shared_glapi_libglapi_la-entry.lo
clang version 3.6.0 (tags/RELEASE_360/rc2)
Target: x86_64-unknown-linux-gnu
Thread model: posix
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6.4
Found candidate G...
2015 Feb 20
2
[LLVMdev] [PATCH 0/2 v3] add visibility hidden to tls entry points
...;
>> Tested with gcc 4.9 and clang 3.6(rc)
>>
>> Marc Dietrich (2):
>> configure: add visibility macro detection to configure
>> add visibility hidden to tls entry points
>>
>> configure.ac | 28 ++++++----------------------
>> src/mapi/Makefile.am | 1 +
>> src/mapi/entry_x86-64_tls.h | 4 ++--
>> src/mapi/entry_x86_tls.h | 5 +++--
>> src/mapi/entry_x86_tsd.h | 5 +++--
>> src/util/macros.h | 6 ++++++
>> 6 files changed, 21 insertions(+), 28 deletions(-)
>>
>
&g...
2015 Feb 09
2
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
...0.3.7 [1].
>> The issue still remains in mesa v10.4.4.
>>
>> So, this is a field test to see if LLVM/Clang v3.6.0rc2 fits my needs.
>>
>> I see the following build-error...
>> ...
>>
>> make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
>> CC shared_glapi_libglapi_la-entry.lo
>> clang version 3.6.0 (tags/RELEASE_360/rc2)
>> Target: x86_64-unknown-linux-gnu
>> Thread model: posix
>> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6
>> Found candidate GCC installation:...
2006 Feb 22
0
mysterious rebounce in htb
...e external interference, but
who knows.6
htb config is created by this script. Note I created two root classes so
that my regular work on this desktop doesn''t interfere with the
measurements and tests I''m performing (or so I hope):
#!/bin/bash
DEV=eth0
WWWPORT=8000
SMTPPORT=2500
MAPI=10.0.16.10
tc qdisc del dev $DEV root > /dev/null 2>&1
# root qdisc
tc qdisc add dev $DEV handle 1: root htb default 2
# root classes
tc class add dev $DEV classid 1:1 parent 1: htb rate 100kbps
tc class add dev $DEV classid 1:2 parent 1: htb rate 90mbit
tc qdisc add dev $DEV handle 2:...
2015 May 04
2
libguestfs install error
...untu 12.04. so I download
libguestfs-1.28.1 and try to install it .
what I did is : ./autogen.sh
./configure
make
this time some errors occurs :
File "output_libvirt.ml", line 53, characters 4-13:
Error: Unbound value List.mapi
make[2]: *** [output_libvirt.cmx] Error 2
make[2]: Leaving directory `/usr/Libvmi/libguestfs-1.28.1/v2v'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/Libvmi/libguestfs-1.28.1'
make: *** [all] ?? 2
I still can't fix it after searching so please help me !
-----...
2010 Oct 26
2
Exchange-replacement with SOGo
I thought some people here would be interested:
Recently SOGo added support for OpenChange, which means Outlook can natively access it via MAPI the same way as Exchange. Everything is open source, and the great thing about SOGo is that it uses existing IMAP server for mails rather than reimplementing yet another one itself. They seem to prefer Cyrus, but apparently Dovecot should work too. For non-mail (calendar, etc) it uses SQL, but I he...
2010 May 23
2
mapi32.dll.MAPIResolveName unimplemented?
Hi, i'm trying to run a legacy application written in VisualBasic (apparently). I started to try each option/menu and currently I found this error trying to send emails using a builtin form:
fixme:mapi:MAPILogon (0x00000000 "" 0x17e32c 0x00000001 0x00000000 0x17e318) Stub
wine: Call from 0x7b8450c9 to unimplemented function mapi32.dll.MAPIResolveName, aborting
fixme:mapi:MAPILogoff (0x00000001 0x00000000 0x00000000 0x00000000) Stub
Apparently it's implemented (or at least registere...
2015 Feb 14
4
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
...lek <sedat.dilek at gmail.com> wrote:
>>>>
>>>> On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>>>>> On 07/02/15 22:42, Sedat Dilek wrote:
>>> ...
>>>>>> In file included from ../../src/mapi/entry.c:49:
>>>>>> ./entry_x86-64_tls.h:66:1: warning: tentative array definition assumed
>>>>>> to have one element
>>>>>> x86_64_entry_start[];
>>>>>> ^
>>>>>> fatal error: error in backend: symbol 'x86_...
2015 Feb 10
2
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
...:
> On 09 Feb 2015, at 18:52, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>>
>> On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>>> On 07/02/15 22:42, Sedat Dilek wrote:
> ...
>>>> In file included from ../../src/mapi/entry.c:49:
>>>> ./entry_x86-64_tls.h:66:1: warning: tentative array definition assumed
>>>> to have one element
>>>> x86_64_entry_start[];
>>>> ^
>>>> fatal error: error in backend: symbol 'x86_64_entry_start' is already defined
&...
2005 Jun 09
5
Voicemail and MS Exchange
...most likely to be
Outlook based, who could use pst & Imap (Or pop3 if asterisk could auto
forward and then delete voice mail) to retrieve voicemail via email without
having to worry about central Exchange issues. Might be my lack of knowledge
but this would appear to be able to be written as a mapi outlook add in that
could update Asterisk to purge voice mail at the same time the user deletes
the local copy? Based on the assumption on Imap? I would support a bounty
either way that offered this feature.
Magnus
2003 Sep 22
1
Speaking of Outlook
Does anybody have a reasonable solution for an Outlook MAPI plugin that
works with asterisk? At very least, I would like Asterisk to push incoming
call information to the computer, which should then open an Outlook form,
launch a web browser, etc. Beyond that, it would be cool to have Outlook
initiate outgoing calls.
Shouldn't be too difficult, and...
2009 Jun 25
1
Evolution to Exchange 2007?
Hello to all:
What is the most recent status of MAPI support for Evolution
connectivity to Exchange 2007 server for calendaring, etc?
I've seen various blogs and email threads, but I wanted to tap this
list's resources, too.
Thanks.
Scott
2001 Jul 23
1
USB
I have Windows software that uses the USB and mapi. Should this software
be able to run with WINE?
Damon
2004 Dec 31
2
Supressing empty sections with Sweave
Dear useRs,
I'm writing regular survey reports using Sweave. Each
report has several sections along the lines of:
\section*{Disease X}
<<MapX,fig=TRUE,echo=FALSE>>=
image(vectorx,vectory,matrixz)
@
Notes with or without Sexpr{a}.
\vfill
\pagebreak
\section*{Disease Y}
<<MapY,fig=TRUE,echo=FALSE>>=
...etc.
Often one or more of the diseases is not observed (all
2018 Aug 14
2
[PATCH] v2v: -o rhv-upload: Fix error message disk numbering (RHBZ#1615885).
...17f 100644
--- a/v2v/output_rhv_upload.ml
+++ b/v2v/output_rhv_upload.ml
@@ -361,13 +361,13 @@ If the messages above are not sufficient to diagnose the problem then add the
*)
let nr_disks = List.length targets in
let image_uuids =
- List.map (
- fun t ->
+ List.mapi (
+ fun i t ->
let id = t.target_overlay.ov_source.s_disk_id in
let diskid_file = diskid_file_of_id id in
if not (wait_for_file diskid_file finalization_timeout) then
error (f_"transfer of disk %d/%d failed, see earlier error messages&quo...