Displaying 3 results from an estimated 3 matches for "deklarierte".
Did you mean:
deklariert
2015 Mar 10
3
[LLVMdev] Chatty C++API code generation
Hi all,
when I have c code like
--- c code -------------
struct stest { /* deklariert den Strukturtyp person */
int age;
float weight;
} foo={44,67.2}; /* deklariert Variable des Typs person */
int main() {
callAFunction(foo.weight);
------------------------
The generated c++API code to me seems to be too chatty in the sense that
the foo.weight's data
2010 May 15
1
Unable to build tools/libxl for weeks
Hi,
I am unable to build libxl from the tools. I am getting always the
following error. Disabling Werror did not solve the problem:
=== PCI passthrough capability has been enabled ===
=== PCI passthrough capability has been enabled ===
make[4]: Entering directory
`/usr/src/xen-unstable.hg/tools/ioemu-remote/i386-dm''
/usr/src/xen-unstable.hg//tools/cross-install -d -m0755 -p
2008 Jan 26
0
Can`t compile Xen3.2 with ACM
...n the build I set ACM_SECURITY ?= y in Config.mk.
When I start the build process by calling "make all" compiling failes:
acm_core.c: In Funktion »acm_init«:
acm_core.c:283: Fehler: »policy_buffer« nicht deklariert (erste
Benutzung in dieser Funktion)
acm_core.c:283: Fehler: (Jeder nicht deklarierte Bezeichner wird nur
einmal aufgeführt
acm_core.c:283: Fehler: für jede Funktion in der er auftritt.)
acm_core.c:283: Fehler: »policy_size« nicht deklariert (erste Benutzung
in dieser Funktion)
In function "acm_init" in "acm_core.c" "policy_buffer" and "policy_siz...