Re: [build] building aoo on windows

2019-10-10 Thread Matthias Seidel
Hi Ante,

Am 27.09.19 um 15:29 schrieb Ante Lausic:
> Hi Peter,
>
> thank you for your reply. Yes I was referring to that guide.
> Basically, I have visual studio 2019 installed on my computer and I
> wanted to use its C++ compiler (--with-cl-home option in
> configuration). Unfortunately it seems that folder structure has
> changed in recent VS versions so that is causing problems.
> I understand that I can't use VS for development.

If you are still in need MSVC 2008 just drop me a line...
I am not sure if it can be installed parallel to VS 2019 so you might
need a dedicated machine (VM) for AOO development.

You can always download my test builds for Windows:

https://home.apache.org/~mseidel/AOO-builds/

The build environment is documented in ReadMe.txt.

Regards,

   Matthias

>
> Regards,
> Ante
>
> čet, 26. ruj 2019. u 18:00 Peter Kovacs  napisao je:
>> Hi Ante,
>>
>>
>> Do you mean this build guide?
>>
>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Building_on_Windows
>>
>> The Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) is a
>> library package.
>>
>> We can not use a newer library package. Windows builds are still stuck
>> in Bit32, too. Further code changes are needed. Some Volunteers (Damjan,
>> George) started the update. But I think the fixes made only partly to
>> the published code. Maybe Damjan and George can help with details? Maybe
>> we can try another attempt to make further steps?
>>
>> Matthias can help with obtaining the old libarary package if the given
>> link is not working.
>>
>>
>> Just in case I understood it wrong:
>>
>> The IDE (Independant of manufacturer) can only be of partial use. We
>> have a mechanism (code generator?) that makes Javaclasses known and
>> usable in C++. The IDE does not know how to make the link without
>> OpenOffice customized extensions.
>>
>> I plan to write a netbeans extension.
>>
>>
>> All the Best
>>
>> Peter
>>
>>
>> On 26.09.19 12:51, Ante Lausic wrote:
>>> Hi all,
>>>
>>> I'm new to this project and I'm trying to build AOO on windows. I can
>>> see that there are instructions how to do it on the web but
>>> instructions are mentioning old version of Visual Studio to use.
>>>
>>> So my question is can I build AOO on windows with Visual Studio 2019?
>>> Also I would like to update build instructions to capture newer
>>> version of Visual Studio if that's possible.
>>>
>>> Thanks for your response
>>>
>>> Kind regards,
>>> Ante
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [build] building aoo on windows

2019-09-27 Thread Ante Lausic
Hi Peter,

thank you for your reply. Yes I was referring to that guide.
Basically, I have visual studio 2019 installed on my computer and I
wanted to use its C++ compiler (--with-cl-home option in
configuration). Unfortunately it seems that folder structure has
changed in recent VS versions so that is causing problems.
I understand that I can't use VS for development.

Regards,
Ante

čet, 26. ruj 2019. u 18:00 Peter Kovacs  napisao je:
>
> Hi Ante,
>
>
> Do you mean this build guide?
>
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Building_on_Windows
>
> The Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) is a
> library package.
>
> We can not use a newer library package. Windows builds are still stuck
> in Bit32, too. Further code changes are needed. Some Volunteers (Damjan,
> George) started the update. But I think the fixes made only partly to
> the published code. Maybe Damjan and George can help with details? Maybe
> we can try another attempt to make further steps?
>
> Matthias can help with obtaining the old libarary package if the given
> link is not working.
>
>
> Just in case I understood it wrong:
>
> The IDE (Independant of manufacturer) can only be of partial use. We
> have a mechanism (code generator?) that makes Javaclasses known and
> usable in C++. The IDE does not know how to make the link without
> OpenOffice customized extensions.
>
> I plan to write a netbeans extension.
>
>
> All the Best
>
> Peter
>
>
> On 26.09.19 12:51, Ante Lausic wrote:
> > Hi all,
> >
> > I'm new to this project and I'm trying to build AOO on windows. I can
> > see that there are instructions how to do it on the web but
> > instructions are mentioning old version of Visual Studio to use.
> >
> > So my question is can I build AOO on windows with Visual Studio 2019?
> > Also I would like to update build instructions to capture newer
> > version of Visual Studio if that's possible.
> >
> > Thanks for your response
> >
> > Kind regards,
> > Ante
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >



