similar to: Installing PIL-1.1.5

Displaying 20 results from an estimated 9000 matches similar to: "Installing PIL-1.1.5"

2004 Oct 14
1
FW: Maps and plotting
Thanks for the help on the translucent dots. What would be the best method for creating a map of the facility? I looked into map* in the libraries and didn't find anything on creating the maps, just using them. Thanks again... Shawn Way, PE Engineering Manager sway at tanox.com -----Original Message----- From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] Sent: Thursday, October
2013 Nov 14
0
[LLVMdev] Vectorization of loops with conditional dereferencing
Hi Nadav, On 14/11/13 17:38, Nadav Rotem wrote: > Sure. Vectorization of stores is done by loading the current value from memory, blending the new value and saving it back to memory. Just a side note: You may run into trouble with this approach when people start using the loop vectorizer in combination with multi threading. The load/blend/store scheme introduces a race condition in this
2008 Dec 04
1
Is anyone using Review Board on CentOS 5?
I'm trying to install Review Board (http://review-board.org) with python-setup tools and "sudo easy_install ReviewBoard", but this fails as follows: easy_install ReviewBoard Searching for ReviewBoard Best match: ReviewBoard 0.9.dev-20081202 Processing ReviewBoard-0.9.dev_20081202-py2.4.egg ReviewBoard 0.9.dev-20081202 is already the active version in easy- install.pth
2013 Nov 14
2
[LLVMdev] Vectorization of loops with conditional dereferencing
Its a good point. We will need to document the semantics of the vectorization pragma well. On Nov 14, 2013, at 10:58 AM, Ralf Karrenberg <Chareos at gmx.de> wrote: > Hi Nadav, > > On 14/11/13 17:38, Nadav Rotem wrote: >> Sure. Vectorization of stores is done by loading the current value from memory, blending the new value and saving it back to memory. > > Just a
2016 Jul 24
8
[Bug 97066] New: Blank screen when starting KMS on a GTX970 for kernel 4.6 series
https://bugs.freedesktop.org/show_bug.cgi?id=97066 Bug ID: 97066 Summary: Blank screen when starting KMS on a GTX970 for kernel 4.6 series Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2004 Oct 13
3
Maps and plotting
At our facility we have multiple sample points that are sampled on any given day. What I would like to do is create a map of the facility with the sample points (and point labels) and when we have out of specification results, place a transparent dot over the area on the map. As the number of OOS results builds up, I envision the dot getting darker. Are there any packages out there that can aid
2004 May 17
4
Redhat 7.3 compiling problem
Firstly, amazing software, props to all the developers. I'm trying to compile the latest asterisk cvs checkout and keep getting an error which I can't solve, any help would be much appreciated - make[1]: Leaving directory `/usr/src/asterisk/stdtime' if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-05/17/04-16:45:34 > .version; fi for x in res channels pbx apps
2012 Sep 12
2
[LLVMdev] A Question about LLVM-backend
Hello, all. I want to manipulate LLVM-backend to emit other compiler's IR, in this case, VPO's IR. So, what i want to know is.. Is there a project to be referred? (For example, "Do LLVM-backend -> GIMPLE" project exist?) Or, how can I manipulate it easily? Thanks, Cho Yeong-pil -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 18
3
Problem building Asterisk 1.2.22
I'm having a problem building Asterisk 1.2.22. It fails in codecs/codec_zap.c on codec_zap.c is revision 62173. The OS is FC4. Here's the error. Can anyone help me with this? gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o
2007 Feb 03
2
asterisk 1.2 branch revision 53132 failed to compile
while compiling svn 53132 of asterisk branch 1.2 gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i586 -DZAPTEL_OPTIMIZATIONS -DBUSYDETECT_MARTIN -fomit-frame-pointer -fPIC -c -o app_sms.o app_sms.c gcc -shared -Xlinker -x -o app_sms.so app_sms.o make[1]: Leaving directory
2009 Jun 17
3
[LLVMdev] Regular Expressions
On Monday 15 June 2009 14:35, Chris Lattner wrote: > > I suppose you could argue that additional parameters specifying > > the source and dest types could be passed, but why bother when > > it is already encoded in the mnemonic? That would just be > > adding error-prone redundancy. > > Why not synthesize the opcode string from the information passed down?
2005 May 27
1
Re: Asterisk-Users Digest, Vol 10, Issue 221
Hello all. How to compile chan_unicall.c i have problem when compile chan_unicall.c, error message please help gcc -c -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-HEAD-05/28/05-06:39:38\" -DASTERISK_VERSION_NUM=999999
2004 Apr 18
1
Samba 3.0.3pre2 & MySQL compilation problem
Hi. I have this problem when trying to compile Samba with MySQL passdb backend: Linking bin/smbcquotas Linking bin/smbmount Linking bin/wbinfo Compiling dynconfig.c with -fPIC Linking nsswitch/libnss_wins.so Linking libsmbclient non-shared library bin/libsmbclient.a Linking libsmbclient shared library bin/libsmbclient.so Compiling passdb/pdb_mysql.c with -fPIC passdb/pdb_mysql.c:21:25:
2005 Jun 22
1
Error on installing oh323 on asterisk
I'm following the instruction from Jo?o Amaro from the page http://lists.digium.com/pipermail/asterisk-users/2005-February/090752.html Everything went fine until I run the 'make' command under asterisk-oh323-0.6.5. I got the error message chan_oh323.c:5220: too many arguments to function `ast_channel_register' I have attached the error message. I'm running asterisk CVS
2013 Nov 14
3
[LLVMdev] Vectorization of loops with conditional dereferencing
> > I'm not. :( > I think that this is probably the most important feature for the vectorizer right now. Other features require adding complexity to the vectorizer while this feature is relatively simple. > What kind of pragmas would work for this loop? Something telling that it's safe to speculatively read from m[] at any position? In this reduction case it might be
2013 Aug 22
1
is it possible to compile chan_h323 with 11.5.0?
Hello! Tried to compile, but : [CC] chan_h323.c -> chan_h323.o chan_h323.c: In function '__oh323_update_info': chan_h323.c:349: error: dereferencing pointer to incomplete type chan_h323.c:350: error: dereferencing pointer to incomplete type chan_h323.c: In function 'oh323_rtp_read': chan_h323.c:790: error: dereferencing pointer to incomplete type chan_h323.c:791: error:
2007 Nov 28
1
Cross-compiling asterisk-1.4 for Debian on a slug
Hi folks! I planned to put asterisk-1.4 on my slug (one of these embedded devices). Since i don't want to compile it natively on this slow processor, i need a cross-compile toolchain. I tried out several ways such as manually compiling binutils and gcc, or using scratchbox. All of these with the result that i got binaries for machines except the one i wanted! :( I then have been given a link
2007 Aug 17
3
Problem Installing RMagick
Okay, so I am setting up a brand new Macbook and can''t seem to get RMagick or ImageMagick to install with Darwin Ports. Can anyone give me some insight as to why this may be failing? I get the same error when I do a "sudo port install imagemagick". Thanks! sudo port install rb-rmagick Password: ---> Building XFree86 with target World Error: Target org.macports.build
2004 Feb 02
3
layer7-filter with iptables problem
Hi iam running FEDORA, i have installed Source of iptable 1.2.9 with the patch layer7-iptables patch done with out any errors and i applied patch in kernel to the layer 7 patch and i have select the required option by doing make menyconfig done make dep make bzImage make modules make modules_install make install and rebooted with customer kernel when i type iptables -t mangle -A
2002 Mar 06
2
Compile 2.5.2 on RedHat 6.2
I am running RedHat 6.2 on many of my servers and am receiving the following errors when compiling Rsync 2.5.2: [root@wrapguy rsync-2.5.2]# make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o In file included from rsync.c:23: rsync.h:339: warning: no semicolon at end of struct or union rsync.h:339: parse error before `inode' rsync.h:341: parse error before `dev'