<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Tahoma">Hi </font>Caolán<br>
<font face="Tahoma"><br>
Thanks, that was the magic sauce. My new configure command line is<br>
<br>
$ ./configure --without-junit
--with-ant-home=/cygdrive/c/Components/apache-ant-1.8.0/
--disable-mozilla --disable-activex --disable-atl<br>
<br>
And the build is now making it's way past the extensions folder.<br>
<br>
Could someone perhaps update the <br>
</font><a
href="http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies">http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies</a><br>
wiki page?<br>
<font face="Tahoma"><br>
Thanks for all the help, this is a great team!<br>
<br>
Regards, Noel Grandin<br>
<br>
</font><br>
Caolán McNamara wrote:
<blockquote cite="mid:1315299960.14527.263.camel@Vain" type="cite">
<pre wrap="">On Tue, 2011-09-06 at 08:51 +0200, Noel Grandin wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi Regina
I'm using Visual Studio 2008 Express Edition and my configure
parameters are:
$ ./configure --without-junit
--with-ant-home=/cygdrive/c/Components/apache-ant-1.8.0/
--disable-mozilla --disable-activex-component
</pre>
</blockquote>
<pre wrap="">
Firstly, perhaps you need --disable-activex and not
--disable-activex-component when building with vc2008
You said in some other mail that you had --disable-atl as well but also
a build error in extensions/source/ole
if you look at extensions/source/ole/makefile.mk it has...
.IF "$(GUI)" == "WNT" && "$(DISABLE_ATL)"==""
stuff to build
.ENDIF
so lets see what your DISABLE_ATL env variable is, i.e.
grep DISABLE_ATL ./Env.Host.sh
should state DISABLE=ATL=TRUE if the --disable-atl flag to configure was
set and worked as its supposed to
C.
</pre>
</blockquote>
<br><br><br><hr><font size="-2" color=808080>Disclaimer: <a href="http://www.peralex.com/disclaimer.html">http://www.peralex.com/disclaimer.html</a><br><br>
</body>
</html>