similar to: running command line apps without X-Windows

Displaying 20 results from an estimated 30000 matches similar to: "running command line apps without X-Windows"

2008 Sep 04
2
Re: Window Scrolling on OSX
Thanks for working on it regardless, all these compiling issues are beyond most of us. Everything is "easy" or "manageable" to fix as long as you know how! I don't know if it's available via Macports, but I imagine Darwine is rather tweaked for the Mac beyond merely being a straight port, I don't know if Macports would throw up similar compiler issues. I received
2008 May 26
4
running 16 bit real mode executables on mac
Hello all, first of all congratulation to all the wine stuff for the great job. I was trying to run some old 16 bit executables using wine (darwine) for mac, but from what i understand darwine is still not able to execute those exe. On Linux, doing wine TASM.EXE works fine, under mac, typing the same command (but using darwine) i get fixme:module:wine_load_dos_exe DOS executables not
2008 Oct 13
1
Passing arguments from the command line to apps on Mac OS X (Darwine and CrossOver)
Hi all, There's a Windows application I've been running (called "WinBUGS.exe") on an intel Mac OS X (ver. 10.5.5) using both Darwine and CrossOver Pro. My application runs fine under Darwine and also under CrossOver. However, in spite of being able to run these applications using either platform from the command line, I still cannot pass arguments to the application. What I want
2005 Aug 02
1
breaking command in command line in R for Mac Aqua
I'm using R for Mac Aqua version 2.1.1 If at the command line, I type: ls( and then a return, the command line prompt changes to a plus sign indicating that the command has not been completed. How do I break, or kill, the partial command? Sometimes, I type a long command but miss a bracket or parenthesis. On a unix or linux version of R, I can type ctrl-c. On the Mac, ctrl-c,
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
Some issues with the recent R-devel (rsync today) on Darwin: 1) Recent R-devel is a bit misleading concerning the R-framework installation: A new option --enable-R-framework was introduced, but install-Rframework ignores its absence (or --disable-R-framework for that matter) and tries to install the framework anyway in / which fails just after the R itself was copied into /Versions/.... I
2005 May 04
1
MacOS X: update.packages(type="mac.binary") fails (PR#7836)
Message 2 of today: it works now. After re-installing R.app from the same R-2.1.0.dmg file, and fixInNamespace'ing(*) install.packages(), I managed to update 23 outdated packages from CRAN binaries for MacOS X. What I did was to: 1. change call to .install.macbinaries() into call to install.binaries() in install.packages(). install.binaries() is a function defined utils/R/aqua/GUI.R. 2. I
2007 Mar 03
1
DOS apps
Regarding WINE support for DOS apps: Is there some fundamental reason why WINE could not be made to support old DOS apps (like Warcraft), or is it just a matter of missing libraries and such? In other words, is there a reason why DosBox, etc. are full hardware emulators, or why full DOS library support in WINE still wouldn't be enough? Thanks, -- Joel Parker
2007 Mar 19
2
Wine for command line only
Hi; I think I have a very simple question but I can't find an answer to it. I need to run one command line windows executable with no dlls on my MacPro. Runs fine under Parallels/xp, but I would like to run it under the bash shell script from the Mac/Unix terminal. I "installed" the Darwine x86 package by copying it to the applications folder. Not surprisingly, not having it
2009 Jul 02
2
Changing the PATH from the command line
I am not very experienced with the MSDOS command line and even less so with wine. I am working on a realtime embedded C project and must, for the time being, use DOS command line tools. Since my work environment for decades has been Unix and Unix-like, I am trying to get the tool set to run under Wine on Hardy. I have solved several problems, but now I need to reset the path. I have a .bat
2004 Mar 30
1
Console/command line output
Hi all, I am working on Macos x 10.3 (Panther) to build a package consisting of C/C++ code that is called from R. In the C/C++-sources I use several commands to print info to the console: std::cout << "info" << endl; and: Rprintf("info\n"); Both work fine when R is run on the command line but neither works when running Raqau (I did check the preference boxes
2016 May 24
1
R without graphics
On 24/05/2016 00:54, Simon Urbanek wrote: > Um... any reason why you don't simply disable aqua? That file is only compiled if you enable aqua - it has really nothing to do with grDevices ... Also, you can specify a compiler for Objective-C separately and the manual advises you to do so (to specify Apple's clang). > On May 23, 2016, at 7:44 PM, Mick Jordan <mick.jordan at
2016 May 23
3
R without graphics
Is it possible to configure and build an R without any graphics support. I..e no grDevices or graphics packages? I tried "--with-x=no --with-cairo=no --with-grDevices=no --with-graphics=no" but it is still building grDevices. My problem is that I am using experimenting with a compiler that cannot compile the Objective-C file, qdCocoa.m, and I don't need graphics for this
2011 May 31
5
Is it possible to port (part of) WINE to iOS?
Since Apple's Mac X and iOS share the same kernel -- Darwin. And WINE has port for Mac X. Is it possible to port (part of) WINE to iOS? For example, "winbase.h", etc.
2010 Oct 07
2
Re: running 16 bit real mode executables on mac
Hey guys, i know this post is old, but i'm also having the same problem. I'm trying to compile MASM 6.1.5 programs in wine, and using ml.exe compiles and links everything perfectly and outputs a .exe file with no complaints. Then, when i try and run the program it give me an error like Code: fixme:module:__wine_load_dos_exe DOS executables not supported on this platform winevdm:
2011 Sep 18
1
Synce with iPhone
Dear Wine users, is there any chance I can get my iPhone 4 working with Wine? Thanks in advance!
2008 Mar 30
14
Dos very old app
Hi everybody i'm running a very old app in dos i do Code: WINEDEBUG=+relay wine WP.EXE 2>&1 | less -i that's what i get in reponse 002e:Call USER.1: MESSAGEBOX(0000,13870c5a "This application must be run in either 16 or 256 color mode.\n",13870c98 "Error!",0010) ret=11f7:0155 ds=1387 [/code] what can i do? thx
2003 Nov 30
2
R as OS X Framework
After the recent discussion about future direction of the Mac OS X port, I was toying with the idea to make R a proper Mac OS X framework. There are several advantages: OS X locates frameworks automatically, therefore any program wishing to link against R has only to specify "-framework R" at link time. Furthermore versioning is supported, i.e. if a program is linked against R 1.7.1
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
2011 Sep 10
7
Is DOSBox replacing native DOS support in Wine?
I haven't followed Wine in quite a while, other than to do an occasional update (but hopefully this will change). I noticed DOSBox support was added in January 2011. My understanding is that when Wine can't even attempt to run DOS programs itself (MAC OSX, 64bit OSes, etc) that it will attempt to run using DOSBox. Is this correct? Is the plan to replace native Wine DOS support across the
2008 Nov 28
2
Civilization 2 Install Problem
The install is an .exe which must be run in windows, but the actual program requires DOS support. Should I install a windows version of dosbox in wine and then run dosbox in wine and have my windows dosbox run the .exe? And yes, Linux dosbox cant run it.