Hi,<br>I am new to LibreOffice, so sorry for any dumb questions. Anyways, I tried to follow the Wiki as closely as I could: I did a git clone from:<br><br>git://<a href="http://anongit.freedesktop.org/libreoffice/core">anongit.freedesktop.org/libreoffice/core</a> libo<br>
<br>and ran autogen.sh without any problems:<br><br>./autogen.sh --with-max-jobs=5 --with-num-cpus=2 --disable-binfilter --disable-build-mozilla --disable-odk --without-junit --with-mozilla-build=&quot;/cygdrive/c/mozilla-build&quot; --with-ant-home=/apache-ant-1.8.3<br>
<br>And then my command to build the project was:<br><br>/opt/lo/bin/make 2&gt;&amp;1 | tee build.log<br><br>The build went on for an hour or so until it failed.The problems seem to be within the xml2cmp and clucene modules. Looking at the build_errors.log file, I see some strange paths in the linker command:<br>
<br>LINK : fatal error LNK1104: cannot open file &#39;c:/cygwinc:/cygwin/home/Johnny/libo/workdir/<a href="http://wntmsci12.pro/CxxObject/xml2cmp/source/xcd/main.o">wntmsci12.pro/CxxObject/xml2cmp/source/xcd/main.o</a>&#39;<br>
<br>Does anyone have any idea what may have caused this? I suspect this to be my own environmental issue but after some google-ing nobody else seems to have experienced this problem. Again, since I&#39;m new to LO I&#39;m not familiar with the structure of the build and I don&#39;t know which Makefile is calling the link command. Another newbie question is this: why did we not terminate the build earlier if xml2cmp failed? I see that xml2cmp was the 12th out of the 126 module being built but my build did not die until the 55th.<br>
<br>I have attached the partial logfiles for your viewing convenience. I would be glad to provide any additional information if needed. Any help/hint/pointer is greatly appreciated.<br><br>Thank you,<br>Johnny