Hi, I've started to build aoo in Mac but after spending a whole day of trying to overcome the problems I gave up! :)
I use GNU gcc 4. First I used this command to configure : ./configure --enable-ccache-skip --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --disable-gtk using this command and GNU gcc4 arises an error when configuring: checking if hash_map will be in __gnu_cxx namespace... configure: error: Can't find hash_map. Try with --with-stlport I believe hash_map libraries are ok when using gcc4.2. To solve this issue I've added --with-stlport and configure script did finish. Later in building phase ( build --all) it stops stating that --with-stlport=yes is not supported on Mac OS X. I even added --with-stlport=no as building option but this time it stops stating that solenv module needs to be rebuilt. I tried to build solenv alone and building finishes without error. Is there any thing that I'm missing? Any suggestion?