-- 
Srdačan pozdrav / Best regards,

Ante Laušić
Direktor

Laušić konzalting d.o.o
Abramovićeva 3, HR-1 Zagreb, Hrvatska

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



Re: [build] building aoo on windows

2019-09-26 Thread Peter Kovacs
Hi Ante,


Do you mean this build guide?

https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Building_on_Windows

The Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) is a
library package.

We can not use a newer library package. Windows builds are still stuck
in Bit32, too. Further code changes are needed. Some Volunteers (Damjan,
George) started the update. But I think the fixes made only partly to
the published code. Maybe Damjan and George can help with details? Maybe
we can try another attempt to make further steps?

Matthias can help with obtaining the old libarary package if the given
link is not working.


Just in case I understood it wrong:

The IDE (Independant of manufacturer) can only be of partial use. We
have a mechanism (code generator?) that makes Javaclasses known and
usable in C++. The IDE does not know how to make the link without
OpenOffice customized extensions.

I plan to write a netbeans extension.


All the Best

Peter


On 26.09.19 12:51, Ante Lausic wrote:
> Hi all,
>
> I'm new to this project and I'm trying to build AOO on windows. I can
> see that there are instructions how to do it on the web but
> instructions are mentioning old version of Visual Studio to use.
>
> So my question is can I build AOO on windows with Visual Studio 2019?
> Also I would like to update build instructions to capture newer
> version of Visual Studio if that's possible.
>
> Thanks for your response
>
> Kind regards,
> Ante
>
> -
> 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



[build] building aoo on windows

2019-09-26 Thread Ante Lausic
Hi all,

I'm new to this project and I'm trying to build AOO on windows. I can
see that there are instructions how to do it on the web but
instructions are mentioning old version of Visual Studio to use.

So my question is can I build AOO on windows with Visual Studio 2019?
Also I would like to update build instructions to capture newer
version of Visual Studio if that's possible.

Thanks for your response

Kind regards,
Ante

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



Re: Building AOO on Windows 10 with "Bash on Ubuntu on Windows"

2017-06-22 Thread Matthias Seidel
I think I did? ;-)

https://home.apache.org/~mseidel/AOO-builds/AOO-414-Test/ReadMe.txt
https://home.apache.org/~mseidel/AOO-builds/AOO-414-Experimental/ReadMe.txt

Kind regards, Matthias


Am 22.06.2017 um 15:40 schrieb FR web forum:
>> Meanwhile, you can test my first Windows builds:
>> https://home.apache.org/~mseidel/AOO-builds/
> Thanks Matthias
>
> Could you explain to me difference between "test" and "experimental"?
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Building AOO on Windows 10 with "Bash on Ubuntu on Windows"

2017-06-22 Thread FR web forum

>Meanwhile, you can test my first Windows builds:
>https://home.apache.org/~mseidel/AOO-builds/
Thanks Matthias

Could you explain to me difference between "test" and "experimental"?



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



Re: Building AOO on Windows 10 with "Bash on Ubuntu on Windows"

2017-06-21 Thread Matthias Seidel
Am 21.06.2017 um 14:12 schrieb Raphael Bircher:
> Hi Matthias
>
> Am .06.2017, 13:20 Uhr, schrieb Matthias Seidel
> :
>
>> Hi at all!
>>
>> Has anyone tried to build AOO with "Bash on Ubuntu on Windows" instead
>> of cygwin?
>> It is a full Ubuntu 16.04.2 LTS command line interface running as
>> subsystem on Windows 10.
>>
>> I am doing a SVN checkout at the moment, so far it works...
>
> I'm installing it now. I have to be honest. The one thing I really
> missed since my switch to windows was the bash. It would be nice, if
> it's also possible to build windows without cygwin
>
> Regards Raphael
>

Hi Raphael,

Great! Let's share our experience... ;-)

Meanwhile, you can test my first Windows builds:
https://home.apache.org/~mseidel/AOO-builds/

Kind regards, Matthias




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Building AOO on Windows 10 with "Bash on Ubuntu on Windows"

2017-06-21 Thread Raphael Bircher

Hi Matthias

Am .06.2017, 13:20 Uhr, schrieb Matthias Seidel  
:



Hi at all!

Has anyone tried to build AOO with "Bash on Ubuntu on Windows" instead
of cygwin?
It is a full Ubuntu 16.04.2 LTS command line interface running as
subsystem on Windows 10.

