search for: wanadoo

Displaying 20 results from an estimated 1164 matches for "wanadoo".

2003 Oct 31
5
VoiceMail Configuration
Hi, I have some troubles with voicemail sending message to my email address. Do I have to configure sendmail to use Voicemail ? What's about sendmail configuration ? In voicemail. i have lines like this : [default] 1000 => 1234, xxxx yyyy,beasse.lsc@wanadoo.fr I don't see what's password 1234 is ? (password for what ?) But i never received any mail with wav file attached in my beasse.lsc mailbox (wanadoo.fr) The message and the files are in /var/spool/..../1000/INBOX If someone can help me ?
2008 Jul 07
11
[Bug 16634] New: swfdec-0.7. 2 not able to play audio in the following Flash file: http://randomfoo.net/ oscon/2002/lessig/free_culture.swf.
...tform: Other URL: http://randomfoo.net/oscon/2002/lessig/free_culture.swf OS/Version: All Status: NEW Severity: critical Priority: high Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: ousia at wanadoo.es QAContact: swfdec at lists.freedesktop.org swfdec-0.7.2 seems not to be able to -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
2001 May 22
2
Configuration/Announce
...s set up to use a native Windows system) Maintainers are welcome to update theirs packages accordingly (default values are in documentation/samples/config & winedefault.reg) Detailed information is available in documentation/multimedia.sgml. A+ -- --------------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle
2011 Nov 01
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Óscar Fuentes <ofv at wanadoo.es> writes: > A good measure of how fast a set of Makefile are is to run the build > with all targets up-to-date. Both builds takes a few seconds (3 or so) > on my Linux quad core box. Whatever improvement can be achieved on this > seems pretty insignifant. Oh, it's significant...
2009 Aug 09
2
[LLVMdev] modify cmakefiles to set the default triple of msvc and mingw to i686-pc-mingw
On Sun, Aug 9, 2009 at 10:03 AM, Óscar Fuentes<ofv at wanadoo.es> wrote: >> Also, now msvc support multiple target. So it's better to set it as >> ${LLVM_ALL_TARGETS} >> It's can working, why not set it to:. > > I think most LLVM users on Windows are interested on X86 only. This > saves a lot of time on the build process...
2009 Aug 25
2
[LLVMdev] Slow jitter.
Eli Friedman <eli.friedman at gmail.com> writes: > On Wed, Aug 26, 2009 at 1:10 AM, Óscar Fuentes<ofv at wanadoo.es> wrote: >> While compiling some sources, translating from my compiler's IR to LLVM >> using the C++ API requires 2.5 seconds. If the resulting LLVM module is >> dumped as LLVM assembler, the file is 240,000 lines long. Generating >> LLVM code is fast. >> >...
2011 Jan 14
2
[LLVMdev] Circular Deps from CMake build using makefile
----- Original Message ---- > From: Óscar Fuentes <ofv at wanadoo.es> > To: Samuel Crow <samuraileumas at yahoo.com> > Cc: Óscar Fuentes <ofv at wanadoo.es>; LLVM Developers Mailing List ><llvmdev at cs.uiuc.edu> > Sent: Fri, January 14, 2011 4:39:57 PM > Subject: Re: Circular Deps from CMake build using makefile > > Sa...
2012 Dec 19
2
[LLVMdev] GetElementPtrConstantExpr
...nstantExpr::getBitCast (ConstantDataArray::getString (getGlobalContext (), "hello"), PointerType::get (Type::getInt8Ty (getGlobalContext ()), 0)) but the LLC tool says: invalid cast opcode for cast from '[5 x i8]' to 'i8*'. Any help? 2012/12/18 Óscar Fuentes <ofv at wanadoo.es> > Alessio Giovanni Baroni <alessiogiovanni.baroni at gmail.com> writes: > > > Because I need to convert an [4 x i8] type to i8* in the instantiation > of a > > GlobalVariable. > > I have the follow declaration: %xxx = type { i8* } and I must emit the > &g...
2010 Dec 22
2
[LLVMdev] LLVM installation in Windows
...re they the same? > Akramul > > --- On Tue, 21/12/10, Anton Korobeynikov <anton at korobeynikov.info> wrote: > > From: Anton Korobeynikov <anton at korobeynikov.info> > Subject: Re: [LLVMdev] LLVM installation in Windows > To: "Óscar Fuentes" <ofv at wanadoo.es> > Cc: "akramul azim" <bijoy123_8 at yahoo.com>, llvmdev at cs.uiuc.edu > Date: Tuesday, 21 December, 2010, 6:41 PM > > > Possibly the OCaml bindings are broken on Windows/MinGW. Try building > > with cmake instead of configure&make. The cmake build i...
2005 Mar 24
0
Re: [2] X100p problem
...problem before and i fix it whit this in my zapata.conf and this in the Makefile #BUSYDETECT = #-DBUSYDETECT recompile all and i am happy know -----Message d'origine----- De : David Hill [mailto:asterisk@binarystorm.net] Envoy? : jeudi 24 mars 2005 13:42 ? : alain.meliot@wanadoo.fr Objet : RE:[2] X100p problem That is what I already have. I thought it BUSYDETECT_MARTIN was already ok... Nevertheless, it's not working... ;( # Original busydetect routine BUSYDETECT = #-DBUSYDETECT # Improved busydetect routine, comment the previous one if you use thisone...
2008 Mar 26
4
[LLVMdev] Wrong calling convention?
Duncan Sands <baldrick at free.fr> writes: >> But you put me on the right track. The problem is that the class is >> returned on the stack. Correction: The class is returned on the FP stack: >> 0x6e08b5b5 <_ZN3Foo6GetFooEv+17>: fldl -0x8(%ebp) >> 0x6e08b5b8 <_ZN3Foo6GetFooEv+20>: leave >> 0x6e08b5b9 <_ZN3Foo6GetFooEv+21>:
2011 Nov 01
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
greened at obbligato.org (David A. Greene) writes: > Óscar Fuentes <ofv at wanadoo.es> writes: > >> A good measure of how fast a set of Makefile are is to run the build >> with all targets up-to-date. Both builds takes a few seconds (3 or so) >> on my Linux quad core box. Whatever improvement can be achieved on this >> seems pretty insignifant. >...
2012 Mar 27
14
[Bug 47965] New: I can't modify brightness with nVidia 1000m Quadro
...Product: xorg Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: cacouret at wanadoo.fr QAContact: xorg-team at lists.x.org I have this nvidia card : 01:00.0 VGA compatible controller: nVidia Corporation GF108 [Quadro 1000M] (rev a1) But I can't modify the brightness, xbacklight or to modify /sys/class/backlight/acpi_video0/brightness. And the touch in the keyboard...
2013 Dec 18
2
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
----- Original Message ----- > From: "Tom Stellard" <tom at stellard.net> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: cfe-dev at cs.uiuc.edu, llvmdev at cs.uiuc.edu, "Óscar Fuentes" <ofv at wanadoo.es> > Sent: Wednesday, December 18, 2013 10:55:43 AM > Subject: Re: [cfe-dev] [LLVMdev] LLVM 3.4 Branch Freeze > > On Fri, Dec 13, 2013 at 04:49:11PM -0600, Hal Finkel wrote: > > ----- Original Message ----- > > > From: "Tom Stellard" <tom at stellard.ne...
2011 Nov 01
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Óscar Fuentes <ofv at wanadoo.es> writes: > Okay, we can get rid of recursive make. However, as pointed out > elsewhere, removing recursive make will not make a difference on the > LLVM build. What David Greene says probably is related to difference > sizes among his compiler and LLVM. Ok, whatever. I'm do...
2020 Oct 08
0
Mail server troubles
...> rejected: > > --8<-------------------------------------------------------- > <xxxxxxxx at orange.fr>: host smtp-in.orange.fr[193.252.22.65] said: 550 > 5.2.0 > Mail rejete. Mail rejected. ofr_506 [506] (in reply to end of DATA > command) > > <yyyyyyyy at wanadoo.fr>: host smtp-in.orange.fr[193.252.22.65] said: 550 > 5.2.0 > Mail rejete. Mail rejected. ofr_506 [506] (in reply to end of DATA > command) > --8<-------------------------------------------------------- > > This happens randomly with the usual suspects among crappy mail...
2009 Aug 26
0
[LLVMdev] Slow jitter.
On Tue, Aug 25, 2009 at 4:58 PM, Óscar Fuentes<ofv at wanadoo.es> wrote: > Eli Friedman <eli.friedman at gmail.com> writes: > >> On Wed, Aug 26, 2009 at 1:10 AM, Óscar Fuentes<ofv at wanadoo.es> wrote: >>> While compiling some sources, translating from my compiler's IR to LLVM >>> using the C++ API requires 2.5...
2020 Oct 08
6
Mail server troubles
...l out to parents, and sometimes, mail gets rejected: --8<-------------------------------------------------------- <xxxxxxxx at orange.fr>: host smtp-in.orange.fr[193.252.22.65] said: 550 5.2.0 Mail rejete. Mail rejected. ofr_506 [506] (in reply to end of DATA command) <yyyyyyyy at wanadoo.fr>: host smtp-in.orange.fr[193.252.22.65] said: 550 5.2.0 Mail rejete. Mail rejected. ofr_506 [506] (in reply to end of DATA command) --8<-------------------------------------------------------- This happens randomly with the usual suspects among crappy mail providers like Orange, Hotma...
2005 Mar 27
5
Print from wine
I'm running debian sarge and have installed wine with "apt-get" (wine 20041201). Afterwards I configurated it with winetools. Everything went fine. I also installed the Internet Explorer and Office 2000. There were no problems during the installation and IE and Office run without problems besides printing. There I get error messages like "no printer installed". Is
2010 Dec 23
0
[LLVMdev] LLVM installation in Windows
...It worked !!! Akramul --- On Wed, 22/12/10, Jim Grosbach <grosbach at apple.com> wrote: From: Jim Grosbach <grosbach at apple.com> Subject: Re: [LLVMdev] LLVM installation in Windows To: "akramul azim" <bijoy123_8 at yahoo.com> Cc: "Óscar Fuentes" <ofv at wanadoo.es>, "Anton Korobeynikov" <anton at korobeynikov.info>, llvmdev at cs.uiuc.edu Date: Wednesday, 22 December, 2010, 7:50 PM Did you specify "--program-prefix=llvm-" on your configure line? That's what tells the llvm-gcc build to use the llvm-* names for the executab...