Re: compile error

2018-10-16 Thread Matthias Seidel
Hi Peter,

Am 16.10.2018 um 07:01 schrieb Peter Kovacs:
> It is not there.
>
> I did a build --from solenv --prepare in order to start over. Did not
> know how to reset the process.
>
> There is no make clean. So I thought if I take the first module then I
> can go. seems that I did not take the first module.

Maybe this helps:
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Start_building

Regards,
   Matthias

>
> On 10/15/18 11:49 PM, Damjan Jovanovic wrote:
>> Is there a main/solver/420//inc/sal/config.h?
>>
>> If not, main/sal didn't deliver. Did you do a rebuild from scratch?
>>
>> On Mon, Oct 15, 2018 at 10:57 PM Peter Kovacs  wrote:
>>
>>> I get the following error while trying to build on Linux:
>>>
>>>
>>> /home/legine/workspace/ApacheOpenOffice/svn/main/codemaker/source/commonjava/commonjava.cxx:27:10:
>>>
>>>
>>> fatal error: sal/config.h: No such file or directory
>>>    #include "sal/config.h"
>>>     ^~
>>>
>>> Is there some todo here? I do not understand why the compiler can not
>>> find sal/config.h
>>>
>>> Thanks any pointers.
>>>
>>>
>>> -
>>> 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
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: compile error

2018-10-15 Thread Peter Kovacs

It is not there.

I did a build --from solenv --prepare in order to start over. Did not 
know how to reset the process.


There is no make clean. So I thought if I take the first module then I 
can go. seems that I did not take the first module.


On 10/15/18 11:49 PM, Damjan Jovanovic wrote:

Is there a main/solver/420//inc/sal/config.h?

If not, main/sal didn't deliver. Did you do a rebuild from scratch?

On Mon, Oct 15, 2018 at 10:57 PM Peter Kovacs  wrote:


I get the following error while trying to build on Linux:


/home/legine/workspace/ApacheOpenOffice/svn/main/codemaker/source/commonjava/commonjava.cxx:27:10:

fatal error: sal/config.h: No such file or directory
   #include "sal/config.h"
^~

Is there some todo here? I do not understand why the compiler can not
find sal/config.h

Thanks any pointers.


-
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: compile error

2018-10-15 Thread Damjan Jovanovic
Is there a main/solver/420//inc/sal/config.h?

If not, main/sal didn't deliver. Did you do a rebuild from scratch?

On Mon, Oct 15, 2018 at 10:57 PM Peter Kovacs  wrote:

> I get the following error while trying to build on Linux:
>
>
> /home/legine/workspace/ApacheOpenOffice/svn/main/codemaker/source/commonjava/commonjava.cxx:27:10:
>
> fatal error: sal/config.h: No such file or directory
>   #include "sal/config.h"
>^~
>
> Is there some todo here? I do not understand why the compiler can not
> find sal/config.h
>
> Thanks any pointers.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Compile error

2015-01-19 Thread Ariel Constenla-Haile
Hi 郄宁

On Mon, Jan 19, 2015 at 08:36:06AM +0800, 郄宁 wrote:
 hi,all:
 The error message is as follows:

[long and hard to read copy and paste]

It seems you have copied the output from cygwin's shell, this makes it
very hard to read. A few suggestions:

- re-configure adding the option --enable-verbose

- build adding the --html switch:
  cd main/instsetoo_native/
  build --html --all

- don't paste the output in your mail, use a pastebin, like
  http://apaste.info/

- Don't take the output from cygwin's shell, copy from the log files,
  they are located in trunk/main/some project/wntmsci12[.pro]/logs/

In trunk/log/wntmsci12[.pro].build.html you will find a page resuming the
build, like this one
http://ci.apache.org/projects/openoffice/buildlogs/win/log/wntmsci12.pro.build.html
This page gives you access to the individual logs, too.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


Re: compile error

2015-01-12 Thread Oliver Brinzing

Hi 郄宁,


Can be compiled. but excuse me,build --all

 and build --all -P2 ---P2 what's different about the compilation?

this should speed up the building process, please see
https://wiki.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows
- parallel builds

Regards
Oliver



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



Re: compile error

2015-01-10 Thread Oliver Brinzing

Hi 郄宁,


hi, I run as Administrator,but $./bootstrap Mkdir: cannot create the directory 
//bin: Read-only file system


Do you have insufficient write permissions for the build folder ?
Did you follow the step by step guide from:
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
  ?

Regards

Oliver





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



Re: compile error

2015-01-10 Thread Oliver Brinzing

Hi 郄宁,

Hello, the last problem has been resolved, but also the emergence of a new 
problem:
$build -all

 Build - version: 275224
 ERROR: dmake: Command not found. Please rerun bootstrap

does your config setting contain:

--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2;
 \  ?

 After running configure you must create the dmake make utility that is needed 
for
 the build of OpenOffice.org. This done from the SRC_ROOT directory by calling

./bootstrap

Regards
Oliver

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



Re:Re: Re: compile error

2015-01-09 Thread 郄宁
hi, I run as Administrator,butbr/$./bootstrapbr/Mkdir: cannot create the 
directory //bin: Read-only file systembr/Chmod: cannot access 
/solenv/bin/build.pl: No such file or directorybr/Chmod: cannot access 
/solenv/bin/build_client.pl: No such file or directorybr/Chmod: cannot 
access /solenv/bin/zipdep.pl: No such file or directorybr/Chmod: cannot 
access /solenv/bin/gccinstlib.pl: No such file or directorybr/./bootstrap: 
line 155:: command not found
At 2015-01-09 18:49:42, Michal Hri michal.h...@yahoo.com.INVALID wrote:
I think, that you need 32bit Cygwin and Java JDK.
Look here 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
 Zdraví / Regards,Michal Hriň 

 Dňa piatok, 9. január 2015 7:46 ,郄宁 qienin...@163.com napísal:
   

 OK,thank you .I have another question, What you are using operating system, 
 64or32? Cygwin 64or32? JDK 64or32?
At 2015-01-09 02:18:14, Oliver Brinzing oliver.brinz...@gmx.de wrote:
Hi 郄宁,

i used the following configuration to build AOO 4.1.1:

SourceMain=/cygdrive/c/build_tmp/aoo-4.1.1/main
cd $SourceMain
autoconf
./configure \
--with-build-version=$(date +%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)) \
--with-vendor=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 \
--enable-pch \
--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-odk \
--disable-strip-solver \
--enable-symbols \
--enable-dbgutil \
--enable-crashdump \
--enable-debug \
--enable-verbose \

./bootstrap
source winenv.set.sh
cd instsetoo_native
build --all -P2 -- -P2


Regards
Oliver

-
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: compile error

2015-01-09 Thread Oliver Brinzing

 I think, that you need 32bit Cygwin and Java JDK.

Look here 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
  Zdraví / Regards,Michal Hriň


i am build with win7 64bit, but you need to install 32bit versions:

- http://cygwin.com v. 1.7.33
- 
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

Oliver


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



Re: Re: compile error

2015-01-09 Thread Michal Hri
I think, that you need 32bit Cygwin and Java JDK.
Look here 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
 Zdraví / Regards,Michal Hriň 

 Dňa piatok, 9. január 2015 7:46 ,郄宁 qienin...@163.com napísal:
   

 OK,thank you .I have another question, What you are using operating system, 
64or32? Cygwin 64or32? JDK 64or32?
At 2015-01-09 02:18:14, Oliver Brinzing oliver.brinz...@gmx.de wrote:
Hi 郄宁,

i used the following configuration to build AOO 4.1.1:

SourceMain=/cygdrive/c/build_tmp/aoo-4.1.1/main
cd $SourceMain
autoconf
./configure \
--with-build-version=$(date +%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)) \
--with-vendor=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 \
--enable-pch \
--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-odk \
--disable-strip-solver \
--enable-symbols \
--enable-dbgutil \
--enable-crashdump \
--enable-debug \
--enable-verbose \

./bootstrap
source winenv.set.sh
cd instsetoo_native
build --all -P2 -- -P2


Regards
Oliver

-
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: compile error

2015-01-08 Thread Oliver Brinzing

Hi 郄宁,

i used the following configuration to build AOO 4.1.1:

SourceMain=/cygdrive/c/build_tmp/aoo-4.1.1/main
cd $SourceMain
autoconf
./configure \
--with-build-version=$(date +%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)) \
--with-vendor=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 \
--enable-pch \
--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-odk \
--disable-strip-solver \
--enable-symbols \
--enable-dbgutil \
--enable-crashdump \
--enable-debug \
--enable-verbose \

./bootstrap
source winenv.set.sh
cd instsetoo_native
build --all -P2 -- -P2


Regards
Oliver

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