search for: projid_t

Displaying 9 results from an estimated 9 matches for "projid_t".

Did you mean: projid
2003 Mar 17
1
Error in making R-1.6.2.
...== gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -c platform.c -o platform.o In file included from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from platform.c:1079: /usr/include/sys/stream.h:307: parse error before "projid_t" *** Error code 1 ===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+=== I looked at the file /usr/include/sys/stream.h and found the offending line. It is right at the end of a ``typedef'' construction. (Whatever that is; I don't speak C.) I've include...
2007 Nov 06
1
FYI: issue with arpa/inet.h on SunOS 5.9 (old gcc?)
...ARNING: could not determine type of socket length Then, make fails with: In file included from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:98, from ../../../R-patched/src/main/platform.c:1586: /usr/include/sys/stream.h:307: parse error before "projid_t" make[3]: *** [platform.o] Error 1 make[3]: Leaving directory `/apps/kosapps/R/R-2.6.0/build/src/main' make[2]: *** [R] Error 2 make[2]: Leaving directory `/apps/kosapps/R/R-2.6.0/build/src/main' make[1]: *** [R] Error 1 make[1]: Leaving directory `/apps/kosapps/R/R-2.6.0/build/src'...
2003 Dec 17
0
Building Samba 3.0.1 on Solaris8 x86
...28, from nsswitch/winbind_nss.h:34, from nsswitch/winbind_nss_config.h:79, from nsswitch/winbind_client.h:1, from include/includes.h:836, from dynconfig.c:21: /usr/include/nss_dbdefs.h:375: parse error before "projid_t" /usr/include/nss_dbdefs.h:400: parse error before '}' token /usr/include/nss_dbdefs.h:419: field `key' has incomplete type *** Error code 1 make: Fatal error: Command failed for target `dynconfig.o' ************************************* Any help is warmly welcome! -- =====...
2004 Jan 15
0
Solaris 8 x86 : Winbind compile error
...28, from nsswitch/winbind_nss.h:34, from nsswitch/winbind_nss_config.h:79, from nsswitch/winbind_client.h:1, from include/includes.h:836, from dynconfig.c:21: /usr/include/nss_dbdefs.h:375: parse error before "projid_t" /usr/include/nss_dbdefs.h:400: parse error before '}' token /usr/include/nss_dbdefs.h:419: field `key' has incomplete type *** Error code 1 make: Fatal error: Command failed for target `dynconfig.o' Anyone has any idea what could be the source of this? I have tried compiling...
2005 Oct 17
0
compile error Samba 3.0.20a Solaris 8
...54, from nsswitch/winbind_nss.h:34, from nsswitch/winbind_nss_config.h:79, from nsswitch/winbind_client.h:1, from include/includes.h:944, from dynconfig.c:21: /usr/include/nss_dbdefs.h:375: parse error before "projid_t" /usr/include/nss_dbdefs.h:400: parse error before '}' token /usr/include/nss_dbdefs.h:419: field `key' has incomplete type In file included from include/includes.h:1000, from dynconfig.c:21: include/proto.h:1:1: unterminated #ifndef make: *** [dynconfig.o] Error 1...
2005 Oct 18
0
[Fwd: compile error Samba 3.0.20a Solaris 8]-solved
...54, from nsswitch/winbind_nss.h:34, from nsswitch/winbind_nss_config.h:79, from nsswitch/winbind_client.h:1, from include/includes.h:944, from dynconfig.c:21: /usr/include/nss_dbdefs.h:375: parse error before "projid_t" /usr/include/nss_dbdefs.h:400: parse error before '}' token /usr/include/nss_dbdefs.h:419: field `key' has incomplete type In file included from include/includes.h:1000, from dynconfig.c:21: include/proto.h:1:1: unterminated #ifndef make: *** [dynconfig.o] Error 1...
2009 Sep 14
1
return from memset on mac osx
Does dtrace have a problem catching the return from memset on Mac OSX? The script below catches the entry just fine but the return clause is never entered. Thanks, Joel --- pid$target::memset:entry /arg1 == 0/ { self->size = arg2; self->ts = timestamp; self->vts = vtimestamp; } pid$target::memset:return /self->size/ { @ts = sum(timestamp - self->ts); @vts =
2007 Nov 14
10
[GE users] Apple Leopard has dtrace -- anyone used the SGE probes/scripts yet?
Hi, Chris (cc) and I try to get the SGE master monitor work with Apple Leopard dtrace. Unfortunately we are stuck with the error msg below. Anyone having an idea what could be the cause? What I can rule out as cause is function inlining for the reasons explained below. Background information on SGE master monitor implementation is under http://wiki.gridengine.info/wiki/index.php/Dtrace
2003 Dec 01
0
No subject
...system SUNWzlib The Zip compression library I'm getting the following error when I'm executing the make command: Compiling smbd/server.c In file included from include/includes.h:709, from smbd/server.c:22: /usr/include/nss_dbdefs.h:371: parse error before "projid_t" /usr/include/nss_dbdefs.h:396: parse error before '}' token /usr/include/nss_dbdefs.h:415: field `key' has incomplete type make: *** [smbd/server.o] Error 1 I used the following configure options: ./configure \ --prefix=/usr/local \ --syscondir=/etc/samba \ --localstatedir=/etc/...