I am doing a SVN checkout at the moment, so far it works...


I'm installing it now. I have to be honest. The one thing I really missed  
since my switch to windows was the bash. It would be nice, if it's also  
possible to build windows without cygwin


Regards Raphael



--
My introduction https://youtu.be/Ln4vly5sxYU

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



Building AOO on Windows 10 with "Bash on Ubuntu on Windows"

2017-06-21 Thread Matthias Seidel
Hi at all!

Has anyone tried to build AOO with "Bash on Ubuntu on Windows" instead
of cygwin?
It is a full Ubuntu 16.04.2 LTS command line interface running as
subsystem on Windows 10.

I am doing a SVN checkout at the moment, so far it works...

Kind regards, Matthias




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Building AOO for Windows 10

2016-08-09 Thread Carl Marcum

Hi Dany,

Are you behind a corporate firewall?

If you use the address in your web browser do you see the directory 
listings?


Does the svn process work if you replace https with http?

Thanks,
Carl

On 08/09/2016 05:28 AM, Kirsten S wrote:

Hello Together,

thanks or your help so far. Unfortunately I  wasn`t sucesfull in building
it yet. The period in the link above posted by me was an accident.

When I execute the svn co statement it seems like the process starts
shortly but after round about 10 seconds it finishes without any result.
There are no error messages either. I also tried different
networks/-settings but no change. Did this problem occur to anybody else?

Thanks a lot so far!

Best wishes,
Dany

On Tue, Aug 9, 2016 at 12:55 AM, Carl Marcum  wrote:


On 08/07/2016 08:35 AM, Kirsten S wrote:


Hello together,

I am new to this list and new to the AOO-Project. I've been trying to
build
AOO and to get the source code since yesterday. I followed the step by
step
guide in this link: https://wiki.openoffice.org/wiki/Documentation/
Building_Guide_AOO/Step_by_step

Everything went fine until i wanted to check out the source code from the
svn-repository. It seems that the directory aoo-trunk doesn't exist
anymore. At least this is what cygwin keeps on telling me.

I tried to execute the command line: svn co
https://svn.apache.org./repos/
asf/openoffice/trunk aoo-trunk and then cd aoo-trunk --> Here i get the
message  No such file or directory.

Can anybody help me?

Thanks a lot in advance,
Dany



Hi Kirsten,

Welcome.

If the svn address is the one you used there is a period after apache.org
that does not belong there.

https://svn.apache.org/repos/asf/openoffice/trunk


The subversion client should create the aoo-trunk locally for you. Just be
in the parent directory where you want to create it.

Good luck !!

Carl



-
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: Building AOO for Windows 10

2016-08-09 Thread Kirsten S
Hello Together,

thanks or your help so far. Unfortunately I  wasn`t sucesfull in building
it yet. The period in the link above posted by me was an accident.

When I execute the svn co statement it seems like the process starts
shortly but after round about 10 seconds it finishes without any result.
There are no error messages either. I also tried different
networks/-settings but no change. Did this problem occur to anybody else?

Thanks a lot so far!

Best wishes,
Dany

On Tue, Aug 9, 2016 at 12:55 AM, Carl Marcum  wrote:

> On 08/07/2016 08:35 AM, Kirsten S wrote:
>
>> Hello together,
>>
>> I am new to this list and new to the AOO-Project. I've been trying to
>> build
>> AOO and to get the source code since yesterday. I followed the step by
>> step
>> guide in this link: https://wiki.openoffice.org/wiki/Documentation/
>> Building_Guide_AOO/Step_by_step
>>
>> Everything went fine until i wanted to check out the source code from the
>> svn-repository. It seems that the directory aoo-trunk doesn't exist
>> anymore. At least this is what cygwin keeps on telling me.
>>
>> I tried to execute the command line: svn co
>> https://svn.apache.org./repos/
>> asf/openoffice/trunk aoo-trunk and then cd aoo-trunk --> Here i get the
>> message  No such file or directory.
>>
>> Can anybody help me?
>>
>> Thanks a lot in advance,
>> Dany
>>
>>
> Hi Kirsten,
>
> Welcome.
>
> If the svn address is the one you used there is a period after apache.org
> that does not belong there.
>
> https://svn.apache.org/repos/asf/openoffice/trunk
>
>
> The subversion client should create the aoo-trunk locally for you. Just be
> in the parent directory where you want to create it.
>
> Good luck !!
>
> Carl
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Building AOO for Windows 10

