Displaying 20 results from an estimated 4000 matches similar to: "Wine compile error in tools/wpp (ppl.l) under debian"
2006 May 06
1
Error compiling Wine 0.9.12
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
Xandros 3.0.1 OCE (Debian based).
./configure executed without problem (once I installed bison++). Then
'make depend && make' resulted in the errors below. Apologies for the
length of the mail, but I don't want to miss out anything which may be
vital :)
Any suggestions would be gratefully received.
Kind regards,
2006 May 18
2
Problems compiling Wine
Hello,
The lack of debian packages for 0.9.13 have made me decide to compile
from source instead. So I uninstalled all wine files and downloaded the
sources. I'm using a system based mostly on Debian Sarge, but with some
backports.
I ran ./configure and there were some packages I had to get, but soon it
worked well.
When I tried make depend the problems started. This is the output I get
2001 Aug 09
0
20010731 Build problem on solaris 7.0 on Sparc.
When I run "./tools/wineinstall" , I got following errors.
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__
-D_REENTRANT -I/usr/openwin/include -o ppy.tab.o ppy.tab.c
In file included from ./ppy.y:183:
/usr/include/values.h:45: warning: `MAXSHORT' redefined
../../include/winnt.h:490: warning: this is the location of the previous
definition
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:
>> undefined symbol:
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':
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 symbol: _ZNK23Parma_Polyhedra_Library13PIP_Tree_Node2OKEv
>
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
2013 Jul 11
1
Can't install gcc
Hi, I'm having this odd problem with being unable to install gcc, this is
what I tried
and what I'm getting as an error:
$ sudo yum install gcc.x86_64
Loaded plugins: security
Setting up Install Process
Resolving Dependencies
--> 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:
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
***
2013 Oct 10
4
- problem gcc with yum
hi all,
today, I have this problem:
# yum install gcc
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: ftp.hosteurope.de
* epel: mirror.de.leaseweb.net
* extras: ftp.hosteurope.de
* updates: ftp.hosteurope.de
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.4.7-3.el6 will be installed
2001 Apr 19
0
lex error building on Solaris 8
I get the following error when attempting to build wine 20010326 on
Solaris 8, MU3
./tools/wineinstall
...
cd `dirname winebuild/__depend__` && make depend
../../tools/makedep -I. -I. -I../../include -I../../include -C.
import.c main.c parser.c relay.c res16.c res32.c spec16.c
spec32.c utils.c -C.
cd `dirname wmc/__depend__` && make depend
../../tools/makedep -I. -I.
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 it,
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
2018 Jan 23
1
Inclusion of Polly and isl into core LLVM
On Tue, 23 Jan 2018 01:23:51 +0000, Alex Elsayed via llvm-dev wrote:
> On Mon, 15 Jan 2018 22:44:45 +0100, Tobias Grosser via llvm-dev wrote:
>
> <snip>
>
>> * How stable/fast/… is Polly today
>> * We build all of AOSP with rather restrictive compile-time limits *
>> Bootstrapping time of clang is regressed by 6% (at most)
>> * Removal of
2007 Jul 25
1
Add prefix digits in dialplan extention
Dear all
I have asterisk 1.2 configuration and it is working fine but thing is that i have alread Avaya setup and i have intergrate my Linuxbox asterik with Avaya system avaya already use 4 digit dialplan (1644 example ) and in asterisk i have configure 2 digit dialplan ( 44 example ) now i want to configure 4 digit dialplan in asterik without any change in avaya or asterisk so
2006 Dec 12
0
[786] trunk/wxruby2/TODO: Refer ppl to tracker for up-to-date list of bugs etc, not sure how much
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Apr 11
1
[LLVMdev] LLVM Roadmap 2007-2008, PowerPC, multithreading, LLVM 2.0, etc ?
Hi Chris,
Chris Lattner <sabre <at> nondot.org> writes:
> We generally have not published a road map like this because it is very
> difficult to do it in a meaningful way. Because LLVM is largely driven by
> volenteers and because noone working on it guarantees that they will
> finish a project that they start, we can't make 'promises' about new
>
2013 Aug 17
2
[LLVMdev] [brlcad-devel] Clang vs. gcc for building BRL-CAD
On Fri, Aug 16, 2013 at 2:58 PM, Tom Browder <tom.browder at gmail.com> wrote:
> On Fri, Aug 16, 2013 at 2:55 PM, Tom Browder <tom.browder at gmail.com>wrote:
>
>> ...
>>
> I'll see if I can try it with gcc 4.7 soon.
>>
>
I haven't been able to build gcc 4.7.3 yet (prereq ppl build problems--I
think that's why I stopped building gcc some time
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
Ok, I got. You should install libstdc++44-devel, too.
Please try to install gcc44-c++ and libstdc++44-devel.
Note: gcc44-c++ depends on gcc44, but gcc44-c++ and libstdc++44-devel
are independent each other, at least on my host, CentOS5.
...Takumi
2012/7/15 Sitvanit Ruah <RUAH at il.ibm.com>:
> In order to isolate the problem I am now running on a machine whose only
> installation
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.
I need a basic