search for: 20130718

Displaying 20 results from an estimated 52 matches for "20130718".

2013 Jul 18
4
LUA
...n/lua /usr/lib64/liblua-5.1.so /usr/bin/luac /usr/bin/lua Jacob Miles Software Engineer jacob.e.miles at l-3com.com 903.457.4422 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130718/0efcb654/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 5163 bytes Desc: image001.png URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130718/0efcb654/attachment.png>
2013 Jul 18
2
Help building OPUS library using FIXED_POINT option
...following error occu rred while executing this line: C:\eng\nmt\NextGen\trunk\android\NextGen\build-native-lib.xml:28: exec returned: 2 Total time: 1 minute 10 seconds -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130718/d1b9c0fe/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: build_config _FLP.py Type: application/octet-stream Size: 16563 bytes Desc: build_config _FLP.py Url : http://lists.xiph.org/pipermail/opus/attachments/20130718/d1b9c0fe/attachment-0002...
2013 Jul 18
1
[LLVMdev] Trap instruction for ARMv7 and Thumb
...ed opcode. For ARM mode, it uses 0xe7ffdefe, for Thumb 0xdefe. Why not use the BKT #imm instruction? Does anybody remember the reason behind this? Thanks, Mihai -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130718/bd6780e3/attachment.html>
2013 Jul 18
2
[LLVMdev] Compile Error SVN
...[1]: Leaving directory `/root/llvm-3.3.src/tools/clang/lib' make: *** [all] Error 1 Did I do something wrong? -- Thanks, Brian Herman college.nfshost.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130718/f914bab4/attachment.html>
2013 Jul 18
2
[LLVMdev] Debugging buildbot failure
...m trying to fix to re-submit. Is there any good way to debug the issue which does not occur on my local x86-64 machine? I don't have S390 nor PPC64 machines. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130718/cb546103/attachment.html>
2013 Jul 18
2
[LLVMdev] Debugging buildbot failure
...ticular, your code probably > accidentally depends on the host endianness. (Looking at the commit > in question seems to confirm that.) > > -Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130718/55b4f666/attachment.html>
2013 Jul 18
1
CEL custom variable in outbound channel
...nnel variable value in a CEL event? I tried changing the default cel_sqlite3 template to include a channel variable, but it is always empty. Best, Hristo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130718/d035b28a/attachment.htm>
2013 Jul 17
3
[LLVMdev] regarding compiling clang for different platform
Hi, I am new to LLVM I want to use llvm and clang on Android, I have downloaded android toolchain and did the configure for llvm using the following commad ./configure --build=arm-linux-androideabi --host=arm-linux-androideabi --target=arm-linux-androideabi --with-float=hard --with-fpu=neon --enable-targets=arm --enable-optimized --enable-assertions and was getting the error "checking
2013 Jul 19
0
Processed: user debian-qa@lists.debian.org, tagging 714794, tagging 710035, found 668754 in 0.36-1 ...
...ne: Moritz Muehlenhoff <jmm at inutil.org>} [release.debian.org] RM: chicken/4.7.0-1 Removed tag(s) moreinfo. > found 668754 0.36-1 Bug #668754 [monkeysphere] monkeysphere: unowned files after purge (policy 6.8, 10.8) Marked as found in versions monkeysphere/0.36-1. > found 672256 5.2.2+20130718-2 Bug #672256 {Done: Roland Mas <lolando at debian.org>} [gforge-db-postgresql] gforge-db-postgresql: unowned files after purge (policy 6.8, 10.8): /etc/postgresql/9.1/main/pg_hba.conf.ucf-old Marked as found in versions fusionforge/5.2.2+20130718-2 and reopened. > found 717157 2.0.91-2 Bu...
2013 May 19
29
[Bug 64774] New: nouveau GF108 kernel crash in optimus mode when enabling external display output
https://bugs.freedesktop.org/show_bug.cgi?id=64774 Priority: medium Bug ID: 64774 Assignee: nouveau at lists.freedesktop.org Summary: nouveau GF108 kernel crash in optimus mode when enabling external display output QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified
2013 Jul 18
1
[LLVMdev] Nested Loop Unrolling
Hi, In LLVM (using the opt tool), is it possible to force a nested loop be unrolled entirely? Something like a pass option? I have a nested loop with depth of 4, and all trip counts are known at compile time, but so far I've only been able to do this by 4 invocations of the -loop-simplify, -loop-rotate, -loop-unroll passes. Thanks, Ali
2013 Jul 15
1
[LLVMdev] [cfe-dev] design for an accurate ODR-checker with clang
> Mmm. So you want to warn the user that two libraries using different > assertion settings both use the standard library? > > I think warning about actual differences in code, as opposed to differences > in type/vtable layout, is going to be pretty fraught with uninteresting > positives, but if you want to chase that rabbit, it's your time spent. It's probably
2013 Jul 18
0
[LLVMdev] regarding compiling clang for different platform
Hi Venkata, > ./configure --build=arm-linux-androideabi --host=arm-linux-androideabi > --target=arm-linux-androideabi --with-float=hard --with-fpu=neon > --enable-targets=arm --enable-optimized --enable-assertions Renato's suggestion is a good one, but I suspect the immediate problem here is that this configure line is for building *on* an ARM board. You're probably executing
2013 Jul 18
0
[LLVMdev] Debugging buildbot failure
On Thu, Jul 18, 2013 at 4:29 PM, Rui Ueyama <ruiu at google.com> wrote: > Hi LLVMdev, > > My recent commit r186623 caused buildbots for s390-linux and ppc64-linux to > fail. I rolled back that commit, and I'm trying to fix to re-submit. > > Is there any good way to debug the issue which does not occur on my local > x86-64 machine? I don't have S390 nor PPC64
2013 Jul 18
0
[LLVMdev] issues for mac os building llvm?
> I just bought an 11" mac air for when I'm travelling or somewhere else that > is not at work and wanted to be able to do llvm work on it. > > I got the the 8 gig version but with a 128 gig flash drive because it seemed > to be enough but if I had to create another partition for llvm, then maybe I > should get the 256 gig version. > > It's not really a work
2013 Jul 18
0
Trouvez votre futur logement dans le Grand Ouest sur Ouest-immobilier-neuf.com !
...i vous ne d??sirez plus recevoir notre lettre d'information, cliquez ici <http://img.mp31.ch/203221958/241142/uns-110878-fr-18072013.html> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20130718/8c60b36e/attachment.html>
2013 Jul 18
1
raspberrypi
...sing raspberrypi as mp3 source by configuring darkice or liquidsoap... if you are succeed or have an idea about it, please share... Thank You -Ashwin. +91-9959166266 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20130718/6efa6500/attachment.htm
2013 Jul 18
0
Help understand decoding of stereo vorbis data
...pany registered in England & Wales with company number 03982706 and a registered office at St John's Innovation Centre, Cowley Road, Cambridge, CB4 0WS, UK. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20130718/a1d49495/attachment.htm
2013 Jul 18
0
CESA-2013:X003 Important Xen4CentOS xen Update
...os.org/ } irc: hughesjr, #centos at irc.freenode.net -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature Url : http://lists.centos.org/pipermail/centos-announce/attachments/20130718/1973e3c5/attachment.bin
2013 Jul 18
0
Recommended in Asterisk Wiki E-Mail
...Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130718/15436fb8/attachment.htm>