Displaying 20 results from an estimated 39571 matches for "downloads".
Did you mean:
download
2010 Oct 03
1
Problem starting new game "War of Angels" - no 3d I guess
Hey, guys,
i surfed the internet and found a new game by gamigo I want to try out.
http://warofangels.gamigo.com/
I downloaded the installer and successfully installed the game. I used winetricks to install
- d3dx9
- d3dx9_28
- d3dx9_36
- corefonts
- dotnet11
- dotnet20
- dotnet 20sp2
I've to use the launcher provided in the game's directory which seems to work fine. It does patching
2011 Dec 18
0
Latest git build errors
These are the errors I'm receiving on the latest git build of samba 4. I'm
using SuSE 12.1 and compiled with:
./configure --enable-fhs --prefix=/usr --sysconfdir=/etc
--localstatedir=/var
/home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error:
Unable to determine origin of type `struct dom_sid0'
/home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error:
Unable to determine origin of type `struct dom_sid0'
/home/jason/Downloads/samba-master/librpc/idl/spoolss.idl:788:...
2012 Dec 29
1
[LLVMdev] !!! 3.2 Release RC3 source code available for download and testing
On 12/06/12 01:12, Pawel Wodnicki wrote:
> Hello,
>
> Release Candidate 3 has been branched.
> RC3 source code can be downloaded as tarballs from:
>
> http://llvm.org/pre-releases/3.2/rc3/
>
> or directly from svn.
>
> Binaries will be posted shortly.
>
> Testing
>
> RC3 has a number of fixes related to MIPS support
> that need to be well
2012 Dec 06
2
[LLVMdev] !!! 3.2 Release RC3 source code available for download and testing
Hello,
Release Candidate 3 has been branched.
RC3 source code can be downloaded as tarballs from:
http://llvm.org/pre-releases/3.2/rc3/
or directly from svn.
Binaries will be posted shortly.
Testing
RC3 has a number of fixes related to MIPS support
that need to be well exercised.
Otherwise, I think we are at the point of the release
where I can *challenge* testers to try to break it!
2005 Nov 18
0
WIne 0.9x crash on make
...out a month or so, but the 0.9 version won't compile on
my system. It conks out with an error in the loader subdir (actual data
below).
The following is the output I get when I run make:
-------------------------------------------------------------------------------------
bas@pairadocs /mnt/downloads/Winestuff/wine-0.9.1 $ make
(lotsa stuff going fine)
make[1]: Entering directory `/mnt/downloads/Winestuff/wine-0.9.1/loader'
gcc -m32 -o wine-preloader -static -nostartfiles -nodefaultlibs
-Wl,-Ttext=0x7c000000 preloader.o -L../libs/port -lwine_port
preloader.o(.text+0x14): In function `__bb...
2011 Sep 17
0
[LLVMdev] Build errors on r139985
Hi,
I get build errors when trying to build a fresh r139985.
Anyone got a clue?
carl at carl:~/Downloads/llvm3.0/llvm$ gcc --version
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
carl at carl:~/Downloads/llv...
2012 Jul 13
3
BCM4313 on CentOS 6.3
...I tried using the driver from Broadcom site, and ended up with this
message:
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/kernels/2.6.32-279.el6.i686'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
LD /root/Downloads/hybrid_wl/built-in.o
CC [M] /root/Downloads/hybrid_wl/src/shared/linux_osl.o
CC [M] /root/Downloads/hybrid_wl/src/wl/sys/wl_linux.o
CC [M] /root/Downloads/hybrid_wl/src/wl/sys/wl_iw.o
CC [M] /root/Downloads/hybrid_wl/src/wl/sys/wl_cfg80211.o
/root/Downloads/hybrid_wl/src/wl/sys/wl_cfg80...
2016 Jul 07
0
[PATCH 3/3] builder: Use the new Curl module for passing parameters to curl.
These are now passed using a curl configuration file, which is a
little bit safer than using command lines. virt-builder doesn't need
to pass usernames and passwords to curl, but if it ever does in future
this will be a lot safer.
---
builder/Makefile.am | 1 +
builder/builder.ml | 6 +--
builder/downloader.ml | 94
2006 May 18
6
Routes and Testing Routes
I love the routes feature for RoR...until now. I''m trying to write tests
to make sure my urls are correctly mapping to the routes I expect them
to map to. This is driving me nuts because I simply can''t get any of my
tests to pass. I have thus concluded that routes must work differently
than I thought. If someone could possibly point me in the right
direction, I would really
2012 Dec 30
0
[LLVMdev] [cfe-dev] !!! 3.2 Release RC3 source code available for download and testing
...ry, it was an odd test. As workaround, please avoid directory
> > contains "download" to build the tree.
> >
>
> Thanks Takumi. Would simply renaming download to dwnload be OK? Also,
> as you can see above, download occurs twice in the above path. Should
> both downloads be renamed? In addition, could you explain
> why the name, download, causes a problem? If I knew that, I might
> avoid making a similar mistake later.
>
> > Fixed in llvm r171243.
>
> So if I just use svn instead of the tar files from:
>
> http://llvm.org/pre-releases...
2012 Dec 30
0
[LLVMdev] [cfe-dev] !!! 3.2 Release RC3 source code available for download and testing
2012/12/30 Larry Evans <cppljevans at suddenlink.net>:
> I just created clang with the tarballs without problem; however,
> when `make check-all` was run, I got 1 error. My system is:
> ~/download/llvm/pre-releases/3.2/rc3/download/build_debug $ make check-all
> llvm[0]: Running test suite
> make[1]: Entering directory
>
2015 Mar 20
2
[PATCH] [RFE] virt-builder should support download resume
This patchset adds support for resuming downloads in virt-builder.
Partially downloaded file is not deleted on exit anymore.
There is a check for partially downloaded image in cache directory
based on its name. When found, download_to crafts appropriate
options to continue its download.
Fixes RHBZ#1198344
*** BLURB HERE ***
Maros Zatko (1):...
2017 Jan 23
1
nfs-ganesha rsa.pub download give 403
Hello,
It seems there is some rights problem with https://download.gluster.org/pub/gluster/glusterfs/nfs-ganesha/rsa.pub <https://download.gluster.org/pub/gluster/glusterfs/nfs-ganesha/rsa.pub> :
wget -O /dev/null https://download.gluster.org/pub/gluster/glusterfs/nfs-ganesha/rsa.pub <https://download.gluster.org/pub/gluster/glusterfs/nfs-ganesha/rsa.pub>
--2017-01-23 19:28:47--
2008 Mar 20
7
Download Problems with lustre 1.6.4.3
Hello,
I''ve tried just some minutes ago to download the sourcecode of lustre from
[1], but it failed with this error:
An error occurred while processing your request.
Reference #50.663007d9.1206002944.16ba5fe1
Does anybody have some hints how to get the lustre source code then? I need
this tarball for the debian packaging.
If someone could point me to an alternative download
2015 Mar 18
0
[PATCH 2/2] builder: support for download resume
Partially downloaded file is not deleted on exit anymore.
There is a check for partially downloaded image in cache directory
based on its name. When found, download_to crafts appropriate
options to continue its download.
---
builder/downloader.ml | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/builder/downloader.ml b/builder/downloader.ml
index
2007 Feb 06
3
installing packages and windows vista
I installed R (R-2.4.1-win32.exe) on a new computer with Windows Vista
and a 64 bit operating system (hp dv9000 with intel core t7200). The
base R runs fine, but I can not get any of the packages to load. From
within R I choose install packages choose a site then a package. I
tried installing 2 packages and get similar errors (see below), I just
copied and pasted lines from R.
Can anyone
2009 Oct 17
3
[LLVMdev] Build errors for vmkit
Hi,
I can't seem to get VMKit to compile correctly. I'm on a 64 bit
Jaunty system. I compiled llvm and llvm-gcc from the subversion source
no problem, but when I try to compile VMKit I get some issue with
GCAllocator:
/home/mmwu/Download/llvm$ ./configure
/home/mmwu/Download/llvm$ make ENABLE_OPTIMIZED=1
/home/mmwu/Download/llvm$ make ENABLE_OPTIMIZED=1 install
...
2006 Mar 11
1
I do not get it
...;}) %>
<p>
Please let us know who you are
</p>
<%= text_field("name", "", :size =>20) %>
<%= submit_tag %>
<%= end_form_tag %>
a Postgres Database created with:
create table downloaders
(id serial,
name varchar(100),
downloads integer);
This is the action which gets invoked:
def show_download_locations
name = params[:name]
logger.info("name = #{name}")
@downloader = Downloader.find(:first,
:conditions => ["name = ?", name])
if @downloader.nil?...
2024 Dec 10
1
Faster downloads: avoid them if possible
On 12/10/24 00:35, Llu?s Revilla wrote:
> Dear R-devel,
>
> I read with interest the recent blog post on how R will have parallel
> downloads, on blog.r-project.org
> (https://blog.r-project.org/2024/12/02/faster-downloads/index.html).
> Thanks Tomas!
>
> The blog mentions that one of the areas where this will be observed is
> while installing them (which I did!). However, I noticed they might be
> downloaded multiple t...
2014 May 14
2
[PATCH 1/2] builder: save the proxy for each entry
Copy the information about the proxy of a source in all the entries of
that source; this way it is possible to use it later when accessing to
the actual image of an entry.
---
builder/index_parser.ml | 2 ++
builder/index_parser.mli | 1 +
2 files changed, 3 insertions(+)
diff --git a/builder/index_parser.ml b/builder/index_parser.ml
index 2040656..40b2116 100644
--- a/builder/index_parser.ml