Any one got an idea on this:

/usr/include/sys/ipc.h:80: syntax error before "ushort"
main.c: In function `parse_visual':
main.c:274: warning: implicit declaration of function `strcasecmp'
main.c: In function `xrm_parse':
main.c:341: warning: implicit declaration of function `gethostname'
main.c: In function `load_audio_out_driver':
main.c:686: warning: implicit declaration of function `strncasecmp'
gmake[4]: *** [main.o] Error 1
gmake[4]: Leaving directory `/usr/ports/graphics/xine/work/xine-ui-0.9.18/src/xi
tk'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/graphics/xine/work/xine-ui-0.9.18/src/xi
tk'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/graphics/xine/work/xine-ui-0.9.18/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/xine/work/xine-ui-0.9.18'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/graphics/xine


******* snippet from ipc.h around line 80 ************

/*
* XXX almost all members have wrong types.
*/
struct ipc_perm {
ushort cuid; /* creator user id */
ushort cgid; /* creator group id */
ushort uid; /* user id */
ushort gid; /* group id */
ushort mode; /* r/w permission */
ushort seq; /* sequence # (to generate unique msg/sem/shm id) */
key_t key; /* user specified msg/sem/shm key */
};


Thanks,

David


--
David Cramblett
Axis Integrated
503-730-6201


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to