Hi,
Willy Sudiarto Raharjo wrote:
I'm using Windows XP SP 2 with the latest Cygwin, Visual Studio 2003,
DirectX 9.0c (August 2008), latest version of Ant and JDK, but i'm
using a custom STLport (5.x) because the package included in the OOo
source doesn't work (it couldn't find the include/* files)
Willy Sudiarto Raharjo wrote:
> Before i ran into this problem, i got problem with STLport, but i
> managed to pass that by issuing --with-stlport and using STLPort 5.x
> c:\cygwin\home\har2d2\OOH680_m17\soltools\mkdepend\collectdircontent.hxx(6)
> : fatal error C1083: Cannot open include file: 'set': No such file or
directory
> What is this set.h and where can i find it?
'set' is a file name, which is one of the header files for Standard
Template Library (STL) of the programming language C++.
Normally, it can be found in the directory $SOLARVER/$INPATH/inc/stl
if 'stlport' has been built and done the 'deliver' successfully.
It seems that you uses your own STLport instead of $SRC_ROOT/stlport.
Options:
a) Use 'stlport' included in the source tar balls of OOo, instead.
I mean, try to manage compiling that module.
b) Specify the location of the STLport appropriately.
Cited from the output produced by 'config_office/configure --help'
--with-stlport The location that STLport is installed in. The STL
header files are assumed to be in
stlport-home/stlport and the STLPort library in
stlport-home/lib.
Usage: --with-stlport=<absolute path to stlport home>
Warning!!, disabling using --without-stlport or
enabling using --with-stlport on a platform that
defaults to the opposite will break ABI compatability
ABI stands for Application Binary Interface.
> Making: ../wntmsci10.pro/obj/collectdircontent.obj
> -IC:/cygwin/home/har2d2/OOH680_m17/solver/680/wntmsci10.pro/inc/stl
Looks good.
> -I/cygdrive/c/STLport-5.1.5/stlport
How about substituting /cygdrive/c with C: ?
c) Something else
hope that would help.
Tora
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]