Hello, For those who compile the JDS stack and ONNV stack. Do not attempt to do this at the same time when you think your box will be powerfull enough to handle it. It'll fail cause the ONNV stack has dependencies which are satisfied by packages delivered by the JDS stack.
The ONNV gate requires Glib and Dbus. < utils.c:28:37: dbus/dbus-glib-lowlevel.h: No such file or directory < utils.c:29:18: glib.h: No such file or directory < utils.c:34: error: syntax error before '*' token < utils.c:36: error: (Each undeclared identifier is reported only once < utils.c:36: error: `GArray' undeclared (first use in this function) < utils.c:36: error: `array' undeclared (first use in this function) < utils.c:36: error: for each function it appears in.) < utils.c:38: error: `FALSE' undeclared (first use in this function) < utils.c:38: error: `TRUE' undeclared (first use in this function) < utils.c:40: error: `DBUS_TYPE_STRING' undeclared (first use in this function) Maybe this is worth a mention on the JDS build docu page. -- Patrick
