Displaying 20 results from an estimated 1100 matches similar to: "[LLVMdev] Problems building LLVM under Visual Studio"
2012 Jun 24
0
[LLVMdev] Problems building LLVM under Visual Studio
On Sun, Jun 24, 2012 at 1:11 PM, Mason Wheeler <masonwheeler at yahoo.com> wrote:
> Hi all,
>
> I'm trying to build LLVM, synced from SVN trunk yesterday.
>
> I ran CMake and it generated VS 2008 project files, so far so good. Then I
> tried to build them, by building the ALL_BUILD project.
>
> It got the first three all right, but choked on template issues in
2009 Nov 12
1
[ win32utils-Bugs-27425 ] win32-open3 doesn't build with 1.9.1
Bugs item #27425, was opened at 2009-11-11 21:15
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=27425&group_id=85
Category: win32-open3
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Nobody (None)
Summary: win32-open3 doesn''t build with 1.9.1
Initial Comment:
Windows XP
VC++ 9
2006 Jan 19
0
Compile error (svn 10743)
Sorry.
First error file is not "modes.c" but "modes_noglobals.c".
________________________________
From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of ¼Õ½Â¿ø
Sent: Friday, January 20, 2006 11:40 AM
To: speex-dev@xiph.org
Subject: [Speex-dev] Compile error (svn 10743)
Hi,
I've received svn 10743 revision.
But there are compile errors at
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
I get the following error when trying to compile:
win32-changejournal-0.2.0-1
on:
Windows 2000, Service Pack 4
Microsoft Visual Studio 6
Any ideas? Thanks,
Zach
----- ERROR BELOW-----
C:\unzipped\win32-changejournal-0.2.0-1\win32-changejournal-0.2.0>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
2006 Jan 19
1
Compile error (svn 10743)
Hi,
I've received svn 10743 revision.
But there are compile errors at three files with VS2005.
Please check these reports.
Sohn,
Platform system engineer.
=============================================================================
1. modes.c
- nb_mode_new()
SpeexNBMode * nb_mode;
nb_mode = (SpeexNBMode *) speex_alloc (sizeof (SpeexNBMode));
if (nb_mode == NULL) return NULL;
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
Jeff Cohen wrote:
>But I compiled that under vc7.1 as it was!
>
>
;-((
Probably is an implicid includes, but I'm using the STLPort standard
library for LLVM (because it's not possible to use hash_map and hash_set
of microsoft)
cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS
/DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H /DHAVE_WINDOWS_H
2004 Sep 26
2
[LLVMdev] patches and scons
The scons file that I posted yesterday is broken...
I've not taken in account the commit of 2 days ago that modified
*iterator.in* and friends.
I've updated it and now it works again; inside it you can find comments
about what files currently
are NOT compiled and why (hint appreciated!)
Attached to this email you can find it and a new series of patches
against current CVS, that I hope
2006 Nov 04
1
[LLVMdev] llvm windows re-port
Hello Žiga
Sat, 04 Nov 2006 12:48:23 +0100 you wrote:
> I decided to make llvm port on windows, to support at least Visual
> Studio 7.1 and Visual Studio 8. I guess I will make only Visual
> Studio 7.1 version, since it can be easily converted to version 8.
Good. Please note, that they're something about 1.5 years old. There
already were some attempts to do visual studio port,
2005 May 01
3
win32-dir 0.1.0 compile problems
I tried to download/compile/install win32-dir, but I couldn''t get it to
go. Over a private email Daniel Berger had me...
"Curious. What platform are you on exactly? Try
modifying the extconf.rb file. Add
''have_library("SHFolder")'' above
''have_library("shell32")''. If that doesn''t work, try
uncommenting the other
2004 Sep 03
4
[LLVMdev] diffs for vc7.1
Hi all,
Here the first bunch of patch for compiling part of LLVM under win32
with MSVC 7.1:
* Trivial addings (I hope!):
- #include <string> at top of:
llvm\include\llvm\ExecutionEngine\ExecutionEngine.h(78) : error
C2039: 'string' : is not a member of '_STL'
- #include <algorithm> at top of:
llvm\lib\CodeGen\LiveIntervalAnalysis.cpp(639) : error C2039:
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
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
I am build from source on MSVC 2017 cl.exe and MSYS2 32 bit.
Environment
Machine OS: Windows 10 Prof
Visual Studio C++ : 2017
Windows SDK : 10.0.17763.0
MYS2 32 : MSYS_NT-10.0-WOW | uname -m i686
*Building code as below and getting error:*
tar xzf libtheora-1.2.0alpha1.tar.gz
cd libtheora-1.2.0alpha1;
cd libtheora-1.2.0alpha1; CC=cl ./configure
--prefix=/d/smallgame/gaminganywhere/deps.posix
2004 Dec 20
1
[LLVMdev] win32 still broken
I'm having trouble keeping up with you guys :-)
No sooner than I fix the previous problems that another one is created:
c:\llvm\lib\Support\Timer.cpp(140) : error C2039: 'find' : is not a
member of 'std'
c:\llvm\lib\Support\Timer.cpp(140) : error C3861: 'find': identifier not
found, even with argument-dependent lookup
c:\llvm\lib\Support\Timer.cpp(270) : error
2005 Feb 04
7
FW: Bug fix
Forwarded, because I don''t think he''s subscribed and I''m not getting an
email notification in my Yahoo account.
Dan
-----Original Message-----
From: CT [mailto:demerzel@gmail.com]
Sent: Friday, February 04, 2005 4:17 PM
To: Berger, Daniel
Cc: win32utils-devel@rubyforge.org
Subject: Re: Bug fix
On Fri, 4 Feb 2005 16:53:17 -0600, Berger, Daniel
2010 Aug 13
4
[LLVMdev] errors when compiling with visual studio 10
im compiling llvm with visual studio 10. I have used cmake build app.
visual studio 10 is complaining about error c2039: 'setjmp' : is not a
member of llvm::Intrinsic
its line 154, LowerInvoke.cpp
any ideas?
--
View this message in context: http://old.nabble.com/errors-when-compiling-with-visual-studio-10-tp29427176p29427176.html
Sent from the LLVM - Dev mailing list archive at
2011 Jun 24
1
windows compilation problem
I'm compiling rsync 3.0.9pre1 using Microsoft Visual Studio 2010 on my windows XP system. I get a compilation failure in flist.c, function send_directory:
flist.c(1653) : error C2143: syntax error : missing ';' before 'type'
flist.c(1654) : error C2065: 'name_len' : undeclared identifier
flist.c(1654) : warning C4018: '>=' : signed/unsigned mismatch
2016 Jun 23
0
FLAC__SSE_OS change
lvqcl wrote:
> Erik de Castro Lopo wrote:
>
>> I actually think my change is correct. It should be easier to see if you
>> look at the github version of the change:
>>
>> https://github.com/xiph/flac/commit/e120037f3c67b23fd9eef7ccd04d2df57fa1a9a6#diff-9f048b83ff55071de36263cf0f403b2eL209
>>
P.P.S.
1) if FLAC__SSE_OS==1 then MSVC cannot compile current
2004 Dec 21
2
[LLVMdev] win32 broken again
Primitive Unix I/O should not be used outside of lib/System:
c:\llvm\lib\Bytecode\Reader\ReaderWrappers.cpp(140) : error C2039:
'read' : is not a member of 'operator``global namespace'''
2013 Jan 15
0
[LLVMdev] Warnings in headers when compiling on OS X
Hi. Certain headers generate warnings like this one:
/usr/local/llvm/include/llvm/Support/IntegersSubset.h:465:12: Implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'unsigned int'
464: static unsigned getNumItemsFromConstant(Constant *C) {
465: return cast<ArrayType>(C->getType())->getNumElements();
466: }
There are a
2016 Jun 25
2
FLAC__SSE_OS change
lvqcl wrote:
> 1) if FLAC__SSE_OS==1 then MSVC cannot compile current cpu.c:
> "#include <windows.h>" line is inactive and MSVC complains:
> cpu.c(278): error C2065: 'EXCEPTION_EXECUTE_HANDLER': undeclared identifier
> cpu.c(279): error C2065: 'STATUS_ILLEGAL_INSTRUCTION': undeclared identifier
>
> 2) the current code (simplified):
>
>