search for: scpt

Displaying 4 results from an estimated 4 matches for "scpt".

Did you mean: scp
2017 Apr 10
2
clang build failures using Visual Studio
...build/scanview.css Generating ../../share/scan-build/sorttable.js Generating ../../bin/scan-view Generating ../../share/scan-view/ScanView.py Generating ../../share/scan-view/Reporter.py Generating ../../share/scan-view/startfile.py Generating ../../share/scan-view/FileRadar.scpt Generating ../../share/scan-view/GetRadarVersion.scpt Generating ../../share/scan-view/bugcatcher.ico Build failed. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170410/29d3a882/attachment.html>
2008 Jan 24
9
Making rsync compile under Mac OS X 10.3.9 with extended attributes
Somebody knows if it's possible to compile rsync (version 3 would be great, but can be 2.6.x) under Mac OS X 10.3.9 with extended attributes? Under OS 10.3.9 the Apple shipped rsync have not yet the -E argument option. RsyncX have a double free bug that is annoying. "Q" rsync 2.6.6 with extended attributes binary only works on 10.4 and above. I have tried to compile rsync
2020 May 12
1
[Bug 14377] New: rsync rsync_xal_set lsetxattr failed invalid argument
...pencoder.net Reporter: samba at e-schuett.de QA Contact: rsync-qa at samba.org Target Milestone: --- Error log on client (same info on server): 2020/05/12 11:28:47 [11774] rsync: rsync_xal_set: lsetxattr("/Users/xxx/Library/Application Scripts/com.apple.mail/Mail Rule - 1.scpt" (in RemotemoduleOnServer),"com.apple.ResourceFork") failed: Invalid argument (22) The reported bugs on Red Hat Bugzilla ? Bug 496552 and Samba-Bugzilla ? Bug 3701 are similar but not the same. Rsync versions on client & server: 3.1.3 protocol version 31 Client OS: High Sierr...
2014 Jul 21
0
Displaying database records returned from postgresql to R through Java
...#39;1234',dbname='db', user='user', password='pwd') rs <- dbSendQuery(r,"select * from table1 where colm1 = 'val1'") temp <- fetch(rs,n=-1) return(temp) } My Java code is : c.parseAndEval("try(source(\"scpt.R\"),silent=TRUE)"); res = c.parseAndEval("try(fnct1(), silent=TRUE)"); System.out.println("table names are:"+ res); When I am printing res above it is displaying `table names are:org.rosuda.REngine.REXPGenericVector@681a9515+[1]named` as output. When I do...