Displaying 3 results from an estimated 3 matches for "wcnt".
Did you mean:
want
2004 Feb 23
1
samba problems after IP change
...twork drive. (For those who may not be familiar with it,
QNX is a commercial OS similar to Unix.) I am a samba newbie, but managed
to fumble my way through this, using cron on the QNX machine to run
smbclient command to copy a tar file to the Windows drive:
smbclient //swin0001/comq -U$userpass -WCNT \
-c "cd phase3/cqarch; put $logfile; put $tarfile"
This worked, but after an office move, the IP addresses of the machines
changed (both are still on the same subnet), and the smbclient now fails.
I have reconfigured the QNX machine for the new address, and regular TCP/IP
(pin...
2016 Jan 27
2
rstan warning messages
Confirmed that gcc-gfortran is installed
Package gcc-gfortran-4.4.7-16.el6.x86_64 already installed and latest version
What could I check next?
I do not have the following installed and will get that done and tested again.
libcurl-devel
libidn-devel
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Wednesday, January 27, 2016
2016 Jan 28
2
rstan warning messages
...ack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c myUTF8.c -o myUTF8.o
myUTF8.c: In function 'StringValue':
myUTF8.c:284:5: warning: passing argument 1 of 'Rf_mkCharLenCE' from incompatible pointer type [enabled by default]
yylval = mkCharLenCE(wcs, wcnt, CE_UTF8); /* include terminator */
^
In file included from /usr/include/R/Rdefines.h:29:0,
from myUTF8.c:3:
/usr/include/R/Rinternals.h:890:6: note: expected 'const char *' but argument is of type 'ucs_t *'
SEXP Rf_mkCharLenCE(const c...