2016-08-08 Thread Carl Marcum

On 08/07/2016 08:35 AM, Kirsten S wrote:

Hello together,

I am new to this list and new to the AOO-Project. I've been trying to build
AOO and to get the source code since yesterday. I followed the step by step
guide in this link: https://wiki.openoffice.org/wiki/Documentation/
Building_Guide_AOO/Step_by_step

Everything went fine until i wanted to check out the source code from the
svn-repository. It seems that the directory aoo-trunk doesn't exist
anymore. At least this is what cygwin keeps on telling me.

I tried to execute the command line: svn co https://svn.apache.org./repos/
asf/openoffice/trunk aoo-trunk and then cd aoo-trunk --> Here i get the
message  No such file or directory.

Can anybody help me?

Thanks a lot in advance,
Dany



Hi Kirsten,

Welcome.

If the svn address is the one you used there is a period after 
apache.org that does not belong there.


https://svn.apache.org/repos/asf/openoffice/trunk


The subversion client should create the aoo-trunk locally for you. Just 
be in the parent directory where you want to create it.


Good luck !!

Carl


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



Re: Building AOO for Windows 10

2016-08-07 Thread Patricia Shanahan

The instructions need clarifying - I'll look into it later.

The final argument "aoo-trunk" is the destination folder for the 
checkout. If you want to checkout into a folder called "aoo-trunk" do a 
"mkdir aoo-trunk" first. If you want a different destination, replace 
"aoo-trunk" with the folder name.


On 8/7/2016 5:35 AM, Kirsten S wrote:

Hello together,

I am new to this list and new to the AOO-Project. I've been trying to build
AOO and to get the source code since yesterday. I followed the step by step
guide in this link: https://wiki.openoffice.org/wiki/Documentation/
Building_Guide_AOO/Step_by_step

Everything went fine until i wanted to check out the source code from the
svn-repository. It seems that the directory aoo-trunk doesn't exist
anymore. At least this is what cygwin keeps on telling me.

I tried to execute the command line: svn co https://svn.apache.org./repos/
asf/openoffice/trunk aoo-trunk and then cd aoo-trunk --> Here i get the
message  No such file or directory.

Can anybody help me?

Thanks a lot in advance,
Dany



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



Building AOO for Windows 10

2016-08-07 Thread Kirsten S
Hello together,

I am new to this list and new to the AOO-Project. I've been trying to build
AOO and to get the source code since yesterday. I followed the step by step
guide in this link: https://wiki.openoffice.org/wiki/Documentation/
Building_Guide_AOO/Step_by_step

Everything went fine until i wanted to check out the source code from the
svn-repository. It seems that the directory aoo-trunk doesn't exist
anymore. At least this is what cygwin keeps on telling me.

I tried to execute the command line: svn co https://svn.apache.org./repos/
asf/openoffice/trunk aoo-trunk and then cd aoo-trunk --> Here i get the
message  No such file or directory.

Can anybody help me?

Thanks a lot in advance,
Dany


Re: building aoo on windows

2014-12-27 Thread Oliver Brinzing


Hi Ariel,

finished second build with

--enable-pch \
--disable-odk
 build --all -P2 -- -P2

build time was about 5 1/2 hours, before it took more than 12 hours ...
adding 4 cores to the virtual machine made the difference ;-)

Regards
Oliver

--

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



Re: building aoo on windows

