Re: ERROR: File not found: msvcp80.dll

tora - Takamichi Akiyama <[email protected]>
Newsgroups gmane.comp.openoffice.devel.general
Message-ID <[email protected]>
Hi,

> On 8 March 2011 15:11, tora - Takamichi Akiyama <[email protected] <mailto:[email protected]>> wrote:
>>     cd $SRC_ROOT
>>     dmake
 >>     and wait for a minutes, not hours.

On 2011/03/09 4:07, Knut Olav Bøhmer wrote:
> Which worked for me :)
> Well, I'm doing this on a virtual macine it took about 30 minutes. I don't know why it's so slow.

Oh, sorry! I meant that wait for minutes until building instsetoo_native starts.

Taking about 30 minutes to build both your language and English versions of OOo is probably normal.

Some tips:
  - Disable unnecessary background services.
    Search for windows vista disable services like that.

  - Monitor the CPU usage.
    It should keep at the level of almost 100% during building OOo.
    If not, look into the bottleneck.

  - Redirect outputs to a log file.
    Do not let them force the terminal emulator of Cygwin work hard.
    A task of drawing letters and scrolling them consumes the CPU power.
    bash$ dmake > log/dmake.log 2>&1 &

  - Occasionally check the progress.
    bash$ grep "Building module" log/dmake.log
    bash$ tail -f log/dmake.log

  - Utilize a Solid-State Drive (SSD) and put virtual machines on it.

  - and more...

Best regards,
Tora
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.