Displaying 4 results from an estimated 4 matches for "xjob".
Did you mean:
job
2006 Oct 10
1
sieve deliver and sun cc compilers
sieve deliver still doesn't build with Sun cc.
any suggestions ? thank you.
cc -DHAVE_CONFIG_H -I. -I. -I../..
-I/export/home/sho/src/dovecot/rc8/dovecot-1.0.rc8
-I/export/home/sho/src/dovecot/rc8/dovecot-1.0.rc8/src/lib -I../../src
-I/opt/SUNWconn/crypto/include -xjobs=4 -c comparator.c -KPIC -DPIC -o
.libs/comparator.o
"comparator.c", line 149: syntax error before or at: __attribute__
"comparator.c", line 149: warning: undefined or missing type for:
__attribute__
"comparator.c", line 212: warning: statement not reached
"compa...
2007 Nov 26
2
v1.1.beta9 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta9.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta9.tar.gz.sig
Some changes since beta8:
- This release should work perfectly with NFS attribute cache enabled.
- Fixes to handling what should be written to cache file and when
- Some index handling optimizations
- IMAP LIST: dbox and cydir can now return children state
Beta9 will
2007 Oct 23
2
beta 1.1-3 compile fails on solaris 9 sparc, cc.
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/SUNWconn/crypto/include
-xjobs=4 -c file-set-size.c
"/usr/include/sys/resource.h", line 126: incomplete struct/union/enum
timeval: ru_utime
"file-set-size.c", line 26: warning: implicit function declaration: ftruncate
"file-set-size.c", line 38: warning: implicit function declaration: pwrite
cc: ac...
2008 Sep 23
3
How to convert backslash to slash?
How to use sub, gsub, etc. to replace "\" in a string to "/"?
For example,convert "C:\foo\bar" to "C:/foo/bar".
Thanks,
Shengqiao Li