I am not sure why my attachments are not going through, but here is the preprocessor output. I filtered on utility.
/opt/solarisstudio12.3/bin/CC -E -temp=/tmp -xarch=generic -xO3 -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/boost/ -I. -I../../unxsoli4.pro/inc/oslall -I../inc -I../../inc/pch -I../../inc -I../../unx/inc -I../../unxsoli4.pro/inc -I. -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/external -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc -I/opt/aoo-4.0.0/main/solenv/unxsoli4/inc -I/opt/aoo-4.0.0/main/solenv/inc -I/opt/aoo-4.0.0/main/res -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl -I/opt/solarisstudio12.3/include -I/opt/aoo-4.0.0/main/solenv/inc/Xp31 -I/usr/jdk/latest/include -I/usr/jdk/latest/include/solaris -I/usr/jdk/latest/include/native_threads/include: -I/usr/local/include -I/usr/include -I/usr/local/include/rasqal -I/usr/include/stdcxx4 -I/opt/aoo-4.0.0/main/stlport/systemstl/: -I/usr/local/include -I/usr/include -I/usr/local/include/rasqal -I/usr/include/stdcxx4 -I/opt/aoo-4.0.0/main/stlport/systemstl/: -I/usr/local/include -I/usr/include -I/usr/local/inclue/rasqal -I/opt/aoo-4.0.0/main/stlport/systemstl/ -I/opt/solarisstudio12.3/prod/include/CC/Cstd/ -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/offuh -I. -I../../res -I. -features=no%altspell "-features=rvalueref" +w2 -erroff=doubunder,identexpected,inllargeuse,inllargeint,notemsource,reftotemp,truncwarn,wnoretvalue,anonnotype -KPIC -mt -DSOLARIS -DUNX -DVCL -DC52 -DC52 -DINTEL -D_PTHREADS -DSYSV -DSUN -DSUN4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX -DCPPU_ENV=sunpro5 -DSUPD=400 -DPRODUCT -DNDEBUG -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA -DEXCEPTIONS_ON -o /tmp/file /opt/aoo-4.0.0/main/sal/osl/all/debugbase.cxx|grep utility #1 "/usr/local/include/boost/config/no_tr1/utility.hpp" #1 "/opt/solarisstudio12.3/prod/include/CC/Cstd/utility" #52 "/opt/solarisstudio12.3/prod/include/CC/Cstd/utility" #1 "/usr/local/include/boost/utility/enable_if.hpp" #1 "/usr/local/include/boost/utility/addressof.hpp" #1 "/usr/local/include/boost/utility/swap.hpp" "/usr/local/include/boost/tr1/detail/config_all.hpp", line 161: Error: Could not open include file<../include/utility>. ________________________________________ From: Herbert Duerr [h...@apache.org] Sent: Friday, September 20, 2013 8:53 AM To: dev@openoffice.apache.org Cc: Steele, Raymond Subject: Re: EXTERNAL: Re: Building comphelper Hi Raymond, > I found hash_set in ../main/stlport/systemstl > > Is that where it is supposed to be. Yes. > Once, I added this to my SOLARINC and SOLARINV environment variables, > everything was okay, but then I received a > > "/usr/local/include/boost/tr1/detail/config_all.hpp", line 161: Error: Could > not open include file<../include/utility> The <utility> header should come somewhere from your c++ compiler includes. According to [1] it should be there somewhere. If it is not found we need to put its path at the end of the include paths. [1] http://docs.oracle.com/cd/E19205-01/819-5267/bkajw/index.html Sorry for the late answer. I was busy with AOO401rc3. Herbert --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org