https://issues.apache.org/ooo/show_bug.cgi?id=118821

--- Comment #12 from Ariel Constenla-Haile <[email protected]> 2012-01-28 
15:02:18 UTC ---
Building on Windows with ATL enabled and the Visual Studio Express edition is
possible, following Mathias's advice:

* download and install the Windows Driver SDK, it comes with the ATL header and
libraries for free (as in free beer).

* configure without --disable-atl. configure will set ATL_LIB, ATL_INCLUDE,
MFC_LIB, and MFC_INCLUDE to point to the Visual Studio Express Edition
directories

* you have to edit winenv.set[.sh] and change these variables to point to the
Windows Driver SDK

The only issue I've found, was an undefined reference building activez, I
solved it adding in main/extensions/source/activex/main/makefile.mk
$(ATL_LIBS)$/atlthunk.lib besides $(ATL_LIBS)$/atls.lib

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to