Re: Tried to compile misdn on kernel 3.7.5

Nico <[email protected]>
Newsgroups gmane.linux.isdn.i4l.user
Message-ID <9616211.NDUnUDpLyI@laptop-5>
On Friday 01 March 2013 00:32:56 Nico wrote:
> configure ends with:
> 
> checking for ifnames... /usr/bin/ifnames
> checking for sort... /usr/bin/sort
> configure: error: cannot find /lib/modules/3.7.5-hardened/build/include/linux/version.h
> 

Patch for that:
--- orig/drivers/isdn/mISDN/oslec_wrap.c        2013-03-02 11:53:02.000000000 +0100
+++ curr/drivers/isdn/mISDN/oslec_wrap.c        2013-03-02 11:56:41.000000000 +0100
@@ -43,7 +43,7 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
-#include <linux/version.h>
+#include <generated/uapi/linux/version.h>
 #include <linux/slab.h>
 #include <linux/proc_fs.h>
 #include <linux/delay.h>
--- orig/drivers/isdn/mISDN/octvqe/octvqe_linux.c       2013-03-02 11:53:34.000000000 +0100
+++ curr/drivers/isdn/mISDN/octvqe/octvqe_linux.c       2013-03-02 11:57:10.000000000 +0100
@@ -32,7 +32,7 @@
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/kmod.h>
-#include <linux/version.h>
+#include <generated/uapi/linux/version.h>
 #include <linux/types.h>
 #include <linux/slab.h>
 #include <linux/fs.h>

ok, that's fixed.
Original  problem one-way sound is still a problem. Both the inkernel misdn & that laters & greatest from git have the problem.
How to tackle that one.

kind regards,
Nico
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.