[sword-devel] #include problems w/PocketPC

sword-devel@crosswire.org sword-devel@crosswire.org
Fri, 25 Jul 2003 17:30:24 -0500


Hey guys.  Just getting back to working on this some 
more and am still having trouble with a couple of 
include(s) that don't resolve in the PocketPC dev 
environment.  I thought I'd post them here to get some 
quick feedback.

There are numerous places where these errors happen.  
By far, the first two include files (list & fcntl.h) 
are requested the most throughout the source.

swfilter.h(28) : cannot open include file 'list' -- 
this one IS available in the VC6 build environment, 
but not PocketPC that I can find
...
rawgenbook.cpp(8) : cannot open include file 'fcntl.h'
...
swconfig.h(28) : cannot open include file 'map'
...
swfiltermgr.h(26) : cannot open include 
file 'sys/types.h'
...
greeklexattribs.cpp(10) : cannot open include 
file 'string'

There are more.  'list' and 'fcntl.h' are being 
requested by source files that I would think are 
critical to the library like the osis????????.cpp 
group and raw???? group and thml?????? group and 
sw????? group.