RE: memory.h confusion: Is it needed?

2010-12-29 Thread Bhola Ray
memory.h is in the following path: [ I am using Linux debian 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux ] /usr/src/linux-headers-2.6.26-2-686/include/linux/memory.h So make sure your path is set properly to include the linux include files -Original

Re: memory.h confusion: Is it needed?

2010-12-29 Thread Michael Bergandi
Bhola, On Wed, Dec 29, 2010 at 3:55 PM, Bhola Ray bhola...@acadiaoptronics.com wrote: memory.h is in the following path: [ I am using Linux debian 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux ]                 /usr/src/linux-headers-2.6.26-2-686/include/linux/memory.h So

Re: memory.h confusion: Is it needed?

2010-12-29 Thread Guenter
Hi Michael, Am 29.12.2010 20:36, schrieb Michael Bergandi: My concern is with the actual library code, not the demo stuff. My confusion comes from the #ifdef's around the include. In one place, it gets include for everyone but NETWARE, in another only for WIN32, and in JPAKE (i know this