2014-12-25 Thread jan i
On 23 December 2014 at 15:29, Ariel Constenla-Haile arie...@apache.org
wrote:

 On Mon, Dec 22, 2014 at 08:29:54PM +0100, Oliver Brinzing wrote:
  What build settings are neede fpr an release build?

 These are my (old) configure options for a non-pro build (for a release
 build, remove the last three):

 ./configure   \
 --with-build-version=$(date +%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)) \
 --with-dmake-path=/cygdrive/c/build/dmake/dmake.exe\
 --enable-win-x64-shellext \
 --with-mozilla-build=/cygdrive/c/mozilla-build \
 --with-cl-home=/cygdrive/c/PROGRA~2/MICROS~1.0/VC  \
 --with-mspdb-path=/cygdrive/c/PROGRA~2/MICROS~1.0/Common7/IDE \
 --with-frame-home=/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1 \
 --with-psdk-home=/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1 \
 --with-midl-path=/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1/Bin \
 --with-asm-home=/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin \
 --with-csc-path=/cygdrive/c/Windows/MICROS~1.NET/FRAMEW~1/v3.5 \
 --with-directx-home=/cygdrive/c/PROGRA~2/MIBD7F~1 \
 --with-jdk-home=/cygdrive/c/PROGRA~2/Java/JDK16~1.0_3  \
 --with-ant-home=/cygdrive/c/build/APACHE~1.2 \
 --with-lang=en-US \
 --enable-wiki-publisher  \
 --enable-category-b \
 --enable-bundled-dictionaries \
 --enable-verbose  \
 --with-package-format=installed msi \
 --without-junit \
 --with-atl-include-dir=C:/WinDDK/7600.16385.1/inc/atl71 \
 --with-atl-lib-dir=C:/WinDDK/7600.16385.1/lib/ATL/i386 \
 --with-mfc-include-dir=C:/WinDDK/7600.16385.1/inc/mfc42 \
 --with-mfc-lib-dir=C:/WinDDK/7600.16385.1/lib/Mfc/i386 \
 --without-stlport \
 --disable-strip-solver  \
 --enable-symbols \
 --enable-dbgutil \


They might be old, but they work on my VM (got them from you quite a while
ago). I thought we decided to remove wiki-publisher when we released 4.0,
for 2 reasons it is a plugin and the licensetext does not seem updated.

rgds
jan i.



  And how can i clean a build?

 cd trunk/main
 source the build script
 dmake clean


 Regards
 --
 Ariel Constenla-Haile
 La Plata, Argentina



Re: building aoo on windows

2014-12-25 Thread Ariel Constenla-Haile
On Thu, Dec 25, 2014 at 04:57:25PM +0100, jan i wrote:
 I thought we decided to remove wiki-publisher when we released 4.0,
 for 2 reasons it is a plugin and the licensetext does not seem updated.

It is an extension; as such, it has never been part of a release, not
even on Sun/Oracle era. Anyway it's good to keep building it, in order
to test it is still buildable; and I guess someday it will be released
- people are still downloading this one from 2009
http://extensions.openoffice.org/en/project/sun-wiki-publisher


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


Re: building aoo on windows

2014-12-25 Thread Oliver Brinzing

Hi Ariel,



merry xmas to you too, and have fun building :)


i worked :-)

./configure \
--with-build-version=$(date +%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)) \
--with-vendor=My AOO Debug Build \
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2;
 \
--with-ant-home=/cygdrive/c/build/ant \
--with-mozilla-build=/cygdrive/c/build/mozilla-build \
--with-frame-home=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0 \
--with-psdk-home=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0 \
--with-midl-path=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0/bin \
--with-cl-home=/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/VC 
 \
--with-mspdb-path=/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
9.0/Common7/IDE \
--with-asm-home=/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
9.0/VC/bin \
--with-csc-path=/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5 \
--with-jdk-home=/cygdrive/c/Program Files (x86)/Java/jdk1.7.0  \
--with-nsis-path=/cygdrive/c/Program Files (x86)/NSIS/Unicode \
--with-directx-home=/cygdrive/c/Program Files (x86)/Microsoft DirectX SDK (June 
2010) \
--with-atl-include-dir=/cygdrive/c/WinDDK/7600.16385.1/inc/atl71 \
--with-atl-lib-dir=/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386 \
--with-mfc-include-dir=/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42 \
--with-mfc-lib-dir=/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386 \
--with-package-format=installed msi \
--enable-win-x64-shellext \
--enable-category-b \
--enable-bundled-dictionaries \
--with-lang=de \
--without-fonts \
--without-stlport \
--without-junit \
--disable-online-update \
--disable-strip-solver \
--enable-symbols \
--enable-dbgutil \
--enable-crashdump \
--enable-debug \
--enable-verbose \

next time i will try building with:

--enable-pch \
--disable-odk
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz; \  
*)
build --all -P2 -- -P2

*) but not sure if epm is needed, it's mentioned in
   https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO

maybe this will help to speed up the build process ...

Regards
Oliver


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



Re: building aoo on windows

2014-12-25 Thread Ariel Constenla-Haile
Hi Oliver,

