2006-07-22 07:42:04 +0000, ksa:
> 2006-07-22 00:20:36 +0200, Magnus Vigerl?f <[EMAIL PROTECTED]>:
> > > 
> > > ...
> >  ...
> > 
> > What if you do something like the patch below does? I'm pretty sure you'll 
> > have to apply it manually, but what it should do is skipping the module 
> > compilation part. And then you should be able to 'make install' it. I'll 
> > try 
> > to make a patch of this which will do it the 'right' way in a few days.
> > 
> > --- linuxwacom-0.7.4-3/src/Makefile.orig    2006-07-22 00:02:06.000000000 
> > +0200
> > +++ linuxwacom-0.7.4-3/src/Makefile 2006-07-22 00:02:20.000000000 +0200
> > @@ -258,7 +258,7 @@ sbindir = ${exec_prefix}/sbin
> >  sharedstatedir = ${prefix}/com
> >  sysconfdir = ${prefix}/etc
> >  target_alias = 
> > -SUBDIRS = . wacomxi 2.6.16
> > +SUBDIRS = . wacomxi
> >  noinst_SCRIPTS =  wacom_drv.so
> >  lib_LTLIBRARIES = libwacomcfg.la
> >  wacomcfgdir = $(includedir)/wacomcfg
> > 
> > If you can't get the make to go through, it is always possible to copy the 
> > binaries to the right places by hand...
> > 
> > Hope this fix your compilation problems
> >  Magnus
> 
> Thanks a lot. This helps to finish the make process without failure.
> Hopefully this will be managed by the configuration script in a future
> release.
> -- 
> Kai

Just found out that there actually exists a configure option already:

running ./configure --without-kernel

It's hard to figure out from the help listing of ./configure.

Nevetheless, automatic detection of a monolythic kernel during configure
would be most elegant.
-- 
Kai

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to