Herbert,
Thanks, I did give that a try and it still didn't work properly. I
decided to remove the existing copy and do a clean checkout. I am
running into a different issue.
checking if hash_map will be in __gnu_cxx namespace... configure: error:
Can't find hash_map. Try with --with-stlport
I get the above when running configure. This is on revision 1439200.
At some point in the past I did build successfully, I still have that
copy running on my machine.
Any ideas?
Michael
On 01/25/2013 03:50 AM, Herbert Duerr wrote:
> On 25.01.2013 05:56, Michael Lam wrote:
>> I got the following when I tried to build from the latest SVN checkout.
>> I am building on Linux.
>>
>> dmake: Error: -- `sg25.sdv' not found, and can't be made
>
> This file was removed in [1] because of [2]
>
> [1] http://svn.apache.org/viewvc?view=revision&revision=1415238
> [2] https://issues.apache.org/ooo/show_bug.cgi?id=118845#c6
>
> If your build is still needing it probably means that your build was
> not clean, it was reusing stuff from earlier build attempts.
>
> I suggest to go into the main directory and do a "dmake clean" there
> to clean all the older build artificats. Then start anew with
> "autoconf", "configure", "bootstrap", etc.
>
> Hope that helps,
> Herbert
>
|