AW: Error building Visual Studio 2013 project file for LibreOffice on Windows
Juergen Funk Mailinglist
Juergen.Funk_ml at cib.de
Fri Feb 20 03:48:09 PST 2015
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
More information about the LibreOffice
mailing list