Displaying 20 results from an estimated 32 matches for "otherhand".
2005 Jul 11
3
[LLVMdev] Mod for using GAS with MS VC++
Here is a mod to X86 that allows GAS to be used with MS Visual C++.
I introduces a 'forWindows' variable like 'forCygwin' in th X86SharedAsmPrinter class.
This may prompt thurther normalization, on the otherhand it may not :)
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050711/17d090a4/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name:...
2012 Feb 05
2
[PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
Dave Yeo wrote:
> ---
> configure.ac | 1 +
Both applied (first with a minor tweak). Thanks.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2012 Feb 05
1
[PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
...> >> ---
> >> configure.ac | 1 +
> >
> > Both applied (first with a minor tweak). Thanks.
> >
> > Erik
>
> Unfortunately, this steps on my patch. Updated patch attached. Cygwin
> really shouldn't be calling win32 API.
>
> On the otherhand, I can't seem to find any ntohl use(???).
Yeah, I've got a patch in an un-merged branch that purges MINGW_WINSOCK_LIBS
and reduces the LT_NO_UNDEFINED section to:
case "$host" in
*-*-cygwin|*mingw*|*emx*)
# define this variable for enabling strict exports with...
2009 May 28
1
No libGL on this box - disabling OpenGL support !
am getting the following....
[root at linux11 ~]# glxinfo | grep direct
Error: unable to open display (null)
[root at linux11 ~]# uname -a
SMP Thu May 7 11:51:15 EDT 2009 i686 i686 i386 GNU/Linux
[root at linux11 ~]# cat /etc/redhat-release
CentOS release 5.3 (Final)
on the otherhand when i run wine application i get the following too
err:wgl:X11DRV_DescribePixelFormat No libGL on this box - disabling
OpenGL support !
err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling
OpenGL support !
fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub!
fixme:win:E...
2005 Jul 11
2
[LLVMdev] Mod for using GAS with MS VC++
...specific then ?
> 5. I notice that the stuff you are controlling enables/disables the exact
> same stuff as needed for cygwin. Will this change in the future?
Same as Cygwin, so MSVC++ build, gas generated code, can be run on gas.
>> This may prompt thurther normalization, on the otherhand it may not :)
>
> Yes, I think it will. :) In particular, instead of a bunch of checks
> based on the target, what we really want is something like this:
>
> ... in the AsmPrinter ctor...
> if (isDarwin) {
> TargetUsesFooFeature = true;
> TargetUsesBarFeature = t...
2004 Aug 06
2
mount points and sourcing from winamp
Hi:
I know it's possible to listen to a stream mounted on a mountpoint using
winamp. I'd like to know if it's possible to make the shoutcast DSP plugin
source a stream on a mountpoint? If so, how do you do it? Does the
version matter? If you can't, will plugins like oddcast do it?
Geoff.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2005 Jul 11
0
[LLVMdev] Mod for using GAS with MS VC++
...ilable on windows (including cygwin, mingw, masm, nasm,
etc). Please use something more specific.
5. I notice that the stuff you are controlling enables/disables the exact
same stuff as needed for cygwin. Will this change in the future?
> This may prompt thurther normalization, on the otherhand it may not :)
Yes, I think it will. :) In particular, instead of a bunch of checks
based on the target, what we really want is something like this:
... in the AsmPrinter ctor...
if (isDarwin) {
TargetUsesFooFeature = true;
TargetUsesBarFeature = true;
TargetUsesBazFeature = fa...
2018 Mar 21
2
Reviving the DebugIR pass
...eds.
The use cases for this feature I see are:
* Debugging instrumentation inserted by LLVM passes. This is my use
case. I need to debug ASan instrumentation so looking at the original
source code in lldb is pretty useless because I can't see the
instrumentation. Looking at the LLVM IR on the otherhand is very
useful because I can see the ASan instrumentation at a (slightly)
higher level than the native machine code assembly.
* Debugging JIT'ed code. The LLVM IR that is JIT'ed might not come
from a higher level language and might be generated directly. In this
case the only debug informa...
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
...stuff you are controlling enables/disables the exact
>> same stuff as needed for cygwin. Will this change in the future?
>
> Same as Cygwin, so MSVC++ build, gas generated code, can be run on gas.
I don't understand.
>>> This may prompt thurther normalization, on the otherhand it may not :)
>>
>> Yes, I think it will. :) In particular, instead of a bunch of checks
>> based on the target, what we really want is something like this:
...
> Yes that would be much better and more normalized.
Nate said he might take a stab at this, which is the fir...
2018 Mar 21
0
Reviving the DebugIR pass
...this feature I see are:
>
> * Debugging instrumentation inserted by LLVM passes. This is my use
> case. I need to debug ASan instrumentation so looking at the original
> source code in lldb is pretty useless because I can't see the
> instrumentation. Looking at the LLVM IR on the otherhand is very
> useful because I can see the ASan instrumentation at a (slightly)
> higher level than the native machine code assembly.
>
> * Debugging JIT'ed code. The LLVM IR that is JIT'ed might not come
> from a higher level language and might be generated directly. In this
>...
2002 Apr 04
3
assign, documentation (PR#1434)
Hi,
The help for `assign' says
In all the assignment operator expressions, `x' can be a name or
an expression defining a part of an object to be replaced (e.g.,
`z[[1]]'). The name does not need to be quoted, though it can be.
So I would expect that by
a<-1:4
assign("a[1]",2)
the first component of a gets the value 2, but the object "a[1]" is
2013 Apr 23
4
Examples of long AND WELL-WRITTEN Ruby scripts
I''m looking for examples of Ruby scripts that are long AND well-written.
I have a Ruby script for scraping information on stock ETFs and mutual
funds and storing the data in a Postgres database at
https://github.com/jhsu802701/bsf-scrape/blob/master/scrape.rb . While I
need to make some minor changes to it (like providing external options to
choose between the long and short
2002 Jul 11
3
R GUI For Which User?
...e most
important metrics) relate to the ability of the student to do the most
complete and appropriate analysis possible in a way that can consistently be
replicated. In this instance, the most preferred user interface for teaching
these students is going to be a text editor or an IDE. On the otherhand, if
my students are MBAs who will ultimately be marketing managers, placing them
in a situation where they will be "customers" of statistical analyses rather
then analysts themselves, then my concerns and appropriate metrics are very
different. Specifically, I want to make these stud...
2006 Feb 15
2
Asterisk running on DMZ (no NAT) PROBLEMS- OPTION message is out of State
Hello,
Currenly I've ASterik@Home 1.5 running on DMZ. I can register SJphone
there, good audio on 8200 (webmeet me calls) and i also can dial
Zapata extensions.
When I dial sip phone extensions nothing happens if the client that
i'm calling is registred, if the client has voicemail it goes to
voicemail.
IMPORTANT:
I get this error message on my Check Point Firewall:
"sip
2007 Mar 02
0
FW: Alec Saunders post about Mashable Telco's
...ists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of Tim Panton
> Sent: Friday, 2 March 2007 11:36 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Alec Saunders post about Mashable
Telco's
>
> On the otherhand there were a number of weird and wonderful asterisk
> based devices here at eTel,
> like the dtmf steered vacuum cleaner or the front door you can open
> with a phonecall.
>
> Tim.
>
WTF???? Source please :)
Regards,
Dean Collins
Cognation Pty Ltd
dean@cognation.net
+1-21...
2007 Mar 23
0
Debian Asterisk and MeetMe
...15:55:49 WARNING[19849]: app_meetme.c:465 build_conf: Unable to
open pseudo channel - trying device
Mar 23 15:55:49 WARNING[19849]: app_meetme.c:468 build_conf: Unable to
open pseudo device
I presume, being the Debian binary package, that I don't have the
ztdummy driver installed. On the otherhand I read in viop-info.org
that that wasn't necessary with Linux 2.6 (I am running 2.6.18).
Where do I go from here?
--
Alan Chandler
http://www.chandlerfamily.org.uk
2002 Aug 09
1
Really basic question about compiling WINE
I am an intermediate Linux user. I dual boot into Redhat 7.3 and
Windows ME. It would be nice to be able to run the stuff in Windows from
Linux (for 2 reasons: to avoid booting and rebooting, and trying to get
away from Windows altogether someday), so I am now learning WINE.
I see a bunch of postings on this list about compiling. Question: Would
I expect to compile, as opposed to just running
2015 Sep 24
0
Trying to create bootable USB flash drive WITHOUT persistence
...9;t tried it. So I'm wondering if running isohybrid on this
> .iso image will give me what I want.
If the ISO is built that way AND the kernel/initrd know how to find
the ISO. Just because it's there doesn't imply that the kernel/initrd
have the logic to perform your goals.
On the otherhand, also look at TinyCore Linux ( http://www.tinycorelinux.net ).
> If it does, I have a second question. My USB drive actually has two
> partitions, the first of which is a small FAT partition that contains
> persistent data, and is visible if the drive is ever plugged into a
> Windows s...
2008 Feb 12
1
UFS snapshot weirdness
Hi all,
I've been making a wrapper script for the backup tool 'duplicity',
allowing me to create config files for each resource, wherein I define
whether a snapshot should be made prior to backing up the resource or
not.
Now I find that my snapshots never change ....
The script creates a snapshot, creates md device, mounts it, runs
backup against the mounted snapshot,
2018 May 13
1
dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both
> On 13 May 2018, at 14.07, Matt Bryant <matt at the-bryants.net> wrote:
>
> Sigh ... ok so had if statement in SQL land that appended LAYOUT=fs if Maildir which explains the non-converting folder layout but NOT why the process is not picking up the actual contents of INBOX ...
>
Try setting imapc_prefix=INBOX instead of imapc_list_prefix.
Sami