I haven't tried a different version of make as Juergen suggests, but I confirm that the issue has to do with the fact that make doesn't generate the invariant data that the python script excepts. Specifically, all the # lines that contain the paths and filenames are missing from the output, hence the python script's failure to generate proper project/solution files.
I know I built the latest gmake for libreoffice and I also know that I've successfully generated project/solution files at certain points in the past couple of months. I suspect make breaks due to --enable-dbgutil, but haven't verified. So using a minimal configure flags it might work. On Fri, Feb 20, 2015 at 6:48 AM, Juergen Funk Mailinglist < juergen.funk...@cib.de> wrote: > Hi Jesper, > > I have the same problem with the Visual Studio Solutions. > > A lot of thanks too David Ostrovsky he has found a solution for that. > The solution is: > > The "make version 4.0" do it wrong, I build ONLY the VS-Solution with > "make version 3.82" > The size is 517.746 Bytes when you have trouble to found, call me, I have > forget where I downloaded. > > I have make a small script calling "mvs": (mvs = make VS) > mvs-------------------------- start ---------------------- > #!/usr/bin/bash > > echo remove old files > rm -fr *.sdf *.sln *.v11* *.vcxproj* *.opensdf *.v12* > > echo Generate VS Files > /opt/lo/bin/make_o -npf Makefile.gbuild all | ./bin/gbuild-to-ide --ide > vs2013 > mvs--------------------------end------------------------- > > make_o ==> make old > > And for the normal build I use "mco": (mco = make color) > mco----------------------------start---------------------------- > #!/usr/bin/bash > > /opt/lo/bin/make gb_COLOR=1 $1 $2 $3 $4 $5 $6 $7 $8 $9 > mco-----------------------------end---------------------------- > > > You should first generate the core in the CORE, and then you call the > script for build the VS-Solution, all from the core directory > > > I use the VAssistx it is better as VS-IntelliSense, but it is not free > I debug with the loaded project in VS, it not a problem > When you need to debug the start phase, for that I have a solution too > with VS > > And last here my autogen.input > --enable-pch > --disable-ccache > --enable-dbgutil > --with-external-tar=/cygdrive/d/src/lo/externalsrc > --with-ant-home=/cygdrive/d/src/lo/apache-ant-1.9.4 > --with-junit=/cygdrive/d/src/lo/junit-4.10.jar > --with-visual-studio=2013 > --disable-activex > --disable-atl > --with-jpeg-turbo=0 > --with-lang=de en-GB > > > > Hope that help > > Juergen > > _______________________________________________ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffice >
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice