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

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

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

compile error

2018-10-15 Thread Peter Kovacs
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

compile error in main/vcl/unx/headless/svptext.cxx

2018-08-20 Thread Don Lewis
A while back FreeBSD upgraded to Clang 6.0 which defaults to C++14 instead of GNU++98/C++98 like earlier versions of Clang and GCC. This triggered some new compile errors in the OpenOffice source that probably had just previously been warnings. One of the new errors was a integer constant getting

Re: SvpGlyphPeer::RemovingGlyph() compile error

2018-02-05 Thread Don Lewis
les >>> >>>    if( rGlyphData.ExtDataRef().mpData != NULL ) >>> >>> But I think it has to be >>> >>>    if( rGlyphData.ExtDataRef().mpData != NULL && >>> rGlyphData.ExtDataRef().mpData != Format::NONE) >

Re: SvpGlyphPeer::RemovingGlyph() compile error

2018-02-05 Thread Peter Kovacs
a build with clang 6, which defaults to c++14, I get a compile error in SvpGlyphPeer::RemovingGlyph() in vcl/unx/headless/svptext.cxx on this line: if( rGlyphData.ExtDataRef().mpData != Format::NONE ) This isn't too surprising since Format::NONE is an integer and mpData is a

Re: SvpGlyphPeer::RemovingGlyph() compile error

2018-02-05 Thread Don Lewis
n Lewis wrote: >> When doing a build with clang 6, which defaults to c++14, I get a >> compile error in SvpGlyphPeer::RemovingGlyph() in >> vcl/unx/headless/svptext.cxx on this line: >> >> if( rGlyphData.ExtDataRef().mpData != Format::NONE ) >> >> This

Re: SvpGlyphPeer::RemovingGlyph() compile error

2018-02-02 Thread Peter Kovacs
e in gcc by setting some flags that allows the use of Format::NONE directly. But i concider this as not so good. All the best Peter On 30.01.2018 21:01, Don Lewis wrote: When doing a build with clang 6, which defaults to c++14, I get a compile error in SvpGlyphPeer::RemovingGlyph() in vcl/unx/

SvpGlyphPeer::RemovingGlyph() compile error

2018-01-30 Thread Don Lewis
When doing a build with clang 6, which defaults to c++14, I get a compile error in SvpGlyphPeer::RemovingGlyph() in vcl/unx/headless/svptext.cxx on this line: if( rGlyphData.ExtDataRef().mpData != Format::NONE ) This isn't too surprising since Format::NONE is an integer and mpData

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

Compile error

2015-01-18 Thread 郄宁
hi,all: The error message is as follows: [ build CXX ] comphelper/source/container/NamedPropertyValuesContainer AnyCompareFactory.cxx IndexedPropertyValuesContainer.cxx f:\aoo-4.0.1\main\comphelper\source\inc\comphelper_module.hxx(27) : fatal error C1083: Cannot open

Re:Re: compile error

2015-01-14 Thread 郄宁
Would you then compiled which version of the source code, is 4.1.1? At 2015-01-13 02:16:35, Oliver Brinzing oliver.brinz...@gmx.de wrote: 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

Compile error:

2015-01-13 Thread 郄宁
Compile error: Error: project file'pcbuild.sln'was not found or not a valid project file. Dmake: Error code 127, while making'./wntmsci12/misc/build/so_built_so_python' 1 module (s): Python Need (s) to be rebuilt Reason (s): ERROR: error 65280 occurred while making /cygdrive/f/build_tmp

Compile error

2015-01-12 Thread 郄宁
hi,all Compile and run after a period of time error: F:/build_tmp/aoo-4.1.1/main/solenv/gbuild/StaticLibrary.mk:45: recipe fortarget'/cygdrive/f/build_tmp/aoo-4.1.1/main/solver/411/wntmsci12/lib/expat_xmltok.lib'failed Make: * * *

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

Re:Re:Re:Re: compile error

2015-01-11 Thread 郄宁
HI,Oliverbr/Can be compiled.br/but excuse me, build --all and build --all -P2 ---P2 what's different about the compilation? At 2015-01-11 01:13:41, 郄宁 qienin...@163.com wrote: I restart the computer, another error re execute the buid --all commandbr/$build --allbr/Build - version:

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:

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:

Re:Re:Re: compile error

2015-01-10 Thread 郄宁
Hello, the last problem has been resolved, but also the emergence of a new problem:br/$build -allbr/Build - version: 275224br/ERROR: dmake: Command not found. Please rerun bootstrap At 2015-01-09 18:28:33, 郄宁 qienin...@163.com wrote: Hi,br/The error configure command to run me as you said:

Re:Re: compile error

2015-01-10 Thread 郄宁
Yes, I took dmake-4.12.tar.bz2 to download to a local, config setting contain:br/--with-dmake-url= /cygdrive/f/build/dmake-4.12.tar.bz2 At 2015-01-11 00:10:12, Oliver Brinzing oliver.brinz...@gmx.de wrote: Hi 郄宁, Hello, the last problem has been resolved, but also the emergence of a new

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

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 -

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,

Re:Re: compile error

2015-01-08 Thread 郄宁
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

compile error

2015-01-08 Thread 郄宁
Hi~ In the win 7 system compile OO source code error as shown below: zhhh@zhhh-PC ~/aoo-4.1.1 $ cd main zhhh@zhhh-PC ~/aoo-4.1.1/main $ ./configure --disable-build-mozilla --with-mozilla-build=/cygdrive/d/Program Files/mozilla-build \ --with-cl-home=/cygdrive/d/Program Files

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 \