|
|
|
|
|
|
|
|
|
|
xense-devel
Re: [Xense-devel] sHype supprot for Solaris
On 12/5/06, Stefan Berger <stefanb@xxxxxxxxxx> wrote:
xense-devel-bounces@xxxxxxxxxxxxxxxxxxx wrote on 11/27/2006
05:41:50 AM:
> Hi!
>
> Thanks for your reply. I am compiling on Solaris B44.
>
> In common.mk changed
>
> ACM_SECURITY ?= y
> ACM_USE_SECURITY_POLICY ?=
ACM_CHINESE_WALL_AND_SIMPLE_TYPE_ENFORCEMENT_POLICY
>
Actuall instead of using ACM_USE_SECURITY_POLICY, please rename that to
ACM_DEFAULT_SECURITY_POLICY.
Stefan
I tried that and here are the errors, I get:
----------------------------------------------------------------------------------------------------------
gmake[6]: Entering directory `/export/home/xen-src/xen.hg/xen/acm'
gcc -g -m64 -Wall -Wstrict-prototypes -Wdeclaration-after-statement
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix
include -Werror -Wno-pointer-arith -pipe
-I/export/home/xen-src/xen.hg/xen/include
-I/export/home/xen-src/xen.hg/xen/include/asm-x86/mach-generic
-I/export/home/xen-src/xen.hg/xen/include/asm-x86/mach-default
-msoft-float -mno-red-zone -fpic -fno-reorder-blocks
-fno-asynchronous-unwind-tables -g -D__XEN__ -DACM_SECURITY -DVERBOSE
-Wa,--divide -c acm_core.c -o acm_core.o
acm_core.c: In function `acm_set_policy_reference':
acm_core.c:87: error: structure has no member named `policy_reference_name'
acm_core.c:87: error: dereferencing pointer to incomplete type
acm_core.c:89: error: structure has no member named `policy_reference_name'
acm_core.c:92: error: structure has no member named `policy_reference_name'
acm_core.c:92: error: invalid application of `sizeof' to incomplete
type `acm_policy_reference_buffer'
acm_core.c:93: error: structure has no member named `policy_reference_name'
acm_core.c: In function `acm_dump_policy_reference':
acm_core.c:101: error: invalid application of `sizeof' to incomplete
type `acm_policy_reference_buffer'
acm_core.c:101: error: structure has no member named `policy_reference_name'
acm_core.c:108: error: dereferencing pointer to incomplete type
acm_core.c:108: error: structure has no member named `policy_reference_name'
acm_core.c:109: error: invalid application of `sizeof' to incomplete
type `acm_policy_reference_buffer'
acm_core.c:110: error: structure has no member named `policy_reference_name'
acm_core.c: In function `acm_setup':
acm_core.c:219: warning: implicit declaration of function `do_acm_set_policy'
acm_core.c: At top level:
acm_core.c:237: error: conflicting types for 'acm_init'
/export/home/xen-src/xen.hg/xen/include/acm/acm_hooks.h:378: error:
previous declaration of 'acm_init' was here
acm_core.c:237: error: conflicting types for 'acm_init'
/export/home/xen-src/xen.hg/xen/include/acm/acm_hooks.h:378: error:
previous declaration of 'acm_init' was here
acm_core.c: In function `acm_init':
acm_core.c:261: error: structure has no member named `policy_reference_name'
acm_core.c:263: error: structure has no member named `policy_reference_name'
acm_core.c: In function `acm_init_domain_ssid':
acm_core.c:293: error: `ACM_DATATYPE_domain' undeclared (first use in
this function)
acm_core.c:293: error: (Each undeclared identifier is reported only once
acm_core.c:293: error: for each function it appears in.)
acm_core.c:358:5: no newline at end of file
gmake[6]: *** [acm_core.o] Error 1
gmake[6]: Leaving directory `/export/home/xen-src/xen.hg/xen/acm'
gmake[5]: *** [/export/home/xen-src/xen.hg/xen/acm/built_in.o] Error 2
gmake[5]: Leaving directory `/export/home/xen-src/xen.hg/xen/arch/x86'
gmake[4]: *** [/export/home/xen-src/xen.hg/xen/xen] Error 2
gmake[4]: Leaving directory `/export/home/xen-src/xen.hg/xen'
gmake[3]: *** [install] Error 2
gmake[3]: Leaving directory `/export/home/xen-src/xen.hg/xen'
gmake[2]: *** [install-xen] Error 2
gmake[2]: Leaving directory `/export/home/xen-src/xen.hg'
gmake[1]: *** [world] Error 2
gmake[1]: Leaving directory `/export/home/xen-src/xen.hg'
*** Error code 2
make: Fatal error: Command failed for target `xen-dist'
----------------------------------------------------------------------------------------------------------
Alexei
_______________________________________________
Xense-devel mailing list
Xense-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xense-devel
|
|
|
|
|