Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 10:46:43 -0800
From:      David Cramblett <david@axisintegrated.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   RE: Xine failing to Compile on 5.0 release
Message-ID:  <3E4D3993.7080008@axisintegrated.com>

next in thread | raw e-mail | index | archive | help

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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E4D3993.7080008>