Displaying 20 results from an estimated 2000 matches similar to: "Building from git fails on Arch Linux"
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
Input to this pass is the bitcode format of simple code below :
int sum_single_loop (int a){
int su = 0, i;
for (i=0;i<a;i++)
su = su + i;
return su;
}
On Mon, Feb 9, 2015 at 2:32 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Sun, Feb 8, 2015 at 11:23 AM, Pranav Kant <pranav913 at gmail.com> wrote:
>
>> So, you mean to say that the
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
So, you mean to say that the above implementation is correct and should
work fine.
I initially thought that the above way is not the correct way anymore since
3.5.0 might have changed few things.
Anyways here is my dirty code I have written for my research project that I
took the above snippet from :
https://github.com/pranavk/spatial-computing/blob/master/waves.cpp#L105
On Sun, Feb 8, 2015
2007 Jul 13
3
THANK YOU: Updating R version
Based on the feedback received, I did the following:
a) moved my lib sub-directory from the existing installed R version to
c:\myRLib
b) installed the updated R version
c) created .Renviron file in the home directory (C:\R-2.5.1) with the line
R_LIBS=c:/myRLib
d) used .libPaths() command to confirm that the new R installation was
recognizing the myRLib sub-directory
e) deleted my old R
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
void Wave::init (const Function &F){
Function::const_iterator ie = F.end();
outs() << ie << "\n\n";
for (Function::const_iterator I = F.begin(), IE = F.end(); I != IE;
I++, K++){
outs() << I << "\n";
// some manipulation with I
}
}
I used the above shown function in my pass in LLVM 3.4.2 and it used to
work fine but
2006 Jun 08
4
weblog.rubyonrails.com - needs upgrade ?
Last 2 articles have 500+ comments.
Also, whenever I comment, it never appears immediately.
It terribly needs an upgrade.
-Pratik
--
rm -rf / 2>/dev/null - http://null.in
2015 Jan 12
2
Re: Installing Libguestfs
I used libguestfs for transferring files from host OS to guest VM. It
worked successfully. But since the tool being very huge and has many more
functionalities, which my project doesn't need. I just want to use the
functionality provided by virt-copy-in. Can you please tell where will I
get the code which virt-copy-in uses internally? I have libguestfs folder.
In that which files are used for
2013 Mar 08
2
Gsoc-2013
Hi,
I am Chinmay Naik, an undergraduate in Computer Science at Bangalore
Institute of Technology, Bangalore.
I am an experienced programmer and good with C,C++,Python,Java,OpenGL and
would love to participate in Gsoc-13.
>From the ideas listed, i am interested to work on the project "posting list
encoding improvements".
I am a newbie to Xapian but would like to get involved and get a
2014 Dec 30
2
Installing Libguestfs
I want to transfer files between host and guest. What are the ways to
transfer these files? Is libguestfs the only way to transfer files between
host and guest?
Regards,
Priyanka Naik
2003 Feb 27
5
Weird..
I have a machine with 'samba + winbind' installed ... everything works fine.
its my beta-machine.. so i used norton ghost to clone it to another computers, and as usual it works good, so i decided to do it with 5 machines. at the end of the procedure i changed the ip of each one and the netbios name....
so i have 5 cloned machines with 'winbind+samba' and thats good.. but if i
2005 Sep 06
5
Good Polycom Dealer?
Could any of you provide me information on a good
Polycom phone dealers to utilize. One who provides
firmwares ..etc
Thank you!
Kenny
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
2006 Apr 15
19
Trouble with Lighty
I''m trying to setup my rails application with Light+fcgi.
This is the error I''m getting when I try to start Lighttpd :
============
[getcapture@alpha getcapture]$ ~/etc/rc.d/lighttpd.sh start
Starting Lighttpd
2006-04-15 11:27:24: (mod_fastcgi.c.1022) execve failed for:
/home/getcapture/application/public/dispatch.fcgi No such file or
directory
[getcapture@alpha getcapture]$
2007 Jun 02
3
Updating R version
A quick question. I am trying to understand how I could move the installed
packages in my R 2.3 version to the newly installed R 2.5 version, without
having to install all the packages again. I copied the files under the old
library subdirectory to the new library subdirectory. But still the newer
version is not recognizing the packages that were copied over.
Thanks.
[[alternative HTML version
2007 Aug 03
6
Problems saving an uploaded image to an app folder
In my app, the user can upload images. Rather than shoving the image
data in the database, i want to put the filename and content type into
the db, then rename the image with its record''s id number, and then save
it into a local folder in my app folder. (hardcoded for now)
All the details are being saved to the db ok, so as far as i know the
"picture_file=" method is fine.
2005 Aug 04
5
newbiew extensions.conf question
I am newbie trying to setup about 12 Polycom Ip500's
on an asterisk server. I am working on my
extensions.conf and am trying to make it so that all
my extensions can dial each other. My extensions are
number 720, 721, 722, 723 ..etc
in my from-sip context I began doing entries such as:
exten => 720,1,Dial(SIP/720,20)
exten => 720,2,Voicemail(u720)
exten =>
2005 Sep 08
2
Server Brand
Hello, all I apologize for all these questions. But I
have so many running through my head for this. What
brand of server is a good one to use for running an
asterisk box? I did an install the other day on a
Compaq Proliant ML370 G2 / Debian Sarge and it is
currently working great. But HP/Compaq costs bukooo
bucks.
I have heard Super Micro is what alot of you are
using. Any problem running
2014 Dec 17
1
Communication between Host and Guest
We wanted to migrate the process from host machine to guest machine using
virtio serial. We have already completed with dumping and restoring
processes. We wanted to transfer those dumped files to guest so that they
could be restored back, using virtio serial. I found many stuff related to
virtio serial but couldn't get the code for transferring files. Can you
provide us with the links which
2005 Nov 29
3
Is it possible to backup database using rsync?
Hi everyone,
I want to back up my database using log files.
1. Is it possible to backup database using rsync?
2. Can it copy redo log file which are open?
3. It has any special feature to handle redo log files of database while
copying?
Urgent help needed.....
regards
Harish Naik
2012 Jun 23
7
GPLPV xennet bsod when vcpu>15
Hello,
I installed the signed drivers from
http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers and
I ran into a BSOD on a Windows 2008 Server R2 Enterprise domU with a
large number of vcpu''s. The BSOD is related to xennet.sys.
After some trials I found that it runs fine up to 15 cores. From 16 or
more, the BSOD kicks in when booting the domU.
The hardware (4 times
2005 Nov 24
2
Help me with this Questiions
I would like to understand the capabilities of GNU rsync software /
utility. This is used for syncing file systems / file level data across
two systems. I specifically would like to know its capabilities in
syncing files ?
1) How does it replicate data changes to files ? entire file or only
the incremental blocks?
2) Does it have any block level replication capabilities?
3) Can it
2005 Nov 28
2
GUI for rsync?
Hi,
I am new to rsync. Here are my some doubts. I am using Red Hat Linux 8.
1. Is their any GUI for rsync?
If there is a GUI for rsync please let me know.
2. While copying file does rsync locks that file?
3. Is it possible to copy open file with rsync?
If yes, how how it does that?
[ I have a script to run rsync periodically, which copy a big file.
If I am using that file (reading or