RE: Question, please, regarding building the code

2018-07-26 Thread Kaganski Mike
Hi Susan,

please note that the wiki page you mentioned does not contain the 
recommendation to run

../autogen.sh

but it tells to run

./autogen.sh

(note the single dot).

And if you have run the command you mentioned in the initial mail, then it's 
natural that autogen step was skipped, missing the generation of required 
makefiles, and subsequent error you mentioned. But that should have emitted an 
error after that step, while you wrote "the first 2 instructions produce no 
errors".
Hope that helps.

--
Best regards,
Mike Kaganski
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Question, please, regarding building the code

2018-07-26 Thread Regina Henschel

Hi Susan,

Susan Jean schrieb am 24-Jul-18 um 17:56:

Hi again, Folks,

I have more information on the question I posted earlier. Sorry about that…I 
wasn’t sure if someone was going to contact me one on one or not. Bear with me, 
please. I’m just starting to get to know Cygwin.

In the “lode – LibreOffice Development Environment” document 
(https://wiki.documentfoundation.org/Development/lode), page 4, there are 3 
instructions together. They are under the title, “Now it is time to build.” 
Note that the first 2 instructions produce no errors, but I’ve included them 
for completeness:

Cd dev/core
../autogen.sh
../../opt/bin/make 2>&1 | tee build.log

The exact error after executing the last line is:
“Make: *** No targets specified and no makefile found. Stop.”


I do not use "lode", but have set up the build environment manually. For 
me the command would not be /opt/bin/make but /opt/lo/bin/make. So 
please look in folder "opt", what it contains.


Kind regards
Regina

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Question, please, regarding building the code

2018-07-26 Thread Susan Jean
Hi again, Folks,

I have more information on the question I posted earlier. Sorry about that…I 
wasn’t sure if someone was going to contact me one on one or not. Bear with me, 
please. I’m just starting to get to know Cygwin. 

In the “lode – LibreOffice Development Environment” document 
(https://wiki.documentfoundation.org/Development/lode), page 4, there are 3 
instructions together. They are under the title, “Now it is time to build.” 
Note that the first 2 instructions produce no errors, but I’ve included them 
for completeness:

Cd dev/core
../autogen.sh
../../opt/bin/make 2>&1 | tee build.log

The exact error after executing the last line is:
“Make: *** No targets specified and no makefile found. Stop.”

The part I don’t understand is “2>&1”. Is this indicating a make file somehow 
that it’s not finding?

Thanks very much for your help!

Susan G.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice