Re: successful build in ubuntu Linux 14.04

2014-08-28 Thread Andrea Pescetti

On 28/08/2014 Amali Praveena Soban Kumar wrote:

okay, then, if it is not clear, then please edit it to make it clearer.


Done, thanks.

And now it will be time to start playing with the code... do you have 
any preferences? There is a list of tasks at 
http://openoffice.apache.org/orientation/intro-development.html but most 
of them will have to be validated on this list before you start working 
on them, so please do ask here whether a specific task makes sense. You 
can start with something really simple, then quickly move on to other tasks.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [Build] Modifying oowintool

2014-08-28 Thread Oliver-Rainer Wittmann

Hi,

On 27.08.2014 20:52, Michal Hriň wrote:

Hi,

I'm trying to compile OO on Windows, specifically 8.1.



for building AOO on Windows you currently need the Visual Studio 2008 
C++ compiler.
On [1] you will find the Windows specific build requirements. The 
Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 brings 
the compiler.


For debugging you can use one of the latest Visual Studio versions, even 
the Express editions.


[1] 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Building_on_Windows



Best regards, Oliver.



The problem is that Microsoft provides on the top page only Visual
Studio 2013, and 2010. I'm using free Express edition.

Configure stops every time on compiler. When was used 2010 compiler,
configure says that the version is less than required.

So I went forward with 2013.

But now I don't have an idea how to solve the problem,
probably in oowintool script

https://fisheye6.atlassian.com/browse/ooo/main/oowintool?r=1413471

Configure stops an says:

--
checking for bash... /usr/bin/bash
checking ml.exe assembler path... checking for ml.exe... no
found (/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin)

checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for dbghelp.dll... found and executable
checking for vcredist_x86.exe... found and executable
checking for vcredist_x64.exe... found and executable
Can't find MS Visual Studio / VC++ at ./oowintool line 248.
configure: error: oowintool failed to copy CRT

--

so I opened this script and saw that it didn't recognize my 2013
compiler so I tried to edit it, but it still not works.

I modified script around line 208, where I added :
--
my %msvs_express_2013 = (
 'ver' = '12.0',
 'key' = 'Microsoft/VDExpress/12.0_Config/Setup/VS/ProductDir',
 'dll_path' = 'VC/redist/x86/Microsoft.VC120.CRT',
 'dll_suffix' = '120'
);
my %msvc_express_2013 = (
 'ver' = '12.0',
 'key' = 'Microsoft/VDExpress/12.0_Config/Setup/VC/ProductDir',
 'dll_path' = 'redist/x86/Microsoft.VC120.CRT',
 'dll_suffix' = '120'
);

sub find_msvs()
{
 my @ms_versions = ( \%msvs_express_2013, \%msvs_2008,
\%msvs_express_2008, \%msvs_2005, \%msvs_express_2005,
\%msvs_net_2003_ea, \%msvs_net_2003 );

 for $ver (@ms_versions)
 {
 my $install = reg_get_value (HKEY_CURRENT_USER/Software/ .
$ver-{'key'});
 if (defined $install  $install ne '') {
 $ver-{'product_dir'} = $install;
 return $ver;
 }
 }
 die Can't find MS Visual Studio / VC++;
}

sub find_msvc()
{
 my @ms_versions = ( \%msvc_express_2013, \%msvc_2008,
\%msvc_express_2008, \%msvc_2005, \%msvc_express_2005, \%msvc_net_2003 );

 for $ver (@ms_versions)
 {
 my $install = reg_get_value (HKEY_CURRENT_USER/Software/ .
$ver-{'key'});
 if (defined $install  $install ne '') {
 $ver-{'product_dir'} = $install;
 return $ver;
 }
 }
 die Can't find MS Visual Studio / VC++;
}
--

Any ideas ?

Regards,
Michal Hriň

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Additional activities at Apachecon EU

2014-08-28 Thread Rony G. Flatscher (Apache)
On 28.08.2014 00:59, jan i wrote:
 On 28 August 2014 00:02, Andrea Pescetti pesce...@apache.org wrote:

 If somebody is planning to attend Thursday and Friday at ApacheCon EU, it
 is now time to propose any additional activities you would like to have
 (hackatons, ...).

 See http://mail-archives.apache.org/mod_mbox/community-dev/
 201408.mbox/%3C53FDF987.9070207%40rcbowen.com%3E for more information.

 ApacheCon EU is 17-21 November in Budapest.

 I fly back friday, and have plenty of time thursday and during apacheCon,
 if anybody wants to discuss anything about AOO.

 I will use a portion of my time, on the new project I champion...but that
 might also be of interest for AOO.
Hmm, not realizing this, I booked the hotel until Thursday, but would be 
available Thursday
throughout the day. I could offer a half a day about how to write 
macros/programs for AOO
(conceptual, UNO, most important interfaces into swriter, scalc, sdraw, 
nutshell examples to
demonstrate), if there would be interest (can be an ad hoc decision while in 
Budapest).

Of course, meeting with the AOO participants in person would be a boon!

---rony

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



CD ROM

2014-08-28 Thread Patsy Rahn
I'd prefer to use a CD ROM over a download since my computer is slow due to my 
location. Is there any way to get one?


Re: [Build] Modifying oowintool

2014-08-28 Thread Regina Henschel

Hi Michal,

Michal Hriň schrieb:

[...]

Hi,

Please, excuse me, that I'm rising this type of questions, maybe I
forgot to write, that I want to compile source with MSVC2013.


No need for excusing. Your question is valid. But perhaps no one has 
finished such build yet.




Anyways thanks for comments, I will help myself.


LibreOffice can be build with MSVC 2010/13. They choose a way to not use 
oowintool at all. You will find related discussions in their developer 
mailing list. There exist a patch in LibreOffice-Bugzilla, which dates 
from the time before oowintool was killed. Perhaps it contains some 
ideas you can use. (If you will only do it for yourself, there should be 
no license problem.)

https://bugs.freedesktop.org/show_bug.cgi?id=30655

Kind regards
Regina



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Reporting broken download link

2014-08-28 Thread Kay Schenk
On Wed, Aug 27, 2014 at 2:45 PM, Rory O'Farrell ofarr...@iol.ie wrote:



 On 27 August 2014 22:36:12 GMT+01:00, Kay Schenk kay.sch...@gmail.com
 wrote:
 
 
 On 08/27/2014 10:04 AM, Ariel Constenla-Haile wrote:
  On Wed, Aug 27, 2014 at 04:38:32PM +0100, Rory O'Farrell wrote:
  Open Office 4.1.1 will not download (Key not valid to current
 state)
  The installation files have downloaded but there is no shortcut to
  open openoffice.  Also I can no longer access previous version so
  I appear to have lost all my files.
 
  Regards Gordon Culling.
 
  This problem was solved for some users in this thread:
  https://forum.openoffice.org/en/forum/viewtopic.php?f=15t=71850
 
  For developer information: a quick search suggests it may be caused
 by
  RSACryptoServiceProvider and/or by an attempt to download to
  a prohibited locality; however in the cited thread it is claimed by
  several posters that deleting Windows update KB 2918614 cures the
  problem
 
  This was also reported in Bugzilla:
  https://issues.apache.org/ooo/show_bug.cgi?id=125446
 
 
  Regards
 
 
 Ok, thanks for the link to the issue. A combination of things it seems.

 For further information it is reported that after installing OpenOffice
 one can safely reinstall the update.


Good to hear this.



 --
 Sent from my Android device with K-9 Mail. Please excuse my brevity.






-- 
-
MzK

For evil to flourish, it only requires good men to do nothing.
  -- Simon Wiesenthal


can't install Openoffice 4.1.1

2014-08-28 Thread Lewis Frazee
Dear Sir,
I want to let you know that I can't load OpenOffice 4.1.1.

Get a Error message  Error 1316 The specified account already exist
I am trying up upgrade from ver 4.0.1

When ver. 4.1.0  came out I tried to installe it but got 
Error 1316.A network error occurred while attempting
to read from the File C:\windows\installer\openoffice401.msi

I have been using OpenOffice for years and now that I am using
Windows 8.1 I have problems installing any thing above 4.0.1.

Thank You 
Lewis