Displaying 20 results from an estimated 10000 matches similar to: "build R with Visual Studio"
2006 Mar 10
2
problem building R-patched on x86-64 with PGI 6.1
Dear R-devel,
[I'm not sure if this is appropriate for R-devel. If not, I'm more than
happy to move it to R-help.]
As those of you who saw my post on R-help know, I've been trying to build
R-patched on a dual Opteron box running Scyld Beowulf, using the PGI 6.1
compilers. The build went fine, but I couldn't get it to pass make
check-all. Jennifer Lai, who reported success with
2005 Aug 31
1
Build Portland Group Compiler
Hi,
I built R with Portland Group compiler, but I noticed one thing that
when I ran configure for the first time on AMD machine, I got the
following error:
checking whether the C compiler works... configure: error: cannot run C
compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
so I tried to set host=x86_64-unknown-linux-gnu,
2008 Nov 21
2
[LLVMdev] Removal of Visual Studio project files.
Chris proposed on IRC to remove the Visual Studio project files and turn
CMake into the "standard" for building LLVM with VC++.
If you have strong arguments against this, please voice them.
--
Oscar
2014 Sep 15
2
[LLVMdev] codeview debug info in Visual Studio
Hi,
Is there any way to debug the codeview output of llvm from within Visual
Studio?
I want to use the codeview line info debug output of clang/llvm. I tried
with the
x86_64-pc-windows-msvc and i686-pc-windows-msvc triples and linking it
into an
existing project with VC++ from within the IDE and outside with link
/debug.
Neither option lets me debug with Visual Studio as debugger host.
2008 Nov 25
2
[LLVMdev] Removal of Visual Studio project files.
OvermindDL1 <overminddl1 at gmail.com> writes:
>> Chris proposed on IRC to remove the Visual Studio project files and turn
>> CMake into the "standard" for building LLVM with VC++.
>>
>> If you have strong arguments against this, please voice them.
>
> As long as instructions are supplied on how to pass in user defined
> macros to the build system.
2010 Nov 22
1
Using RInside in Visual Studio 8.0 VC++.NET Program
Hello,
I am trying to use Rinside package in my VC++.Net program ( using Visual
Studio 8.0 environment). I have downloaded Windows binary of RInside from
the following link
http://cran.r-project.org/web/packages/RInside/index.htm
Version of RInside - 0.2.3
While compiling the program , i am getting about 69 error. Some of them are
the folllowing ones. Please me in solving the following issue
2010 Jul 11
13
Simple application made with visual studio 2005 not running
I build a simple application with VS C++ and it is not running.
Debug info and the application with its source code is on the link below:
http://homepages.dcc.ufmg.br/~fccoelho/test.tar.gz
Tested on wine-1.2-rc7
2007 Mar 28
3
[LLVMdev] "deserialize primitive type 16 (vers=0, pos=15)" with Visual Studio
I followed the steps in "Getting Started with the LLVM System using Microsoft Visual Studio" in the document in LLVM page.
I made hello.c file exactly same shown in the page.
I made hello.bc on UNIX and transferred it to my Windows computer.
And I typed "llc -march=c hello.bc"
(Of course, I downloaded the latest version of LLVM and compiled with VS before this.)
But my command
2008 Nov 25
0
[LLVMdev] Removal of Visual Studio project files.
On Thu, Nov 20, 2008 at 9:11 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Chris proposed on IRC to remove the Visual Studio project files and turn
> CMake into the "standard" for building LLVM with VC++.
>
> If you have strong arguments against this, please voice them.
As long as instructions are supplied on how to pass in user defined
macros to the build system. I
2007 Mar 28
0
[LLVMdev] "deserialize primitive type 16 (vers=0, pos=15)" with Visual Studio
Seung Jae Lee wrote:
> I followed the steps in "Getting Started with the LLVM System using Microsoft Visual Studio" in the document in LLVM page.
>
> I made hello.c file exactly same shown in the page.
> I made hello.bc on UNIX and transferred it to my Windows computer.
> And I typed "llc -march=c hello.bc"
> (Of course, I downloaded the latest version of LLVM
2007 Mar 17
1
[LLVMdev] LLVM with Microsoft Visual Studio
Can Microsoft Visual Studio be a good tool for making a backend for an architecture?
Thanks,
Seung
---- Original message ----
>Date: Mon, 12 Mar 2007 12:44:48 -0700
>From: Jeff Cohen <jeffc at jolt-lang.org>
>Subject: Re: [LLVMdev] LLVM with Microsoft Visual Studio
>To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>
>Andreas Fredriksson wrote:
>>
2005 Mar 10
0
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
It compiles successfully with VC++ 7.1. You are apparently using VC++
8.0, otherwise known as the Whidbey beta. The cause is no doubt due to
bugs in Whidbey and this isn't the first one encountered. I'm sorry,
but I cannot support beta Microsoft products (if only because I refuse
to have them anywhere near my computer). All I can suggest is that you
do a 'clean solution'
2005 Mar 10
2
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
I'm not sure what causes this. Everything builds fine in Release mode
but when I try to do a Debug build I get an error in Transforms (which
causes all dependant projects to fail as well). I'm not exactly sure
what causes the error, I'll try to investigate tomorrow (unless
someone can figure out what it is by then). Below is the output from
VS:
------ Build started: Project:
2005 Aug 31
1
Bioconductor and R-devel
Hi,
I have built R (current development version) and BioConductor 1.7
with portland group compiler on a AMD Opteron.
When I ran qc assessment on Affymetrix latin square data set, I got the
following output,
Loading required package: affy
Loading required package: Biobase
Loading required package: tools
Welcome to Bioconductor
Vignettes contain introductory material. To view,
2008 Nov 25
0
[LLVMdev] Removal of Visual Studio project files.
On Mon, Nov 24, 2008 at 8:18 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> OvermindDL1 <overminddl1 at gmail.com> writes:
>
>>> Chris proposed on IRC to remove the Visual Studio project files and turn
>>> CMake into the "standard" for building LLVM with VC++.
>>>
>>> If you have strong arguments against this, please voice them.
2004 Dec 28
1
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
Hi Jeff,
I'm just reviewing some old mail on my "to do" list. I was wondering if
you managed to get ltdl.c to compile cleanly with VC++ or if you want me
to look at these warnings.
Reid.
On Sun, 2004-12-05 at 09:08, Jeff Cohen wrote:
> Well, then why does win32/DynamicLibrary.cpp exist, not to mention it's
> *nix relatives? You have even been updating them, even though
1999 Sep 22
1
Samba and Visual C++
I've just tried to install MS Visual C++ 6.0 on our Samba 2.0.5a
Linux Server. When I was asked for the installation directory I tried
to use a samba-share that was mounted on a network drive letter. Just
after this the setup programm refused the path as incorrect. Now the
question: Is it impossible to install the VC6 package server based?
I don't wan't to install this big package on
2004 Dec 05
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
Well, then why does win32/DynamicLibrary.cpp exist, not to mention it's
*nix relatives? You have even been updating them, even though they
cannot be compiled as they aren't included by System/DynamicLibrary.cpp.
Anyway, with Morten's patches I can almost build successfully. Minor
patch attached to fix the residual problems. I don't know why he didn't
hit these problems.
2004 Dec 04
3
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
ltdl.h fully supports windows platforms (lots of them). That isn't the
issue. The issue is setting up the #defines to reflect the windows
system. e.g. HAVE_DLOPEN needs to be false
Reid.
On Fri, 2004-12-03 at 20:35, Chris Lattner wrote:
> On Fri, 3 Dec 2004, Jeff Cohen wrote:
>
> > It will have to be Morten. I can't get ltdl.c to compile. But wasn't
> > the
2007 Sep 13
5
problem with exec,system,WinExec, C functions
Hi,
i'm using openwatcom under wine, all is ok, but next code will not work:
#include <windows.h>
void main( void ) {
system( "foo.exe" );
}
same problem for:
#include <windows.h>
void main( void ) {
WinExec( "foo.exe", SW_SHOW );
}
where "foo.exe" is a windows console aplication
if i try to launch foo.exe with wine in a terminal window