Displaying 3 results from an estimated 3 matches for "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...
2010 May 15
1
Unable to build tools/libxl for weeks
...../../tools/include -I../../tools/libxc
-I../../tools/include -I../../tools/xenstore -I../../tools/include -c
xl_cmdimpl.c
cc1: warnings being treated as errors
xl_cmdimpl.c: In Funktion »main_top«:
xl_cmdimpl.c:3185: Fehler: Der Rückgabewert von »system«, der mit dem
Attribut warn_unused_result deklariert wurde, wird ignoriert
xl_cmdimpl.c: In Funktion »uptime_to_string«:
xl_cmdimpl.c:3529: Fehler: Der Rückgabewert von »asprintf«, der mit dem
Attribut warn_unused_result deklariert wurde, wird ignoriert
xl_cmdimpl.c:3531: Fehler: Der Rückgabewert von »asprintf«, der mit dem
Attribut warn_unused_res...
2008 Jan 26
0
Can`t compile Xen3.2 with ACM
Hello Folks, I tryed to compile Xen3.2 sources with ACM.
To include ACM in 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 "a...