search for: rsrc

Displaying 20 results from an estimated 89 matches for "rsrc".

Did you mean: rsc
2013 Oct 05
3
trying to compile R in win 7 (with Rtools)
...e' directory to 'stats' I installed the Rtools likee administrator and call the terminal (MS-DOS) like administrator too. if somebody can tell me any tips, I thank in advanced cleber ############################################# File LOG http://klebyn.ploud.com/arquivo_log/log C:\Rsrc> C:\Rsrc> C:\Rsrc>tar -xf R-3.0.2.tar.gz C:\Rsrc>where basename cat cmp comm cp cut date diff du echo expr gzip ls makeinfo C:\Rtools\bin\basename.exe C:\Rtools\bin\cat.exe C:\Rtools\bin\cmp.exe C:\Rtools\bin\comm.exe C:\Rtools\bin\cp.exe C:\Rtools\bin\cut.exe C:\Rtools\bin\date.exe C...
2018 Jun 07
2
Matching ConstantFPSDNode tablegen
I'm trying to match a ConstantFPSDNode == 0 in dag pattern for tablegen but am having some issues. So LLVM doesn't seem to accept a floating point constant literal match like: %v = call <4 x float> @foo(i32 15, float %s, float 0.0, <8 x i32> %rsrc, <4 x i32> %samp, i1 0, i32 0, i32 0) ret <4 x float> %v def : XXXPat<(v4f32 (int_foo i32:$mask, f32:$s, 0, v8i32:$rsrc, v4i32:$sampler, i1:$unorm, 0, i32:$cachepolicy)), (FOO_MI (COPY_TO_REGCLASS ?:$s, 32RegClass), ?:$rsrc, ?:$sampler, (as_i32imm ?:$mask), (as_i1imm ?:$unorm), (a...
2009 Oct 03
3
Winbugs under R's error message
...but I kept getting the error messages: Error in file(con, "wb") : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot create file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason 'Permission denied' 2: In file(con, "wb") : cannot open file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry.odc': Permission denied I ran two data sets, and got the same error messages. Why? How to get rid of the error messages? Than...
2016 Apr 11
1
[PATCH] RFC: php: support PHP 7
...key, str, dup) \\ + add_assoc_string(arg, key, str) +# define guestfs_add_assoc_stringl(arg, key, str, len, dup) \\ + add_assoc_stringl(arg, key, str, len) +# define guestfs_add_next_index_string(retval, val, x) \\ + add_next_index_string (retval, val) +# define GUESTFS_ZEND_FETCH_RESOURCE(rsrc, rsrc_type, passed_id, resource_type_name, resource_type) \\ + (rsrc) = (rsrc_type) zend_fetch_resource (Z_RES_P(passed_id), resource_type_name, resource_type) +typedef size_t guestfs_string_length; +#else +# define GUESTFS_RETURN_STRING(x, duplicate) \\ + RETURN_STRING(x, duplicate) +# defin...
2007 Jan 09
3
[LLVMdev] Pattern matching questions
...tching up a storm about the "$" or the extra "bi" operands? - Immediates in a pattern: To move one register to another involves using the 3-operand OR instruction, but how do I encode an immediate w/o a type inference contradiction? def : Pat<(set R32C:$rDest, R32C:$rSrc), (ORIr32 R32C:$rSrc, 0)>; Thanks for the clue!
2011 Jan 29
3
[LLVMdev] Possible CellSPU Bug?
I'm working on enhancing TableGen's type checking and it triggered with a problem in CellSPU's specification: XSHWv4i32: (set VECREG:v8i16:$rDest, (sext:v8i16 VECREG:v4i32:$rSrc)) It's complaining that v4i32 is not smaller than v8i16, which is true in the sense of vector bit size, and true in the sense of vector element size. To me, a sign extension from i32 to i16 makes no sense. >From the .td file, it looks as if src and dest types have been swapped: class XSH...
2009 Jul 07
1
R2WinBUGS under Linux/WINE fails
...ts, parameters, model.file, n.chains=3, n.iter=5000,bugs.directory="Z:/opt/OpenBUGS/") Error in file(con, "rb") : cannot open the connection In addition: Warning message: In file(con, "rb") : cannot open file '/home/harlan/.wine/dosdevices/z:/opt/OpenBUGS//System/Rsrc/Registry.odc': No such file or directory Error in bugs.run(n.burnin, bugs.directory, WINE = WINE, useWINE = useWINE, : WinBUGS executable does not exist in /home/harlan/.wine/dosdevices/z:/opt/OpenBUGS/ Trying to figure out these path issues: > ls /home/harlan/.wine/dosdevices/z:/opt/Ope...
2007 Jan 09
0
[LLVMdev] Pattern matching questions
...", !strconcat("$", "lr")). > > - Immediates in a pattern: To move one register to another involves > using the 3-operand OR instruction, but how do I encode an immediate > w/o a type inference contradiction? > > def : Pat<(set R32C:$rDest, R32C:$rSrc), > (ORIr32 R32C:$rSrc, 0)>; I am not sure what you mean. By 3-operand, you mean 2 source operand and 1 destination. I don't think the error you are seeing have anything to do with the immediate. For a def : Pat pattern, you don't need to specify the "set R32C:...
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...ular file on the local filesystem (no FStype checks) for the presence of a resource fork. If found, add it as an additional file to the flist, but change the name it will be synced to on the destination FS. On HFS+, a resource fork for <filename> is accessed via <filename>/..namedfork/rsrc . Obviously, we can't send the same filename to the destination, because an inode can't be a regular file and a directory simultaneously. Map: <filename>/..namedfork/rsrc to: <filename>.~~~namedfork.rsrc It appears to be critical that the local and destination filenames so...
2009 Oct 03
1
Why do I have the error message?
...but I kept getting the error messages: Error in file(con, "wb") : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot create file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason 'Permission denied' 2: In file(con, "wb") : cannot open file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry.odc': Permission denied I ran two data sets, and got the same error messages. Why? How to get rid of the error messages? Than...
2002 Jun 13
1
FW: Samba and Helios Ethershare resource fork information
> Hi there, > > I am looking for some help with regards to how samba doesn't co-exist well > with Helios Ethershare. The main issue we are dealing with at this time is > that Samba does not handle the .rsrc directory. IE: If you rename or > delete a file using samba the resource information stored in the .rsrc > directory is not updated. > > Is there a version of Samba available that resolves this issue? > > David Bradshaw > Creo | Performance Team - WFS > (604) 451-2700 - 5...
2012 Feb 07
1
R2WinBUGS error message
...BUGS and running BUGS from R. I am trying to run a regression model from R, however I have this error message: Error in file(con, "wb") : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot create file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason 'Permission denied' 2: In file(con, "wb") : cannot open file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry.odc': Permission denied Can anyone help me out ? I am running R2WinBUGS from a windows 7 machine. -- View this message in co...
2012 Jul 09
1
R to winbugs interface
...e a model for WinBUGS and an R code which calls WinBUGS. On running the code I am being shown the error message : Error in file(con, "wb") : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot create file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason 'Permission denied' 2: In file(con, "wb") : cannot open file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry.odc': Permission denied In addition in WinBUGS a window crops up which is named black box. and says trap #060 and then gives som...
2020 Jul 28
2
Phabricator down for maintenance tonight
...) > + ->setMustCapture(true) > + ->setAuralLabel(pht('Collapse')); > + > + > $menu_items[] = array( > 'label' => pht('Reply to Comment'), > 'icon' => 'fa-reply', > diff --git a/webroot/rsrc/js/application/diff/DiffChangesetList.js > b/webroot/rsrc/js/application/diff/DiffChangesetList.js > index 7293f89..bb84997 100644 > --- a/webroot/rsrc/js/application/diff/DiffChangesetList.js > +++ b/webroot/rsrc/js/application/diff/DiffChangesetList.js > @@ -2402,6 +2402,19 @@ JX.i...
2008 Apr 26
7
Printing to a network printer and installing PPD files
I hope I am not asking an obvious question. I have googled and looked in the obvious places, but I may have missed it. Anyway my question is two fold. How do I configure for a network printer in Wine and how to I install the printer specific ppd file? I am running 0.9.60, which I installed this week, on Mepis (Debian based with KDE and cups). I can print from PageMaker, but get a warning that
2011 Jan 31
2
Protocol stream error on extended attribute, silent failure to copy all attributes
...that many extended attributes were not copied. Here's a typical example: matt$ ls -lh Licensed\ Fonts/TrueType/CCZoinks/CCZoinks.t1 -rwx------@ 1 matt matt 0B Jul 16 1999 Licensed Fonts/TrueType/CCZoinks/CCZoinks.t1 matt$ ls -lh Licensed\ Fonts/TrueType/CCZoinks/CCZoinks.t1/..namedfork/rsrc -rwx------ 1 matt matt 9.5K Jul 16 1999 Licensed Fonts/TrueType/CCZoinks/CCZoinks.t1/..namedfork/rsrc matt$ ls -lh /Volumes/Storage/Licensed\ Fonts/TrueType/CCZoinks/CCZoinks.t1 -rwx------@ 1 matt matt 0B Jul 16 1999 /Volumes/Storage/Licensed Fonts/TrueType/CCZoinks/CCZoinks.t1 matt$ l...
2003 Mar 24
0
Rsyncing Linux to OS X
...compression. The contents of /backup/ are about a dozen .tar.gz MySQL database files (I know uncompressed files will work better for rsync, but after those encountered the problem I'm describing, I tried compressing them). Upon execution, I get about a half-dozen: /bin/cp: dadatypo.tar.gz/rsrc: No such file or directory which I assume is an attempt at synchronizing the "rsrc" fork that OS X is creating. I don't particularly care about those, so I don't care if they're missing. However, I also see stat dada_hosting.tar.gz : No such file or directory ...when the...
2004 Sep 27
2
Looking for .Call functions
Hi, In my ongoing quest to track down the source of an error (see message "[R] optim error in arima" above), I find in the cource code for arima0 the following: arma0f <- function(p) { par <- as.double(fixed) par[mask] <- p .Call("arma0fa", G, par, PACKAGE = "stats") } I would like to know what the function
2020 Jul 28
2
Phabricator down for maintenance tonight
On Tue, Jul 28, 2020 at 11:04 AM MyDeveloper Day <mydeveloperday at gmail.com> wrote: > Out of interest are you keeping the local modifications in a fork of the > Phabricator source (llvm-phabricator)? Firstly we should be keeping any > changes we make in source control but also it's good to review those > changes. > I didn't innovate, Manuel set it up originally and
2011 Jan 31
0
Protocol stream error copying extended attribute, silent failure to copy all data
...s that many extended attributes were not copied. Here's a typical example: matt$ ls -lh Licensed\ Fonts/TrueType/CCZoinks/CCZoinks.t1 -rwx------@ 1 matt matt 0B Jul 16 1999 Licensed Fonts/TrueType/CCZoinks/CCZoinks.t1 matt$ ls -lh Licensed\ Fonts/TrueType/CCZoinks/CCZoinks.t1/..namedfork/rsrc -rwx------ 1 matt matt 9.5K Jul 16 1999 Licensed Fonts/TrueType/CCZoinks/CCZoinks.t1/..namedfork/rsrc matt$ ls -lh /Volumes/Storage/Licensed\ Fonts/TrueType/CCZoinks/CCZoinks.t1 -rwx------@ 1 matt matt 0B Jul 16 1999 /Volumes/Storage/Licensed Fonts/TrueType/CCZoinks/CCZoinks.t1 matt$ ls...