Displaying 20 results from an estimated 90000 matches similar to: "Cannot compile wine"
2003 Nov 26
1
new user
hello everybody!
i'm new to this ml..
just one question
i try to complie wine on my linuxbox (slack8.1 - 2.4.22) but I take an
error ..
something like this :
gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC
-D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing
-gstabs+ -g -O2 -o tokenize.o tokenize.c
tokenize.c:46: `TK_ABORT' undeclared here (not
2005 Mar 14
2
Install the RMySQL
Hi, I have some problem to install RMySQL package.
Could you help me?
I set up the path.
[root at ep2 library]# export PKG_CPPFLAGS="-I/var/lib/mysql"
[root at ep2 library]# export PKG_LIBS="-L/var/lib/mysql -
lmysqlclient"
[root at ep2 library]# R CMD INSTALL /home/younko/RMySQL_0.5-
5.tar.gz
I got this bunch of error message.
Please help me.
* Installing *source*
2003 Jul 14
1
Make errors in /usr/src/release/sysinstall
I'm cvsupping 4.8-STABLE to 4.8-STABLE. The cvsup run finished about
23:32 on 7/13. After make buildworld, make buildkernel, mergemaster -p,
make installworld, and mergemaster -v, I do (per mostgraveconcern, RIP):
cd /usr/src/release/sysinstall
make clean
make all install
The 'make all install' gives errors:
In file included from keymap.c:40:
keymap.h:4436: `keymap_be_iso'
2008 Oct 08
1
error installing lattice package
I just updated my Redhat EL systems to R-2.7.2, and tried to update my
packages as well. Lattice is one that failed. What do I need to do?
R version 2.7.2 (2008-08-25)
> install.packages("lattice", repos = "http://cran.fhcrc.org/")
Warning in install.packages("lattice", repos = "http://cran.fhcrc.org/")
:
argument 'lib' is missing: using
2001 Feb 05
1
wine with TransGaming patch doesn't compile
Hi!
I have patched the latest CVS-sources of wine with the TransGaming
patch. Now it doesn't compile anymore. Seems to be a problem with MESA.
I have attached an error log.
I have installed NVIDIA_GLX 0.96 and the mesadev 3.2.
Manfred
=== begin of error log ===
In file included from d3ddevice/mesa.c:29:
mesa_private.h:219: parse error before `PFNGLSECONDARYCOLOR3UBEXTPROC'
2003 Sep 19
6
[Bug 685] cipher.c error when building against OpenSSL 0.9.7b on RedHat 7.3
http://bugzilla.mindrot.org/show_bug.cgi?id=685
Summary: cipher.c error when building against OpenSSL 0.9.7b on
RedHat 7.3
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo:
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
Hi,
I am having some difficulties building llvm on Itanium. My procedure for
building LLVM is:
cd /liberty/llvm.ia64/llvm-2.1
./configure
make ENABLE_OPTIZED=1
cd /liberty/llvm.ia64/obj
/liberty/llvm.ia64/llvm-gcc4.2-2.1.source/configure
--prefix=/liberty/llvm.ia64/install
--enable-llvm=/liberty/llvm.ia64/llvm-2.1/ --enable-languages=c,c++
--disable-shared
The build of llvm seems to
2005 Jan 17
1
RE: Issue compiling zaptel on FC 3 kernel 2.6.10-1.737
I am unable to compile the zaptel drivers on the latest kernel for fc 3,
I get the following errors which are listed below if anyone has any
suggestions on how I can solve this issue aside from trying a different
distro, please don't hesitate to offer. Thanks in advance.
[root@asterisk-test2 zaptel]# make linux26
make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/src/zaptel modules
make[1]:
2010 Jul 19
0
How to install sieve
Hi all
I do have a problem. I have an installation on opensuse 11.2 with postfix,
amavis, spamassassin and dovecot 1.2.9 with a mysql authtentication
backend.
Everything works fine. I want now to install sieve, but i failed all the
time. I downloaded dovecot-1.2-sieve-0.1.17 and followed the installation
how-to. First when i tried to ./configure the installation i was always
asked for
2008 Jan 10
2
[LLVMdev] LLVM Build Problems on Itanium
On Jan 10, 2008, at 12:52 PM, Thomas Jablin wrote:
>>
> Based on your response I've removed the #undef DBX_DEBUGGING_INFO in
> gcc/config/ia64/sysv4.h. I don't need stabs debugging so if it is
> broken
> in my final build, I won't care. After doing so, my llvm-gcc build
> runs
> for a much longer time before finally dying while running xgcc. Here
> is
2005 May 19
0
[LLVMdev] Building LLVM cfrontend
The very first time you build GCC, you should do "make bootstrap". After
that, you can use "make" and "make install"
Reid.
On Fri, 2005-05-20 at 00:15 +0800, thean kiat sew wrote:
> Hi, I am still new to LLVM and also GNU softwares.
>
> I am doing a project using LLVM.
>
> I was building cfrontend on my windows cygwin, however I encountered
>
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
Hi,
I've figured out a little more. #if defined DBX_DEBUGGING_INFO ||
XCOFF_DEBUGGING_INFO guards the declaration of type_queue, however,
neither is defined on Intanium. In gt-dbxout.h type_queue's uses are
unguarded and thus are undefined on Itanium. When I compared llvm-gcc's
gt-dbxout.h with FSF gcc's, I found that type_queue was never used in
FSF gcc's version. Does
2005 Aug 10
2
Compiling smbtorture
Is smbtorture a simple SMB client that is completely separate from Samba
server? (I.e., can I use it to test, e.g., a regular Windows SMB
server?) Or is it something that only tests Samba server?
Anyway, I haven't had any luck compiling it. Any hints? Here is a
transcript (this is on SUSE Linux Enterprise 9):
cwu@cham6:~/tmp/apps/samba-3.0.14a/source> ./configure
2008 Jan 10
3
[LLVMdev] LLVM Build Problems on Itanium
Hi,
I am having some difficulties building llvm on Itanium. My procedure for
building LLVM is:
cd /liberty/llvm.ia64/llvm-2.1
./configure
make ENABLE_OPTIZED=1
cd /liberty/llvm.ia64/obj
/liberty/llvm.ia64/llvm-gcc4.2-2.1.source/configure
--prefix=/liberty/llvm.ia64/install
--enable-llvm=/liberty/llvm.ia64/llvm-2.1/ --enable-languages=c,c++
--disable-shared
The build of llvm seems to
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
Devang Patel wrote:
> On Jan 10, 2008, at 10:29 AM, Thomas Jablin wrote:
>
>
>> Hi,
>>
>> I've figured out a little more. #if defined DBX_DEBUGGING_INFO ||
>> XCOFF_DEBUGGING_INFO guards the declaration of type_queue, however,
>> neither is defined on Intanium. In gt-dbxout.h type_queue's uses are
>> unguarded and thus are undefined on
2005 May 19
2
[LLVMdev] Building LLVM cfrontend
Hi, I am still new to LLVM and also GNU softwares.
I am doing a project using LLVM.
I was building cfrontend on my windows cygwin, however I encountered
this problem, may I now what is the cause?
********************************
my configuration output is:
bash-2.05b$ ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-n
ls --disable-shared --enable-languages=c,c++
loading
2008 Jan 10
2
[LLVMdev] LLVM Build Problems on Itanium
On Jan 10, 2008, at 10:29 AM, Thomas Jablin wrote:
> Hi,
>
> I've figured out a little more. #if defined DBX_DEBUGGING_INFO ||
> XCOFF_DEBUGGING_INFO guards the declaration of type_queue, however,
> neither is defined on Intanium. In gt-dbxout.h type_queue's uses are
> unguarded and thus are undefined on Itanium. When I compared llvm-
> gcc's
> gt-dbxout.h
2001 Sep 05
1
Compile kernel doesn't work
Hi !
Compiling kernel linux 2.4.10pre4 without ext3 works.
After patching the kernel sources with
cd /usr/src/ext3
scripts/add-to-kernel.sh scripts/file-manifest linux
compile fails:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DEXPORT_SYMTAB -c
2004 Oct 14
0
compile errors
AFormat comes from the XMMS headers, maybe the version you
have is newer or older than the code currently expects.
what version of xmms to you have?
Josh
--- Rogier Eggers <rogier@r48.sytes.net> wrote:
> Hello there. I'm having trouble to compile flac on gentoo linux:
> linux-2.6.8
> gcc-3.3.4
> glibc-2.3.4 nptl enabled
>
> I would be happy if someone could help me
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