On Thu, Dec 25, 2014 at 08:51:03PM +0100, Oliver Brinzing wrote:
 Hi Ariel,
 
 
 merry xmas to you too, and have fun building :)
 
 i worked :-)
 
 ./configure \
 --with-build-version=$(date +%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)) \
 --with-vendor=My AOO Debug Build \
 --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2;
  \
 --with-ant-home=/cygdrive/c/build/ant \
 --with-mozilla-build=/cygdrive/c/build/mozilla-build \
 --with-frame-home=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0 \
 --with-psdk-home=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0 \
 --with-midl-path=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0/bin \
 --with-cl-home=/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
 9.0/VC  \
 --with-mspdb-path=/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
 9.0/Common7/IDE \
 --with-asm-home=/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
 9.0/VC/bin \
 --with-csc-path=/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5 \
 --with-jdk-home=/cygdrive/c/Program Files (x86)/Java/jdk1.7.0  \
 --with-nsis-path=/cygdrive/c/Program Files (x86)/NSIS/Unicode \
 --with-directx-home=/cygdrive/c/Program Files (x86)/Microsoft DirectX SDK 
 (June 2010) \
 --with-atl-include-dir=/cygdrive/c/WinDDK/7600.16385.1/inc/atl71 \
 --with-atl-lib-dir=/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386 \
 --with-mfc-include-dir=/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42 \
 --with-mfc-lib-dir=/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386 \
 --with-package-format=installed msi \
 --enable-win-x64-shellext \
 --enable-category-b \
 --enable-bundled-dictionaries \
 --with-lang=de \
 --without-fonts \
 --without-stlport \
 --without-junit \
 --disable-online-update \
 --disable-strip-solver \
 --enable-symbols \
 --enable-dbgutil \
 --enable-crashdump \
 --enable-debug \
 --enable-verbose \
 
 next time i will try building with:
 
 --enable-pch \

Yes, this one speeds up building on Windows (it may hide build breakers
due to missing header includes, so it should not be added in builds made
to test the buildability of the source code).

 --disable-odk
 --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz; \ 
  *)
 build --all -P2 -- -P2
 
 *) but not sure if epm is needed, it's mentioned in
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO

Indeed, epm is not needed for Windows.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


Re: building aoo on windows

2014-12-24 Thread Oliver Brinzing

Hi Ariel,

 These are my (old) configure options for a non-pro build (for a release
 build, remove the last three):

thanks a lot, i will try

and merry xmas :-)


Best Regards
Oliver


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



Re: building aoo on windows

2014-12-24 Thread Ariel Constenla-Haile

Hi Oliver,

On Wed, Dec 24, 2014 at 11:05:03AM +0100, Oliver Brinzing wrote:
 Hi Ariel,
 
  These are my (old) configure options for a non-pro build (for a release
  build, remove the last three):
 
 thanks a lot, i will try
 
 and merry xmas :-)

merry xmas to you too, and have fun building :)


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


Re: building aoo on windows

2014-12-23 Thread Ariel Constenla-Haile
On Mon, Dec 22, 2014 at 08:29:54PM +0100, Oliver Brinzing wrote:
 What build settings are neede fpr an release build?

These are my (old) configure options for a non-pro build (for a release
build, remove the last three):

./configure   \
--with-build-version=$(date +%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)) \
--with-dmake-path=/cygdrive/c/build/dmake/dmake.exe\
--enable-win-x64-shellext \
--with-mozilla-build=/cygdrive/c/mozilla-build \
--with-cl-home=/cygdrive/c/PROGRA~2/MICROS~1.0/VC  \
--with-mspdb-path=/cygdrive/c/PROGRA~2/MICROS~1.0/Common7/IDE \
--with-frame-home=/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1 \
--with-psdk-home=/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1 \
--with-midl-path=/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1/Bin \
--with-asm-home=/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin \
--with-csc-path=/cygdrive/c/Windows/MICROS~1.NET/FRAMEW~1/v3.5 \
--with-directx-home=/cygdrive/c/PROGRA~2/MIBD7F~1 \
--with-jdk-home=/cygdrive/c/PROGRA~2/Java/JDK16~1.0_3  \
--with-ant-home=/cygdrive/c/build/APACHE~1.2 \
--with-lang=en-US \
--enable-wiki-publisher  \
--enable-category-b \
--enable-bundled-dictionaries \
--enable-verbose  \
--with-package-format=installed msi \
--without-junit \
--with-atl-include-dir=C:/WinDDK/7600.16385.1/inc/atl71 \
--with-atl-lib-dir=C:/WinDDK/7600.16385.1/lib/ATL/i386 \
--with-mfc-include-dir=C:/WinDDK/7600.16385.1/inc/mfc42 \
--with-mfc-lib-dir=C:/WinDDK/7600.16385.1/lib/Mfc/i386 \
--without-stlport \
--disable-strip-solver  \
--enable-symbols \
--enable-dbgutil \


 And how can i clean a build?

