Displaying 20 results from an estimated 300 matches similar to: "[LLVMdev] Where do header files patched with llvm-gcc come from?"
2011 Mar 29
0
[LLVMdev] Where do header files patched with llvm-gcc come from?
Hi 陈晓宇,
> The llvm-gcc front end mingw binary on llvm.org <http://llvm.org> has patched a
> lot of *.h files under include directory. But when building llvm-gcc on mingw
> myself, there is no header file generated under include directory. So where do
> these header files come from? I am concerned for their licenses.
if you mean the top level include directory in the llvm-gcc
2009 Aug 16
2
[LLVMdev] Is the head of llvm-gcc not working with the head of llvm for anyone else?
I just tried to compile llvm-gcc against the top of llvm and I ran
into this error:
/.../llvm/llvm-gcc-build/./prev-gcc/xgcc
-B/.../llvm/llvm-gcc-build/./prev-gcc/
-B/.../llvm/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ -c
-DHAVE_CONFIG_H -g -O2 -I.
-I/.../llvm/llvm-gcc-4.2/libiberty/../include -W -Wall -pedantic
-Wwrite-strings -Wstrict-prototypes -Wc++-compat
2011 May 13
4
[LLVMdev] Fail when building llvm2.9 using MinGW64
I was building llvm2.9 using MinGW64 on windows, msys was 32 bit so I
specified --host option for a cross compiling. Following are my configure
options:
../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj
--host=x86_64-w64-mingw32
--disable-multilib
The error:
make[1]: Entering directory `/home/AutoESL/llvm-obj/lib/VMCore'
make[1]: ***
2011 Mar 29
0
[LLVMdev] Where do header files patched with llvm-gcc come from?
Hello
> The llvm-gcc front end mingw binary on llvm.org has patched a lot of *.h
> files under include directory. But when building llvm-gcc on mingw myself,
> there is no header file generated under include directory. So where do these
> header files come from? I am concerned for their licenses.
These are ordinary mingw-runtime and w32-api headers. As far as I
remember, only
2011 May 16
0
[LLVMdev] Fail when building llvm2.9 using MinGW64
Chen, see http://llvm.org/docs/GettingStarted.html#pf_12
...Takumi
ps. Excuse me, PE+ (aka pep) means "Executable file format for WIndows x64".
2011/5/16 陈晓宇 <xychen0921 at gmail.com>:
> The stack trace:
>
> Starting program:
> C:\MinGW\msys\1.0\home\xchen\llvm-obj\lib\Target\CellSPU/../..
> /../Debug/bin/tblgen.exe -I
2011 May 15
0
[LLVMdev] Fail when building llvm2.9 using MinGW64
Chen,
2011/5/13 陈晓宇 <xychen0921 at gmail.com>:
> ../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj
> --host=x86_64-w64-mingw32
> --disable-multilib
Please try with "--build=x86_64-w64-mingw32", not "--host".
If you would still have any troubles, make sure your
x86_64-w64-g++.exe can generate correct
2009 Aug 16
0
[LLVMdev] Is the head of llvm-gcc not working with the head of llvm for anyone else?
On Aug 15, 2009, at 5:05 PM, Erick Tryzelaar wrote:
> I just tried to compile llvm-gcc against the top of llvm and I ran
> into this error:
>
> /.../llvm/llvm-gcc-build/./prev-gcc/xgcc
> -B/.../llvm/llvm-gcc-build/./prev-gcc/
> -B/.../llvm/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ -c
> -DHAVE_CONFIG_H -g -O2 -I.
> -I/.../llvm/llvm-gcc-4.2/libiberty/../include -W
2015 Apr 16
2
[LLVMdev] Compile SPEC2006 with clang-3.2, multi definition errors.
When compile 403.gcc, there are link errors.
1) environment
1.1) OS
Linux gnode107 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64
x86_64 x86_64 GNU/Linux
*1.2) The default GCC compiler is *
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for
2004 Jun 25
0
X11 application fails come up but xclock and xterm come up
debug1: X11 connection requested.
debug2: fd 20 setting TCP_NODELAY
debug2: fd 20 is O_NONBLOCK
debug2: fd 20 is O_NONBLOCK
debug1: channel 3: new [X11 connection from 127.0.0.1 port 47773]
debug1: channel 3: open confirm rwindow 3000 rmax 35840
debug1: server_input_channel_req: channel 3 request exit-status reply 0
debug1: session_by_channel: unknown channel 3
debug1: dump: used 1 session 0
2004 Jun 25
4
X user application fails come up but xclock and xterm come up
Hi ,
I open secure Session with X11 forwarding. when run any standard X
applicattion like xterm xclock
it come up without any error. I start my user X application it fails. On
User application side it fails when
"xtOpenDisplay" system call with localhost:10.0.
On SSH server debug message are :
> debug1: X11 connection requested.
> debug2: fd 20 setting TCP_NODELAY
>
2007 May 02
2
Another CentOS 5 oddity: reboot and the X server fails to come up
I had to reboot my work machine today, and it came up in text mode
(!). I did an init 5, but that had no effect (wrong command?). I
killed the three gdm processes, and voila, X server mode.
Where do I look to find out what is not right here?
Thanks.
--
Mark Hull-Richter, Linux Kernel Engineer
DATAllegro (www.datallegro.com)
85 Enterprise, Second Floor, Aliso Viejo, CA 92656
949-680-3082 -
2006 Nov 04
0
Net::HTTP.post_form got 200 but no INSERT INTO. How come? How to fix this?
Hello,
I''m playing around with net/http and open-uri Ruby Libraries.. I''m
trying to post to my own rails simple new action method.
Here''s my irb :
irb(main):013:0> res =
Net::HTTP.post_form(URI.parse("http://localhost:3002/blog2/new"),
{"commit" => "Save",
"signature_id" => "", "signature_content"
2006 May 02
0
Where does Locale come from?
Hi all,
where does Locale come from? In script/console it''s available, in irb it
is not.
The pickaxe does not know it.
Grepping for it in /usr/lib/ruby/gems/1.8/gems doesn''t yield anything at
all.
Grepping for it in /usr/lib/ruby tells me that it is defined in a file
called
/usr/lib/ruby/1.8/irb/locale.rb, and that /usr/lib/ruby/1.8/irb/init.rb
actually
instantiates it?!
2006 Apr 11
0
Trying to come up with a nice DSL, but having some problems
I have three models in this small game I''m working on - the Game,
Players, and Turns. A Player should be able to rescue another Player
on any given turn. So it looks like this:
class Game
has_many :players
has_many :turns
def rescue_player(p)
t = turns.last
t.rescued = p
t.save
end
end
class Turn
belongs_to :rescued, :foreign_key =>
2006 Mar 16
0
Patched 1.0.0--Better than Rails-1.0.0 or latest revisions?
Rails users, what are your current best practices for dealing with
post-1.0.0 rails bugfixes on your rails apps?
* Are you using the latest rails revision?
* Are you using some nameless revision you froze some time ago?
* Are you downloading and applying specific patches to rails-1.0.0?
Rails core, what are your thoughts about periodically applying a few
backwards-compatible patches to
2006 Mar 20
3
Where does it come from?
Below every page in the browser i get:
"Loaded suite dispatch.cgi Started Finished in 0.000225 seconds. 0
tests, 0 assertions, 0 failures, 0 errors"
I''m not sure if i changed something or someone else did it, but now i
don''t know how to get rid of it. It has something to do with testing,
right? How to switch it off?
--
Posted via http://www.ruby-forum.com/.
2001 Jun 01
1
Export knfsd/ext3 on doubly patched kernel(knfsd/reiserfs) OK?
Hi - if I have a doubly patched kernel (2.4.5)
(1) Apply gkernel/CVS ext3 patches
(2) Apply Neil Brown/Reiserfs team knfsd and reiserfs patches
Will ext3 be exportable by knfsd (i.e. inherit automagically
the nfsd_operations thingies from ext2) or does it need further
patching?
--
Chan Shih-Ping (Richard) <cshihpin@dso.org.sg>
DSO National Laboratories
20 Science Park Drive
2006 May 10
0
tc patched doesn''t work with WFQ TOO
I''ve the same problem of Julien Bisconti.
Can someone help me ?
I try to compile iproute2 for my target ppc 8260.
Thank you !
2010 Jun 10
0
How come need to get MySQL to work in a strange way?
The following is an error for using RoR with MySQL:
C:\ror\shov17>rake db:migrate
(in C:/ror/shov17)
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please
install
the mysql gem and try again: gem install mysql.
rake aborted!
193: %1 is not a valid Win32 application. -
c:/ruby/lib/ruby/gems/1.8/gems/mys
ql-2.8.1-x86-mingw32/lib/1.8/mysql_api.so
(See full trace by running
2013 Oct 04
0
[Bug 1872] proposal how to change fingerprints to come fips compatible
https://bugzilla.mindrot.org/show_bug.cgi?id=1872
Petr Cerny [:hrosik] <pcerny at suse.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pcerny at suse.cz
--
You are receiving this mail because:
You are watching the assignee of the bug.