Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] FileUtilities.cpp:299:2: #error Unimplemented ReadFileIntoAddressSpace - need to"
2004 Dec 30
2
[LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
Hi Jeff,
We need to get getDirectoryContents and renameFile implemented from
Unix/Path.cpp in Win32/Path.cpp, otherwise I can't get llvm-ar linked.
Henrik.
=============================================================
Henrik Bach
Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
Got Freedom?
Software Freedom Day
2004 Dec 30
0
[LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
I suspect those aren't the only two. I'll have to make a pass over
Path.cpp to see what was added to the unix version and not to the win32
version.
Henrik Bach wrote:
> Hi Jeff,
>
> We need to get getDirectoryContents and renameFile implemented from
> Unix/Path.cpp in Win32/Path.cpp, otherwise I can't get llvm-ar linked.
>
> Henrik.
>
>
>
2004 Dec 14
1
[LLVMdev] Patch to Path.cpp
Hi,
To link gccld it needs this patch to Path.cpp, too.
Henrik.
=============================================================
Henrik Bach
Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
2004 Jul 20
1
[LLVMdev] /usr/local/src/llvm/include/Config/alloca.h:42:17: #error "The function alloca()
Hi
As shown below, the .\configure script found a version of alloca():
---------------------
configure:20831: checking for working alloca.h
configure:20853: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:20856: $? = 0
configure:20859: test -s conftest
configure:20862: $? = 0
configure:20873: result: yes
configure:20883: checking for alloca
configure:20925: gcc -o conftest -g -O2
2004 Dec 04
1
[LLVMdev] Thank you for your acknowlegdement
Hi Chris and Vikram,
Thank you for your acknowlegdement of my and the other external contributors
work, in your latest presentation of LLVM on Compiler Research
Infrastructures: "The LLVM Compiler Framework and Infrastructure Tutorial",
albeit we have done a little (except Reid) compared with you true unsung
heroes at the LLVM team.
Henrik
2005 Feb 18
1
[LLVMdev] Change of __MINGW define to __MINGW32__
=============================================================
Henrik Bach
LLVM Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
'Nothing is impossible; The impossible just takes longer time :)'
- Inventor of a new energy saver light bulp from Denmark.
No software patents - Thank you Poland:
2004 Oct 25
2
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
>From: John Criswell <criswell at cs.uiuc.edu>
>Date: Mon, 25 Oct 2004 15:38:52 -0500
>
>When you run configure, you'd do something like this:
>
>configure --prefix=<...> LDFLAGS="-L<path where libdgbhelp is installed"
>
>If you modify Makefile.config directly, just add the necessary -L option to
>TOOLLINKOPTS. I believe that should fix
2004 Aug 30
2
[LLVMdev] ./configure[384]: test: Files/Microsoft: unexpected operator/operand
Hi
When I run configure on Interix, I get these four error messages:
-----------
./configure[384]: test: Files/Microsoft: unexpected operator/operand
./configure[384]: test: Files/Microsoft: unexpected operator/operand
./configure[384]: test: Files/Microsoft: unexpected operator/operand
./configure[384]: test: Files/Microsoft: unexpected operator/operand
checking for a BSD-compatible install...
2004 Dec 26
1
[LLVMdev] VC++: Cannot open include file:'windows.h':No suchfileor directory
I agree completely with you, Jeff.
However, I think it somehow would be nice, if you guys could tell comming
users that the win32 solution is geared toward VC++ 7.1 (and hence use of
other tools are at their own risk).
And, I think it also would be really cool, if you guys come up with a
solution how to handle multiple VC++ x solutions/projects from the same
source, possibly ranging from VC
2004 Aug 30
0
[LLVMdev] ./configure[384]: test: Files/Microsoft: unexpected operator/operand
Yes,
It looks like the PATH variable in the configure script at line 384 isn't
getting quoted properly. The "Files/Microsoft" is probably part of "C:\Program
Files\Microsoft\...". The spaces cause it to be interpreted as separate words
so it fails.
I don't have time to look at this in detail right now. Have a look at the
configure script and see if you can figure
2004 Dec 15
1
[LLVMdev] FileUtilities.cpp error: `close' undeclared
Hi,
When I compile FileUtilities.cpp I get this error:
----------------
llvm[1]: Compiling FileUtilities.cpp for Debug build
c:/projects/src/llvm-1/llvm/lib/Support/FileUtilities.cpp: In destructor
`llvm::FDHandle::~FDHandle()':
c:/projects/src/llvm-1/llvm/lib/Support/FileUtilities.cpp:79: error: `close'
undeclared (first use this function)
----------------
Shouldn't function close
2004 Oct 23
2
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Hi LLVM'ers
When linking tblgen tool I get below error message on MinGW.
I have put TOOLLINKOPTS=-ldbghelp in Makefile.config.
However, when rearranging library dbghelp to the end of the g++
line, tblgen gets linked.
--------------------------
make[2]: Entering directory `/C/Projects/build/MinGW/llvm/utils/TableGen'
Linking Debug executable tblgen
/C/Projects/build/MinGW/llvm/mklib
2004 Dec 31
2
[LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
Indeed they weren't. It's up to date now.
And now that I've done that I can't help but notice that Path.cpp is
getting very Unix-centric in its interfaces, what with file permission
bits and stuff. This is going to cause problems if and when LLVM is
ported to other operating systems, though I have to admit it's getting
difficult to name viable operating systems it could
2004 Jul 16
3
Email eller vedhæftet fil blokeret
Email eller vedhæftet fil afsendt fra din adresse (eller med din adresse som afsender) er blevet afvist fra Allerød Kommune.
Spam og virus bliver typisk sendt under dække af andre afsendere og den blokerede email behøver derfor ikke oprinde direkte fra dig. (Husk dog altid at have et opdateret antivirusprogram på din computer.)
Du kan evt. scanne din computer med det gratis' værktøj
2005 Apr 25
0
TCQ_F_THROTTLED question
Hello
Can someone explane to me how the TCQ_F_THROTTLED flag and the watchdog
function used in tbf and htb works?
To be more specific, (reading tbf code)
if there are not enough tokens, a watchdog timer will be "started" and the
TCQ_F_THROTTLED flag set.
But what happens then the time is up? where is the code reentered?
What does the flag "really" mean?
If someone could
2004 Oct 25
0
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Henrik Bach wrote:
>> From: John Criswell <criswell at cs.uiuc.edu>
>> Date: Mon, 25 Oct 2004 15:38:52 -0500
>
>
>>
>> When you run configure, you'd do something like this:
>>
>> configure --prefix=<...> LDFLAGS="-L<path where libdgbhelp is installed"
>>
>> If you modify Makefile.config directly, just add the
2004 Jul 21
1
[LLVMdev] FileUtilities.cpp:72: error: aggregate `stat s' has incomplete type and cannot
Hi
As shown below, the .\configure script found a version of stat.h:
---------------------
configure:4382: checking for sys/stat.h
configure:4399: gcc -c -g -O2 conftest.c >&5
configure:4402: $? = 0
configure:4405: test -s conftest.o
configure:4408: $? = 0
configure:4419: result: yes
---------------------
However, I got this error when compiling:
---------------------
FileUtilities.cpp:
2004 Oct 25
0
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Henrik Bach wrote:
> Hi LLVM'ers
>
> When linking tblgen tool I get below error message on MinGW.
>
> I have put TOOLLINKOPTS=-ldbghelp in Makefile.config.
>
> However, when rearranging library dbghelp to the end of the g++
> line, tblgen gets linked.
It seems that the -L path options are specified before the LLVM
libraries (libSystem and libsupport) are linked in.
2004 Aug 04
1
[LLVMdev] Reader.cpp:464: error: `intptr_t' undeclared (first use this function)
Hi,
I get this error:
------------------
Reader.cpp:464: error: `intptr_t' undeclared (first use this function)
------------------
It doesn't seem that you include <stddef.h>, where the intptr_t is declared,
in the source file.
When I included the header, it compiled without errors. The same error seems
to be present for ReaderWrappers.cpp.
/Henrik
2004 Sep 19
1
[LLVMdev] Path.cpp patch to lib/System/Interix
Hi,
Just a minor fix to get Path.cpp to compile on Interix.
Henrik
_________________________________________________________________
Find det, du s�ger med MSN S�g http://search.msn.dk/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Path.cpp.zip
Type: application/x-zip-compressed
Size: 463 bytes
Desc: not available
URL: