search for: execfile

Displaying 6 results from an estimated 6 matches for "execfile".

Did you mean: exe_file
2007 Aug 06
2
Makefile for embedding OpenBUGS in R package
...able to call $PKG_ROOT/OpenBUGS/bugs afterwards ? Naively putting the following Makefile in ./src does not work -%-------- bugs: ../inst/OpenBUGS/CBugs.c gcc -m32 -o bugs ../inst/OpenBUGS/CBugs.c -ldl -%------- The objective is to use something along the following execfile <- system.file("OpenBUGS", "bugs", package = mypkg) system(paste(execfile, "< somescript.script > somefile.out")) This system call to the CLI is currently the only (non-WINE) way of using OpenBUGS on Linux in batch mode. Many thanks in adva...
2007 Jun 15
1
missing xen-utils binaries
...ilable in /usr/sbin, so form my point of view I see no reason why this is like that - they are probably just forgotten. For example, having qemu-dm in the path helps when doing an upgrade: you don't need to change the location in each domU config file(in case you don't include them with execfile(), like I do. In the hope this hint is useful - and, sorry if that is already changed in unstable, I just don't come to test it right now,(otherwise I'd have filed a real bugreport). Henning
2010 Aug 27
3
[PATCH 0 of 3] libxl: cleanups for type destructor generation
Following series cleans up a few niggles in the libxl destructor autogeneration. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 May 25
0
Reply for the windows virtualization (Ko0nz) Xen-users Digest, Vol 27, Issue 110
...eate winxp.hvmy" Using config file "winxp.hvm". /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xm/opts.py:520: DeprecationWarning: Non-ASCII character ''\xe2'' in file winxp.hvm on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details execfile(defconfig, globs, locs) VNC= 1 Error: Device 2048 (vbd) could not be connected. Hotplug scripts not working. here''s my config: # Kernel image file kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader" # The domain build function. HVM domain uses ?hvm? builder = ''hvm''...
2010 Jun 11
0
Wine release 1.2-rc3
...reated. dbghelp: In dwarf parser, properly handle array without size specified. dbghelp: Ensure that local variables and parameter actually have a container. dbghelp: Properly manage in dbghelp interfaces local variables and parameters that are constant. winhelp: Implemented ExecFile macro. Fr?d?ric Delanoy (7): comctl32: Fix French translation. comdlg32: Fix French translation. shlwapi: Fix French translation. mshtml: Update French translation. kernel32: Fix a spelling error in French locale definitions. msacm32: Remove dead "code&quot...
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in the libxl interface followed by auto-generation of a destructor function for each type. In the future it may be possible to use the related data structures for other purposes, for example auto-generation of the functions to marshal between C and language binding data types. tools/_libxl_types.h should be identical both before