Displaying 20 results from an estimated 100 matches similar to: "Can I save my console contents automatically?"
2012 Jul 18
2
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Hi all,
Thanks for response. Will this be fixed sometime soon?
Is there anything I can do to make it work in my copy of the latest llvm source?
Best,
Nobu
2012/7/17 jj <h59213 at rtrtr.com>:
> 片山 伸彦 <nobu.katayama <at> ipmu.jp> writes:
>
>>
>> Dear llvm developers,
>>
>> I am trying to run clang assembler to use avx instructions on Mac.
>>
2012 Jul 15
3
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Dear llvm developers,
I am trying to run clang assembler to use avx instructions on Mac.
I use gcc 4.7.1 to generate .s files from .c files. I can assemble foo.s by
clang -c -x assembler foo.s
to get foo.o but
clang -c -x assembler foo_long.s
fails with
$clang -x assembler foo_long.s
foo_long.s:27:2: error: invalid instruction mnemonic 'vcvttsd2siq'
vcvttsd2siq %xmm0,
2012 Jul 19
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Hi Nobu,
> Thanks for response. Will this be fixed sometime soon?
did you open a bug report?
> Is there anything I can do to make it work in my copy of the latest llvm source?
Are you sure that
vcvttsd2siq %xmm0, %rax
is correct and this isn't a gcc bug?
Ciao, Duncan.
>
> Best,
> Nobu
>
> 2012/7/17 jj <h59213 at rtrtr.com>:
>> 片山 伸彦
2012 Jul 16
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
片山 伸彦 <nobu.katayama <at> ipmu.jp> writes:
>
> Dear llvm developers,
>
> I am trying to run clang assembler to use avx instructions on Mac.
>
> I use gcc 4.7.1 to generate .s files from .c files. I can assemble foo.s by
>
> clang -c -x assembler foo.s
>
> to get foo.o but
>
> clang -c -x assembler foo_long.s
>
> fails with
>
>
2006 Oct 21
5
0.0.37 release?
I would like to tag and release 0.0.37 soon. I''m thinking of the next
few days. We have good new stuff (Printing, Scintilla on OS X, other new
classes) and have fixed some bugs. Also, would be good to put the early
build probs with the last release behind us.
Here''s the patches I think are outstanding:
- Wx::App cleanup
- rake HTML docs publishing
- Scintilla OS X
-
2004 Nov 11
3
File.nopen alpha
Hi all,
I''ve committed an alpha version of File.nopen (native open) to
win32-file. This is a wrapper for CreateFile(). A quick synopsis:
* File.nopen(file,access_mode,share_mode,creation_mode,flags)
*
* A ''native'' open method. This uses CreateFile() behind the scenes
instead of
* the _open() function. This allows much greater flexibility when it
comes
* to
2003 Nov 10
4
Ruby Browser for wxRuby
Hi, all.
I''m happy to introduce to you "Ruby Browser for wxRuby" ported from
Ruby-GNOME2 project.
I hope this tool will be very useful for wxRuby users.
You can download it at my website:
http://www.geocities.com/nobuaki.arima@sbcglobal.net/wxruby-en.html
If you have any question or comment, please let me know it.
Thanks,
--
Nobuaki Arima <narima1109@hotmail.com>
2004 Sep 03
1
rsync 2.6.2 with Posix socket on HP-UX
Hi,
I tried to compile rsync 2.6.2 as a 64-bit application
on HP-UX 11.23.
$ CC=cc CFLAGS="-Ae +DD64" configure
$ make
$ make check
'make check' fails with daemon mode tests with the
following error message.
rsync: socketpair_tcp failed (Address family not supported by protocol family).
There seems to be a problem with the mixture of BSD
and Posix socket specification.
2004 Jan 15
10
Wx::ListCtrl#get_item method
Hi guys!
I have a question (or a request?) on Wx::ListCtrl#get_item method.
As you can see in the wxWindows reference, wxListCtrl::GetItem method of
C++ is different from that of wxPython.
C++
return value: boolean
argument: wxListItem& info
wxPython
return value: wxListItem
arguments: int ID, int column (optional)
How about wxruby?
>From the wxruby source code, wxruby looks
2004 Oct 20
2
[PATCH] Fix on Cyrus SASL support for Rel 0.99.11
Code which supports cyrus SASL library (src/auth/mech-cyrus-sasl2.c)
is broken. Following is the workaround patch for Dovecot Rel 0.99.11,
and it worked fine on FreeBSD 4.10 BOX.
It will not work with current development version.
Application for that version might not be so difficult.
Recently I found the CVS log which appeals that cyrus SASL support is
discontinued. It's very sad.
Regards
1997 Jul 22
7
R-alpha: New version of R for testing
The newest version of R for Unix (version 0.50 alpha-1) is now (or will
soon be) available from the following sites.
NORTH AMERICA:
http://lib.stat.cmu.edu/R/Alpha
EUROPE:
ftp://ftp.stat.math.ethz.ch/R/
ftp://statlab.uni-heidelberg.de/pub/mirrors/auckland/R/
JAPAN:
ftp://ftp.u-aizu.ac.jp/pub/lang/R/
NEW ZEALAND:
ftp://stat.auckland.ac.nz/pub/R/
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan
2006 Nov 04
0
arrayfields-3.6.0
URLS:
- http://raa.ruby-lang.org/project/arrayfields/
- http://www.codeforpeople.com/lib/ruby/arrayfields/
- http://rubyforge.org/projects/arrayfields/
SYNOPSIS:
allow keyword access to arrays:
require ''arrayfields''
fields = ''name'', ''age''
row = [ ''bob'', 30 ]
row.fields = fields
row[
2004 Nov 16
0
Re: Win32, file descriptors and rb_io_check_writable()
Hi Park,
> That is due to detault translation mode.
>
> Insert
> _setmode(NUM2INT(args[0]),_O_TEXT);
> after
> RFILE(self)->fptr->mode = rb_io_mode_flags("w+");
> RFILE(self)->fptr->f = rb_fdopen(NUM2INT(args[0]),"w+");
> in case of TEXT MODE.
Ah, thanks.
On a side note, any clue as to why Nobu''s suggestion
2004 Nov 16
0
Re: Win32, file descriptors and rb
Hi Dan,
>
> Hi Park,
>
> On a side note, any clue as to why Nobu''s suggestion doesn''t seem to
> work? I tried his suggested patch of sending a second argument. It
> compiles fine, and I don''t get any warnings, but it simply doesn''t seem
> to write anything to a file when I tried.
>
> See my note on the ML for more details.
>
2006 Aug 03
0
EXT3-fs error (devive dm-0) in start_transaction: Journal has aborted
Hi,
Alfred von Campe wrote on Wed, 2 Aug 2006 09:34:06 -0400
> It's time to resurrect this thread from way back in June.
I suspect this is more of a HW problem rathan a SW one.
About two years ago I had a similar EXT3 fs failure case to
develop on a server running Mandrake Linux. My case was
due to the fact that this desktop Linux computer had two
HDs, where one of them (a Quamtum, top
2006 Jun 09
0
Ruby-GetText-Package-1.6.0
Hi,
Ruby-GetText-Package-1.6.0 is now available.
Chinese(zh_CN), Italian(it) are supported.
Screenshots in 13 language (Sample Rails blog) are:
http://www.yotabanana.com/hiki/?ruby-gettext-screenshot
Since this release, you can localize your rails plugin
easily with gettext.
I wrote a small example. If you''re interested in it,
check the file in the released tar-ball.
# See
2004 Jan 27
0
FW: Wx::ListCtrl#get_item method
For some reason, Mailman auto-discarded this message, so I am reposting it.
Curt
-----Original Message-----
From: Nick Kral [mailto:nkral@pinnaclet.com]
Sent: Tuesday, January 27, 2004 8:55 AM
To: Wxruby developers'' list
Subject: Re: [Wxruby-users] Wx::ListCtrl#get_item method
Same question - I have a small patch I need to send for the mac version.
Nick
Curt Hibbs wrote:
>I
2003 Dec 29
5
Font support, MS Windows binaries, Mac status (?)
Wx::Font now supports almost all the methods of wxFont, which should be
good news for anyone interested in rich text editing (FreeRIDE anyone?).
These changes are checked in to CVS and my darcs repository.
Thanks to Nobuaki Arima for submitting font support code. Although I
didn''t actually use that font code, I did directly use the included
sample file, and the changes to const.cpp.
2006 Jun 14
4
Failed to boot suse 10.1(domain 0) with IBM xSeries 330
Hi ,
I have setup xen on a number of different machines already; however, I
couldn''t get xSeries 330 working with Xen.
When it boots up, it says "Waiting for device /dev/sda1 .... device not
found" and then return a shell prompt. I have looked up this error on the
mailing list. I found that the error is potentially caused SCSI driver and
it can be resolved this problem by