You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Michael Lam <mn...@verizon.net> on 2013/01/25 05:56:00 UTC

Error while trying to build from svn checkout

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

1 module(s):
     extras
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/project/ooo/main/extras/source/gallery/gallery_system

where would I get that file?

Thanks
Michael

Re: Error while trying to build from svn checkout

Posted by Pedro Giffuni <pf...@apache.org>.

Hi Michael;

That's pretty weird because I just built everything fine.

Try "svn update" and if you get errors report the revision number,

Pedro.



>________________________________
> Da: Michael Lam <mn...@verizon.net>
>A: dev@openoffice.apache.org 
>Inviato: Giovedì 24 Gennaio 2013 23:56
>Oggetto: Error while trying to build from svn checkout
> 
>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
>
>1 module(s):
>    extras
>need(s) to be rebuilt
>
>Reason(s):
>
>ERROR: error 65280 occurred while making /project/ooo/main/extras/source/gallery/gallery_system
>
>where would I get that file?
>
>Thanks
>Michael
>
>
>

Re: Error while trying to build from svn checkout

Posted by Herbert Duerr <hd...@apache.org>.
On 27.01.2013 23:20, Michael Lam wrote:
> 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?

As suggested please add the option "--with-stlport" when doing the 
configure step (unless you are experimenting with alternative standard 
template libraries).

Herbert


Re: Error while trying to build from svn checkout

Posted by Michael Lam <mn...@verizon.net>.
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
>


Re: Error while trying to build from svn checkout

Posted by Herbert Duerr <hd...@apache.org>.
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