cd trunk/main
source the build script
dmake clean


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


building aoo on windows

2014-12-22 Thread Oliver Brinzing

Hi,

i try building aoo 4.1.1 (debug version) with Cygwin/Microsoft Visual Studio 
9.0 on win7 64 bit.

build process seems to work, but soffice.exe will stop with errors (missing some 
.dll)

i think, i do not use the correct ./configure settings:

./configure \
--with-frame-home=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0 \
--with-psdk-home=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0 \
--with-midl-path=/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0/bin \
--with-directx-home=C:/Program Files (x86)/Microsoft DirectX SDK (June 2010) \
--with-ant-home=/cygdrive/c/build/ant \
--with-nsis-path=/cygdrive/c/Program Files (x86)/NSIS/Unicode \
--with-atl-include-dir=/cygdrive/c/WinDDK/7600.16385.1/inc/atl71 \
--with-atl-lib-dir=/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386 \
--with-mfc-include-dir=/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42 \
--with-mfc-lib-dir=/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386 \
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2;
 \
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz; \
--enable-pch \
--without-junit \
--with-lang=de \
--enable-symbols \
--disable-strip-solver \
--with-package-format=installed \
--enable-debug \
--enable-dbgutil \
--enable-crashdump \
--enable-win-x64-shellext \
--disable-online-update \
--without-fonts \
--disable-directx \
--without-stlport \
--enable-category-b \
--enable-bundled-dictionaries \
--with-mozilla-build=/cygdrive/c/build/mozilla-build \

Any hints?

What build settings are neede fpr an release build?
And how can i clean a build?


Regards

Oliver
--

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



Building AOO on Windows - More Options

2014-11-13 Thread Dennis E. Hamilton
I've been experimenting, in a very limited way, over build techniques using 
Visual Studio 2013 Desktop Express and MSYS2 (an alternative to CygWin).  I am 
barely stumbling along although I have manage to build other projects that 
build with either MSYS2 or CygWin and produce native code.  I've not tried the 
AOO build just yet.  My reason for doing this is to see what are the prospects 
for using the VC++ 2013 compiler to build 64-bit software and also see how to 
build any chunks of AOO for 64-bit Windows.

Yesterday, there was a very useful announcement at a conference that was all 
about Visual Studio 2015 and some big moves that are being made to work in 
open-source settings.  Along with that announcement, the Visual Studio 2013 
Community Edition was announced.

The Community Edition is free and available now.  It provides everything that 
the three 2013 Express editions (Desktop, Windows [Universal], and Web) 
provide.  (And they can still use side-by-side but I see no reason to do that.)

What may be of interest to developers here is that the Community Edition also 
includes MFC and ATL. It allows mixed projects, allows Python Tools, Visual 
Studio extensions, already includes F#, and has many more templates.

With the libraries and the VC++ compiler, there is cross-compiling to x86, x64, 
and ARM.  There can now be complex solutions/builds, and the compiler is 
perfectly usable in makefile projects.  There is Git integration and the 
ability to work between VS on the desktop and clones from GitHub (clones) and 
elsewhere, including the free Visual Studio Online service that can be used 
with VS 2013, etc.

This is just a heads-up.  I installed the Community Edition last night and I 
have also downloaded the .iso. The ISO is almost 7GB, so if you get that you 
might have to be content to mount it as a virtual drive long enough to do the 
install.  The web install takes a while but is not so demanding.

I will be fiddling around more with this for some forensic work I am interested 
in.  I hope to chew on the AOO code enough to find out if this is workable in 
(1) building with GCC and related tools using MSYS2 and then (2) substituting 
the VC++ compiler and libraries.

Nothing is going to happen quickly. I am dabbling.

Anyone who wants to look into the Visual Studio 2013 Community edition can find 
it on the page http://www.visualstudio.com/en-us/downloads/ under Visual 
Studio Community  Express.  Check the System Requirements too.





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