RE: [Openvpn-devel] PocketPC - Compile Error

2006-03-25 Thread Dave
-Original Message-
From: openvpn-devel-ad...@lists.sourceforge.net
[mailto:openvpn-devel-ad...@lists.sourceforge.net] On Behalf Of Iftikhar
Qureshi
Sent: Friday, March 24, 2006 2:42 PM
To: openvpn-devel@lists.sourceforge.net
Subject: [Openvpn-devel] PocketPC - Compile Error
 ... 
c:\program files\windows ce tools\wce420\pocket pc
2003\include\armv4\ntcompat.h(1236) : fatal error C1083: Cannot open include
file: 'lss.h': No such file or directory
 ... 
 
Iftikhar,
 
I took a peek and that file lss.h is part of the 'Platform Builder'.
Actually, I don't know what hoisted it into that project.  Parts of the
platform builder are needed for the TAP driver, but it shouldn't be needed
at all for any of the user-mode parts.  I'll try and see if I can find where
the dependency came in, and how to remove it.
 
-Dave


RE: [Openvpn-devel] PocketPC - Compile Error

2006-03-25 Thread Dave
-Original Message-
From: openvpn-devel-ad...@lists.sourceforge.net
[mailto:openvpn-devel-ad...@lists.sourceforge.net] On Behalf Of Iftikhar
Qureshi
Sent: Friday, March 24, 2006 2:42 PM
To: openvpn-devel@lists.sourceforge.net
Subject: [Openvpn-devel] PocketPC - Compile Error
Dave:

I tried to Rebuild and getting an error.
 ...
 
OK, I found the dependency and eliminated it.  It was just a couple ioctl()
code definitions for loading and unloading the NDIS driver that were needed.
That project should build fine now without the Platform Builder installed.
Also, I checked that the same was true of the main openvpn project, and it
is.  The driver currently still required some headers from the Platform
Builder.  I included pre-built binaries of the driver in all configurations.
 
-Dave