Displaying 20 results from an estimated 194318 matches for "makeful".
Did you mean:
wakeful
2007 Mar 19
1
Wile: Error when executing "make" in SimplyMepis 3.4.3
Hello,
I got the following error message when I executed "make". Can anyone
help me on this
issue? Thanks!
Mike
make[1]: Entering directory `/home/zheng/Desktop/wine-0.9.28/tools'
make[1]: `makedep' is up to date.
make[1]: Leaving directory `/home/zheng/Desktop/wine-0.9.28/tools'
make[1]: Entering directory `/home/zheng/Desktop/wine-0.9.28/libs'
make[2]: Entering
2001 Jun 04
1
*** liste wine ***
Hello,
I have a make error.
--- error output :
/usr/bin/ld: cannot find -lXpm
collect2: ld returned 1 exit status
make[2]: *** [libx11drv.so] Erreur 1
make[1]: *** [x11drv/libx11drv.so] Erreur 2
make: *** [dlls] Erreur 2
--- standard output :
make[1]: Entre dans le r?pertoire `/home/j/src/wine/unicode'
make[1]: `libwine_unicode.so' est ? jour.
make[1]: Quitte le r?pertoire
2006 May 02
2
Dovecot-1.0.beta7 Build Fedora 3 Error
Hello
I'm attempting to configure Dovecot with mysql support so I'm able to
have a single database of users and point both postfix and dovecot to
this db.
I currently have an rpm src that I have download and placed in my
RPMBUILDROOT of my linux box.
Next I configured the .spec file and attempted to run a rpmbuild -bb
Near the end of the install phase I receive an error which has me
2013 Oct 14
1
Error while running make on Linux machine - unable to install glusterfs
I am trying to install glusterfs on a Linux machine.
glusterfs version 3.3.2
*uname -orm*
*GNU/Linux 2.6.22-6.4.3-amd64-2527508 x86_64*
*
*
Ran* **./configure --prefix=mytempdir*
*
*
No errors reported here.
When I ran make, get this error. Any help appreciated. I am a newbie.
Thanks,
CR
*
make --no-print-directory --quiet all-recursive
Making all in argp-standalone
Making all in .
Making all
2005 Jul 21
6
basic question on how to compile 2.4 xen
Hi
Can someone help me figure out a way to compile a 2.4 kernel in a 2.6
system. Basically it keeps failing because it needs the genksyms
package, which is provided in the modutils package from redhat, but
obviously this isn''t presetn on the 2.6 kernel.
I was wondering how the xen maintainers go about compiling their 2.4
kernel and 2.6 kernel. Do you do it on different systems then
2007 Aug 14
1
R 2.5.1 configure problem
Hi,
I have follwoing problem:
I will install R-2.5.1 on a Linux Maschine (64Bit) and I will use the R-GUI
JGR (Jaguar)
SO I make following steps:
./configure --with-gnu-ld --enable-R-shlib VAR=fPIC VAR=TCLTK_LIBS
make
I become following error messages:
.
Entering directory `/root/R-2.5.1/tests'
make[2]: Entering directory `/root/R-2.5.1/tests'
make[3]: Entering
2010 Apr 23
1
uninstalling and installing on linux
Hi List,
I have a question about uninstalling and installing R on linux, which
I am new to.
> sessionInfo()
R version 2.10.1 (2009-12-14)
x86_64-unknown-linux-gnu
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C
2012 Jul 02
1
'init.win' error when installing from source
Dear R People:
I'm installing R 2-.15.1 on a Windows 32 bit machine from source.
I'm getting a strange error about init.win (please see below)
Does this look familiar to anyone, please?
Thanks,
Erin
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\R\R-2.15.1\src\gnuwin32>make all recommended
make all recommended
make[1]:
2007 Feb 08
4
error when compiling zaptel-1.4
when i compile zaptel
make linux26
make install
i got these errors:
make[1]: Leaving directory `/usr/src/zaptel-1.4/wct4xxp'
make -C datamods clean
make[1]: Entering directory `/usr/src/zaptel-1.4/datamods'
make -C /lib/modules/2.4.27-3-386/build
SUBDIRS=/usr/src/zaptel-1.4/datamods clean
make[2]: Entering directory `/usr/src/kernel-headers-2.4.27-3-386'
make: *** arch/i386/boot: No
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
Hi,
I'm trying to compile wine on XP with cygwin but make fails :
Code:
$ make
make[1]: Entering directory `/home/Alex/wine-git/tools'
make[1]: `makedep.exe' is up to date.
make[1]: Leaving directory `/home/Alex/wine-git/tools'
make[1]: Entering directory `/home/Alex/wine-git/libs'
make[2]: Entering directory `/home/Alex/wine-git/libs/port'
make[2]: Nothing to be done for
2007 Sep 13
5
cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!,
latest git does not compile:
rm at eurasia:~/swfdec/swfdec$ make
make all-recursive
make[1]: Entering directory `/home/rm/swfdec/swfdec'
Making all in libswfdec
make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec'
make[2]: *** No rule to make target `swfdec_as_scope.c', needed by
`swfdec_asnative.h'. Stop. make[2]: Leaving directory
2008 Jun 27
6
Last call for Syslinux 3.70
Hi all,
I have just released syslinux-3.70-pre25. Unless someone has something
big and scary that either I have managed to miss or was just stumbled
over, I'm going to release 3.70 final some time between tomorrow and Monday.
Thus, *please holler now* if there are any stop-ship problems still known...
-hpa
2006 Jan 11
15
How to use custom url formats?
I''m new to Rails and am trying to use a field called "code" instead of
"id" in my URLs. For example, assuming I''ve got a database of
motorcycles makes where the codes are "Honda", "Yamaha", "Suzuki", and
"Kawasaki", etc. To show the info about Honda I want to use this url:
http://www.mysite.com/makes/honda/
2006 Jul 13
0
R-2.3.1 --enable-R-shlib
Hi,
I've upgraded our server to the latest R version, everything went ok
until I wanted to install RServe for our java clients.
RServe needs the shared library which can be compiled using configure
--enable-R-shlib. All went ok but after running make I got this error:
gcc -shared -L/usr/local/lib64 -o libR.so Rembedded.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o
2007 Oct 20
2
Live Streaming and embeding into webpage on OSX
On Oct 20, 2007, at 9:34 AM, Thomas B. Ruecker wrote:
> Marc Manthey schrieb:
>> hello free streamers,
>>
>> after i had not much luck with " Darwin streaming
>> server" ( because of a lack of NAT implementation )
>>
>> i got a hint from a Wireless mailing list to try OGG/Theora
>> streaming.
>>
>> I ?ve found a great site
2015 Jul 21
2
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
Dear list,
This is my first time trying to set up the development version of R
(R-devel ) in my local machine to test some packages before submitting
them to CRAN. I'm using Linux Mint 17.1 64-bit, which is an
Ubuntu-based distro.
However, I'm not able to correctly set up r-devel, apparently due to a
problem with enabling the shared library support.
I run the first script given by Dirk
2013 May 20
1
"make check" hangs after running for a little while
That's what I issued and hit the hay last night.
$ make -k check LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 |& tee /tmp/log
I woke up to see the tests still hung like that on stdout
--------------------------
[...]
make -C ../src guestfs_protocol.c
[0/9008]
make[3]: Entering directory `/home/kashyap/src/libguestfs/src'
! test -f ../generator/Makefile || \
2006 May 03
1
Installation problem
I am trying to install R-2.3.0 on a 64bit linux box and encounter
several error during the make step. I'd appreciate any help. Error
messages follow:
[root at calculon R-2.3.0]# make
make[4]: Entering directory
`/state/partition1/apps/packages/R-2.3.0/src/modules/lapack'
gcc -shared -L/usr/local/lib64 -o libRlapack.so dlamc.o dlapack0.o
dlapack1.o dlapack2.o dlapack3.o cmplx.o
2008 Jun 16
3
Error when make linux-2.6-xenU-build
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `vmcoreinfo_show'':
/usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined
reference to `vmcoreinfo_size_xen''
/usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined
reference to `paddr_vmcoreinfo_xen''
make[4]: ** [.tmp_vmlinux1]
2014 May 29
2
Re: libguestfs error
Hi Rich
I using ubuntu 13.10 with powerpc arch.
I tried the above stepss and below are the output of the related commands..
nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent
0000def0 T tgetent
ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so
libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so
However I'm not able to perform rm -f config.cache