[Pxc] pxc-snapshot-000719.tar.gz

Alessandro Rubini rubini@gnu.org
Sat, 22 Jul 2000 00:13:25 +0200


> I got a lot of compiler errors. See the attached file. Not sure what's
> different. The Makefile is identical.

Hmm... looks related to versioning. Are you running a versioned
kernel? Are teh "missing" symbols consistent with those on
/proc/ksyms?

Actually, what I did is add

	#include <linux/config.h>
	#ifdef CONFIG_MODVERSIONS
	#  define MODVERSIONS
	#  include <linux/modversions.h>
	#endif

in pxc200.h. You may try to remove these lines and recompile. But I'll
try to run a versioned kernel myself.

What I suspect is the placement of these lines is wrong: it should go
right after <linux/module.h>, not as late as they are now.


FYI: I just finished updating the documentation, which is available at
http://gnu.systemy.it/software/pxc/ as well. It's about 0.28, which is
not yet released. On Monday or so I'll double-check the debian
packages and upload.

/alessandro