[Bug 1790273] Re: virtualbox-guest-dkms 5.2.10-dfsg-6ubuntu18.04.1: virtualbox-guest kernel module failed to build [types.h:133:43: error: missing binary operator before token "("]

2018-11-03 Thread Launchpad Bug Tracker
[Expired for virtualbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: virtualbox (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1790273

Title:
  virtualbox-guest-dkms 5.2.10-dfsg-6ubuntu18.04.1: virtualbox-guest
  kernel module failed to build [types.h:133:43: error: missing binary
  operator before token "("]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1790273/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1790273] Re: virtualbox-guest-dkms 5.2.10-dfsg-6ubuntu18.04.1: virtualbox-guest kernel module failed to build [types.h:133:43: error: missing binary operator before token "("]

2018-09-04 Thread Gianfranco Costamagna via ubuntu-bugs
please try to run this code:
#include 
int printf(const char *format, ...);
int main(void)
{
  printf("found version %d.%d.%d",  LINUX_VERSION_CODE / 65536,
   (LINUX_VERSION_CODE % 65536) / 256,
LINUX_VERSION_CODE  % 256);
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,0)
  printf(", OK.\n");
  return 0;
#else
  printf(", expected version 2.4.0 or higher\n");
  return 1;
#endif
}


gcc test.c -o test && ./a.out

I suspect you don't have linux-headers installed.

** Changed in: virtualbox (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1790273

Title:
  virtualbox-guest-dkms 5.2.10-dfsg-6ubuntu18.04.1: virtualbox-guest
  kernel module failed to build [types.h:133:43: error: missing binary
  operator before token "("]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1790273/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1790273] Re: virtualbox-guest-dkms 5.2.10-dfsg-6ubuntu18.04.1: virtualbox-guest kernel module failed to build [types.h:133:43: error: missing binary operator before token "("]

2018-09-02 Thread Daniel van Vugt
** Summary changed:

- virtualbox-guest-dkms 5.2.10-dfsg-6ubuntu18.04.1: virtualbox-guest kernel 
module failed to build
+ virtualbox-guest-dkms 5.2.10-dfsg-6ubuntu18.04.1: virtualbox-guest kernel 
module failed to build [types.h:133:43: error: missing binary operator before 
token "("]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1790273

Title:
  virtualbox-guest-dkms 5.2.10-dfsg-6ubuntu18.04.1: virtualbox-guest
  kernel module failed to build [types.h:133:43: error: missing binary
  operator before token "("]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1790273/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs