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 fi

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: > > > /home/legine/workspace/ApacheOpenOffice/svn/main/codemaker/sou

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 not

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
compiles >>> >>>    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
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 is a poi

Re: SvpGlyphPeer::RemovingGlyph() compile error

2018-02-05 Thread Don Lewis
1, 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/headless/svptext.cxx on this line: >> >> if( rGlyphData.ExtDataRef().mpData != Format::NONE ) >> >>

Re: SvpGlyphPeer::RemovingGlyph() compile error

2018-02-02 Thread Peter Kovacs
n 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 --enable-ve

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 inc

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" 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 process, please se

Compile error

2015-01-13 Thread 郄宁
HI, compile error: /usr/bin/bash: line 1: 49220 Segmentation fault D:/PROGRA~1/MICROS~1.0/VC/v cpackages/vcbuild.exe -useenv pcbuild.sln "Release|Win32" dmake: Erro

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 /

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: * * * [/cygdrive/f/build_tmp/aoo-4.1.1/main/solver/411/wntmsci12/lib/

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,OliverCan be compiled.but excuse me, build --all and build --all -P2 ---P2 what's different about the compilation? At 2015-01-11 01:13:41, "郄宁" wrote: >I restart the computer, another error re execute the buid --all >command$build --allBuild - version: 275224Abort: no repository >found in'/c

Re: compile error

2015-01-10 Thread Oliver Brinzing
Hi 郄宁, I restart the computer, another error re execute the buid --all command > $build --allBuild - version: 275224 Abort: no repository found in'/cygdrive/f/aoo-4.1.1/main'(.Hg not found) /../ext_libraries: > No such file! Or directory at F:/aoo-4.1.1/main/solenv/bin/build.pl line 237 > Bu

Re:Re:Re: compile error

2015-01-10 Thread 郄宁
I restart the computer, another error re execute the buid --all command$build --allBuild - version: 275224Abort: no repository found in'/cygdrive/f/aoo-4.1.1/main'(.Hg not found) /../ext_libraries: No such file! Or directory at F:/aoo-4.1.1/main/solenv/bin/build.pl line 237Build.pl line 237 cod

Re:Re: compile error

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

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/dmak

Re:Re:Re: compile error

2015-01-10 Thread 郄宁
Hello, the last problem has been resolved, but also the emergence of a new problem:$build -allBuild - version: 275224ERROR: dmake: Command not found. Please rerun bootstrap At 2015-01-09 18:28:33, "郄宁" wrote: >Hi,The error configure command to run me as you said: checking Windows >build environ

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/

Re:Re: Re: compile error

2015-01-09 Thread 郄宁
hi, I run as Administrator,but$./bootstrapMkdir: cannot create the directory "//bin": Read-only file systemChmod: cannot access "/solenv/bin/build.pl": No such file or directoryChmod: cannot access "/solenv/bin/build_client.pl": No such file or directoryChmod: cannot access "/solenv/bin/zipdep.

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

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 ,郄宁 napísal: OK,thank you .I have another question, What you are using op

Re:Re: compile error

2015-01-09 Thread 郄宁
Hi,The error configure command to run me as you said: checking Windows build environment sanity... Configure: error: /usr/bin/gawk, awk, tar or gunzip is a cygwin symlink!Native windows programs cannot use cygwin symlinks. Remove the symbolicLink, and copy the program to the name of the link.I

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" 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 >aut

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

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 (x86)/Micro