search for: ppl

Displaying 20 results from an estimated 406 matches for "ppl".

Did you mean: popl
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
I'm getting a compile error when trying to compile the flex output of ppl.l in tools/wpp. This is under Debian (Woody) with latest updates. Can anybody help me out? Enclosed is the output of the build and folling that, the installed packages. I have also tried the latest version (20030408) with identical results. TIA Luke ===========================================...
2006 May 06
1
Error compiling Wine 0.9.12
...son.cc:561: warning: `yyssp' might be used uninitialized in this function /usr/share/bison++/bison.cc:562: warning: `yyvsp' might be used uninitialized in this function /usr/share/bison++/bison.cc:563: warning: `yyerrstatus' might be used uninitialized in this function flex -olex.yy.c ./ppl.l gcc -c -I. -I. -I../../include -I../../include -Wall -pipe - -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c ./ppl.l:166:21: ppy.tab.h: No such file or directory ./ppl.l:233: error: parse error before "YYSTYPE" ./ppl.l: In function `pplex': ./ppl.l:315...
2011 Nov 15
2
[LLVMdev] Pass options to the linker
Hi all, I'm trying to use the PPL (Parma Polyhedra Library, bugseng.com/products/ppl) in one of my LLVM passes getting the error: > Error opening > '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so': > /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so: > undefined symb...
2011 Nov 15
0
[LLVMdev] Pass options to the linker
Hi Jorge, > I'm trying to use the PPL (Parma Polyhedra Library, > bugseng.com/products/ppl) in one of my LLVM passes getting the error: > >> Error opening >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so': >> /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so...
2011 Aug 05
1
If find x, then y, else do nothing
I want to write code that says "If you find an element equal to 4 in this vector for each person in the data set tested separately, then put in 1 for 2 and 2 for 4, else leave the variable as is" u.ppl <- (unique(init.dat1$grid)) l.ppl <- length(u.ppl) for (i in 1:l.ppl) { if (grep("4",init.dat1$Slide1_RESP)) {2 == 1, 4 == 2}; else init.dat1$Slide1_RESP } -- Edward H. Patzelt Research Assistant – TRiCAM Lab University of Minnesota – Psych...
2013 Oct 10
4
- problem gcc with yum
...> Processing Dependency: libgomp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cpp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.4.7-3.el6.x86_64 --> Running transaction check ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl_c.so.2()(64bit) for packag...
2011 Nov 15
1
[LLVMdev] Pass options to the linker
On Tuesday, November 15, 2011 at 10:11:25 (+0100), Duncan Sands wrote: >> Hi Jorge, >> >> > I'm trying to use the PPL (Parma Polyhedra Library, >> > bugseng.com/products/ppl) in one of my LLVM passes getting the error: >> > >> >> Error opening >> >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so': >> >> /home/jorge/SvnReps/Syste...
2006 May 18
2
Problems compiling Wine
...p' might be used uninitialized in this function /usr/share/bison++/bison.cc:563: warning: `yyerrstatus' might be used uninitialized in this function gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c ./ppl.l:167:21: ppy.tab.h: No such file or directory ./ppl.l:234: error: syntax error before "YYSTYPE" ./ppl.l: In function `pplex': ./ppl.l:316: error: `tINCLUDE' undeclared (first use in this function) ./ppl.l:316: error: (Each undeclared identifier is reported only once ./ppl.l:316:...
2013 Jul 11
1
Can't install gcc
...Running transaction check ---> Package gcc.x86_64 0:4.4.6-4.el6 will be installed --> Processing Dependency: cpp = 4.4.6-4.el6 for package: gcc-4.4.6-4.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-4.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-4.el6.x86_64 --> Running transaction check ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl.so.7()(64bit) fo...
2001 Aug 09
0
20010731 Build problem on solaris 7.0 on Sparc.
...In function `ppparse': /usr/ccs/bin/yaccpar:374: warning: label `yyerrlab' defined but not used /usr/ccs/bin/yaccpar:164: warning: label `yynewstate' defined but not used gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__ -D_REENTRANT -I/usr/openwin/include -o lex.ppl.o lex.ppl.c In file included from ./ppl.l:141: ../../include/config.h:480: warning: `_FILE_OFFSET_BITS' redefined /usr/include/sys/feature_tests.h:96: warning: this is the location of the previous definition ./ppl.l: In function `pplex': ./ppl.l:336: `pplval' undeclared (first use in th...
2007 Mar 19
1
Installing Wine 0.9.32; Flex error?
Hi there, I'm still trying to install Wine 0.9.32 ./configure -> goes well make depend > goes well make gets following errors; flex -t ppl.l >ppl.yy.c || (rm -f ppl.yy.c && exit 1) flex: fatal internal error, exec failed Broken Pipe *** Error code 1 make: Fatal error: Command failed for target `ppl.yy.c' Current working directory /usr/home/ed/wine-0.9.32/libs/wpp *** Error code 1 The following command caused the error:...
2006 Dec 12
0
[786] trunk/wxruby2/TODO: Refer ppl to tracker for up-to-date list of bugs etc, not sure how much
...d #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[786] trunk/wxruby2/TODO: Refer ppl to tracker for up-to-date list of bugs etc, not sure how much</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>786</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>200...
2012 Jul 15
3
[LLVMdev] Compiling llvm and Clang on Linux
...king=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --disable-gnu-unique-object --with-as=/usr/libexec/binutils220/as --enable-languages=c,c++,fortran --disable-libgcj --with-mpfr=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/mpfr-install/ --with-ppl=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/ppl-install --with-cloog=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/cloog-install --with-tune=generic --with-arch=i586 --build=i386-redhat-linux6E Thread model: posix gcc version 4.4.6 20110731 (Red Hat 4.4.6-3...
2003 Nov 21
1
callerid problem...zaptel ppl
hi, i am having callerid problems with *. i have the callerid from my telco and it shows up in my normal phone when i connect it directly to the line but if i connect the same phone thru * server the callerid is not shown. i am using X101p and tdm400p. i have everything defined in my zapata.conf well and fine. i finally came to conclusion that this might have happened due to the registration of
2004 Dec 08
4
Guide to Cisco 79xx
Anybody have a guide to the Cisco 79xx phones? One that I can give the 7 or 8 ppl in my office so that they can stop asking me questions. I was going to type up a basic guide but then decided I don't want to reinvent the wheel, one of you may already have one. I tried to use Cisco's guide but it's for their own protocol, a lot of options are different or rearranged....
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
...ib --enable-__cxa_atexit > --disable-libunwind-exceptions --disable-gnu-unique-object > --with-as=/usr/libexec/binutils220/as --enable-languages=c,c++,fortran > --disable-libgcj > --with-mpfr=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/mpfr-install/ > > --with-ppl=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/ppl-install > > --with-cloog=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/cloog-install > --with-tune=generic --with-arch=i586 --build=i386-redhat-linux6E > Thread model: posix > gcc version 4.4.6 2...
2003 Nov 28
2
Survey says post your 3.3 volt Mother boards used in PRODUCTION withTE410
I'd like to put up on the wiki the known working 3.3v MotherBoards people are using in production... I am very interested w/ppl with dual te410's with lots of concurrent channels in use Please dont post just your fav spec boards JUST ppl with working stable installs with TE410s, if possible with url, if not the exact board number & ill google it when i post to the wiki thxs in advance
2008 Nov 10
3
Universal naming convention
Hello ppl I want to start to study wine code so that i can do some changes in the UNC - Universal Naming Convention code. Who can help me ? or point some guidelines?
2011 Nov 18
1
libvirt and linux-vserver
Hi, I was just googling around for linux-vserver support in libvirt, however, only found sad ppl complaining about the fact, that there is still no linux-vserver support in libbirt. Despite the fact, that there was some kind of lag in review by more than one person, why isn't it still in? so... merely two years after? I think once the patched would have been applied, ppl would start using...
2018 Jan 23
1
Inclusion of Polly and isl into core LLVM
...ompared to state-of-the-art Polyhedra implementations as well as >> significant memory gains, on all larger benchmarks. In fact, in many >> cases our analysis terminates in seconds where prior code runs out of >> memory or times out after 4 hours. > > They compared against PPL and ELISA. Gah, my mistake - they compared against NewPolka and PPL, and _their_ work was ELINA.