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


Re: Question, please

2018-07-24 Thread Michael Stahl

On 23.07.2018 22:03, Susan Jean wrote:

Hi Folks,

I'm fairly new to LibreOffice and have attempted to make a build following the wiki page, 
"LibreOffice Development Environment". I got pretty far but am having a few issues in the step, 
"../../opt/bin/make 2>&1 | tee build.log".

Could someone kindly point me to a developer who might be able to help me? I'd 
be quite grateful.


hi Susan,

this list is the right place, another is the IRC channel 
#libreoffice-dev, but please include some details on what is going 
wrong, such as error messages (especially compiler error messages), 
otherwise nobody will be able to help.

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


Re: Question, please

2018-07-23 Thread slacka

As of a few weeks ago, LODE was working. You just have to be careful to
follow every step carefully.

You might find some helpful developers on IRC or you can try to fix it
yourself. 

Assuming you are in the lode/dev/core folder, if that make command is
failing, you likely missed one of the setup steps. I'd start by repeating
the steps starting with: "./setup --help" when you are in ~/lode

If that wasn't it, maybe you clone failed. You can verify the status with a
"git pull" and a "git status". 

If that fails, then I'd remove "C:\cygwin" directory and repeat the steps in
the wiki from ".\install_cygwin.ps1" in MS PowerShell. 

Just be sure to read the results of each command and following the
associated instructions on the wiki and it will work. 



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice