<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Goal:  Visual Studio 2010, where I can fully debug calc with an ability to compile individual files from library sc, and all of the libraries that are linked to sc.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>State of affairs:  via cygwin64, I can build Libreoffice, in a release mode, with symbols, and open a LibreOffice.sln with 338 projects in Visual Studio 2010.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>My dev env:<o:p></o:p></p><p class=MsoNormal>Cygwin64.  <o:p></o:p></p><p class=MsoNormal>A git clone of Libreoffice from trunk.<o:p></o:p></p><p class=MsoNormal>Windows 7, SDK 7.0A, DirectX SDK, MSBuild, Visual Studio 2010 Pro (trial version)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Question:<o:p></o:p></p><p class=MsoNormal>(1)What steps must I do to get autogen.input feature:<o:p></o:p></p><p class=MsoNormal>–enable-dbgutil <o:p></o:p></p><p class=MsoNormal>to work? <o:p></o:p></p><p class=MsoNormal>When I use that option, running ‘make’ always fails.  I suspect because some link dependencies are getting built in release mode and create a conflict.  <o:p></o:p></p><p class=MsoNormal>                Do I need to set specific features in autgen.input that will support –enable-dbgutil.   I need that flag so boost will get built in debug mode etc…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Does this require me to manually edit make files?  Has someone done this and can send me an instruction of what specific files I have to edit? Or can someone point me to a url where I can download edited make files?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I saw an email that ‘make dev-install’  would do what I want..but apparently that has been deprecated.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I ask, because it’s a huge task of work.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>With these options in autogen.input, my build does finish<o:p></o:p></p><p class=MsoNormal>--enable-symbols<o:p></o:p></p><p class=MsoNormal>--enable-pch<o:p></o:p></p><p class=MsoNormal>--disable-odk<o:p></o:p></p><p class=MsoNormal>--enable-vlc<o:p></o:p></p><p class=MsoNormal>--visual-studio=2010<o:p></o:p></p><p class=MsoNormal>--disable-cve-tests<o:p></o:p></p><p class=MsoNormal>--with-ant-home=/opt/apache-ant-1.9.2<o:p></o:p></p><p class=MsoNormal>--with-junit=/opt/junit/share/java/junit-4.4.jar<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>After a good build, I run<o:p></o:p></p><p class=MsoNormal>make vs2012-ide-integration  ( I edit the file to work with VS2010)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>And then I can open LibreOffice.sln in visual Studio 2010.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>                <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I can’t get this optional feature of configure to work<o:p></o:p></p><p class=MsoNormal>--enable-dbgutil<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>My build fails.  I suspect because many of the lower level librairies get built in release mode…and create a conflict.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoListParagraph style='margin-left:1.0in'><o:p> </o:p></p><p class=MsoListParagraph style='margin-left:1.0in'><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>