Hi,

On 15.09.2014 10:28, Martin Tille wrote:
Hi Martin,

[snip]

Hi Oliver,

have written an additional advice at the wiki, hope it helps.

The problem with gtest is/was that an awk check fails. The variable
GBUILDDIR makes troubles. In main\solenv\gbuild\platform\windows.mk at
the end line 745 a check against processdeps.awk should run.
The line is set to:
awk -f C:/Progs/cygwin$S/solenv/gbuild/processdeps.awk
but the variable is then evaluated to
C:/Progs/cygwinc:/Progs/cygwin/home/MartinT/oo/main/solenv/gbuild/processdeps.awk
which is wrong, because it should be:
c:/Progs/cygwin/home/MartinT/oo/main/solenv/gbuild/processdeps.awk
When I get it right $S is set to
S=$R/main
and $R is set to
R=c:/Progs/cygwin/home/MartinT/oo
I didn't found the place where GBUILDDIR is set (for windows enviroment)
so I set it manually at the platform file and it compiles one second and
I got stuck again at oo\main\solenv\inc\version_so.hrc which includes
versionlist.hrc at the same directory but the file wasn't there.
I found the file at at solenv\wntmsci12.pro\inc and at
solver\wntmsci12.pro\inc and copied it manually to the required folder.

Something with the path variables seems wrong at one key place but I
don't have the knowledge to find that place. I'm used to other
programming languages/systems and just want to fix something at the pdf
creation module for windows.

Anyways after that two "corrections" the build runs for a while (like 20
minutes) till comphelper.

Here I get the error:
c:/Progs/cygwin/home/MartinT/oo/main/comphelper/source/inc\comphelper_module.hxx(27)
: fatal error C1083: Cannot open include file:
'comphelper/componentmodule.hxx': No such file or directory
C:/Progs/cygwin/home/MartinT/oo/main/solenv/gbuild/LinkTarget.mk:126:
recipe for target
'/home/MartinT/oo/main/solver/420/wntmsci12.pro/workdir/CxxObject/comphelper/source/compare/AnyCompareFactory.o'
failed

I didn't looked further on that because I had some other things to do,
but will look at it this week.

If you have any idea let me know, I test it.


I never encountered such problems in my Windows 7 64bit AOO build environment.

Could you share the log of the configure step? (I am not sure, but I think most attachments are stripped from the mailing list. Thus, I would be good to put myself on CC)

Best regards, Oliver.


Best Regards, Martin.


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

Reply via email to